Dear Team,

 

I am trying to configure Bind 9.10 version in CentOS 6.3 using the following
options but getting an error as shown below.

 

Option 1 -

./configure --with-geoip=/usr/local/share/GeoIP/

checking for libtool... no

checking for Source Identity Token support... no

checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/include

checking whether linking with OpenSSL works... no

configure: error: Could not run test program using OpenSSL from

/usr/lib and /usr/include.

Please check the argument to --with-openssl and your

shared library configuration (e.g., LD_LIBRARY_PATH).

 

I have OpenSSL and openssl-devel package installed in my machine.

 

Option 2-

./configure --with-geoip=/usr/local/share/GeoIP/
--with-openssl="/usr/include/openssl/"

checking for sysconf... yes

checking for libtool... no

checking for Source Identity Token support... no

checking for OpenSSL library... configure: error:
"/usr/include/openssl//include/openssl/opensslv.h" not found

 

 

I am not able to understand why it is appending the "/include/openssl/" in
my path as shown above.

 

I have also try following option to play with path but didn't get success.

 

Option 3-

./configure --with-geoip=/usr/local/share/GeoIP/ --with-openssl="/usr"

checking for libtool... no

checking for Source Identity Token support... no

checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/include

checking whether linking with OpenSSL works... no

configure: error: Could not run test program using OpenSSL from

/usr/lib and /usr/include.

Please check the argument to --with-openssl and your

shared library configuration (e.g., LD_LIBRARY_PATH).

 

 

 

Pl. help me what should I do ???

 

 

Regards, 

Gaurav Kansal

 

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to