Linux ./configure Failure Centos
#1
Trying to ./configure on my Centos 6.2 server and I am getting the following error.
!
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
configure: error: Could not find a required library. Please see the README for your platform.

I have boost installed.
!
Installed Packages
boost.x86_64 1.41.0-11.el6_1.2

Any help would be great.
Reply
#2
Does the package contain boost libs? If so, check the path and adjust your configure flags as necessary.
* MikroTik RB5009UG+S+IN :: ZyXEL GS1900-8HP v1 :: EAP615-Wall v1 :: Netgear GS108T v3 running OpenWrt 23.05
* LibreELEC 11:  HTPC Gigabyte Brix GB-BXA8-5545 with CEC adapter, Sony XR-64A84K :: Desktop AMD Ryzen 7 5800X / Sapphire Nitro+ Radeon 6700XT  / 27" Dell U2717D QHD
* Debian Bookworm x86_64: Celeron G1610, NFS/MariaDB/ZFS server
* Blog
Reply
#3
install boost-devel
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#4
Well I am working through the configure process and now I am getting this.
!
checking for openssl/crypto.h... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for gcry_control in -lgcrypt... no
configure: error: Could not find a required library. Please see the README for your platform.
Reply
#5
gcrypt-dev / libgcrypt-dev maybe?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#6
Both are installed
!
Package libgcrypt-devel-1.4.5-9.el6_2.2.x86_64 already installed and latest version
Nothing to do
!
Package libgcrypt-1.4.5-9.el6_2.2.x86_64 already installed and latest version
Nothing to do
Reply
#7
try to add "--disable-ld-version-script" to your configrue line.

taken from here:

http://www.gossamer-threads.com/lists/gn...rypt/51024
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
./configure Failure Centos0