[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] hobbit and ssl compilation problem



On mine, it's seems to be located here
# rpm -ql openssl-devel
/usr/include/openssl
/usr/include/openssl/aes.h
/usr/include/openssl/asn1.h
/usr/include/openssl/asn1_mac.h
....
/usr/lib/libcrypto.a
/usr/lib/libcrypto.so
/usr/lib/libssl.a
/usr/lib/libssl.so
/usr/lib/pkgconfig/libcrypto.pc
/usr/lib/pkgconfig/libssl.pc
/usr/lib/pkgconfig/openssl.pc

I tried with these line in Makefile file
OpenSSL settings
SSLFLAGS = -DBBGEN_SSL
SSLINCDIR = -I/usr/include/openssl
SSLLIBS = -L/usr/lib -lssl -lcrypto
RPATHVAL += /usr/lib

but it still doesn't work.
Any idea of what's wrong is very welcomed.

Thanks, Kenji


Le 25 août 08 à 18:48, Tim McCloskey a écrit :

On many systems openssl is installed in /usr/local/ssl/ {bin,lib,include}.

HTH

Tim

Kenji Lefevre wrote:
	Hi,
I tried to install hobbit server on a centos5
host.
I installed
gcc gcc-c++ pcre-devel libpng-devel openssl-devel
openldap-devel rrdtool-devel
and for ssl check when running configure.
I got this lines in the Makefile
OpenSSL settings
SSLFLAGS = -DBBGEN_SSL
SSLINCDIR = -I/usr/include
SSLLIBS = -L/usr/lib -lssl -lcrypto
RPATHVAL += /usr/lib
but after the make, make install process
the following command
su - hobbit
./server/bin/bbtest-net --version
bbtest-net version 4.2.0
show ssl support is not provided by hobbit.
Any idea where it's coming from ?
Thanks for your help, Kenji
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk


To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk