[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hobbit and ssl compilation problem
- To: hobbit (at) hswn.dk
- Subject: hobbit and ssl compilation problem
- From: Kenji Lefevre <support (at) ihp.jussieu.fr>
- Date: Mon, 25 Aug 2008 18:22:07 +0200
- User-agent: Mutt/1.5.6i
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