Linux ./configure Failure Centos

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
duckvader Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
Post: #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.
find quote
.:B:. Offline
Fan
Posts: 329
Joined: Mar 2010
Reputation: 0
Post: #2
Does the package contain boost libs? If so, check the path and adjust your configure flags as necessary.

* Netgear WNDR3700, OpenWrt Attitude Adjustment 12.09 :: HP Procurve V1410-8G switch
* OpenELEC 3.0.1: Zotac Nano AD10, Sony KDL52-NX800
* Debian Wheezy x86_64: Phenom II X4 980 BE, HD6950, Dell U2312HM
* Debian Wheezy x86_64: Celeron G530, NFS/MySQL/DLNA/ZFS server
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #3
install boost-devel

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
duckvader Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
Post: #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.
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #5
gcrypt-dev / libgcrypt-dev maybe?

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-06-20 13:11 by Memphiz.)
find quote
duckvader Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
Post: #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
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #7
try to add "--disable-ld-version-script" to your configrue line.

taken from here:

http://www.gossamer-threads.com/lists/gn...rypt/51024

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote