Hi!, I am still having this problem, anyone have any idea how can I fix it?

I checked the config.log file and found this:
>
> configure:19603: gcc -std=gnu99 -o conftest -march=nocona -O3   conftest.c
> -lssl -L/opt/openssl-1.0.0e/lib  -ldl >&5
> /usr/bin/ld: warning: libcrypto.so.1.0.0, needed by
> /opt/openssl-1.0.0e/lib/libssl.so, not found (try using -rpath or
> -rpath-link)
>
> but the files are there:
>
> [root@server lib]# pwd
> /opt/openssl-1.0.0e/lib
>
> [root@server lib]# ls -la
> drwxr-xr-x 4 root root    4096 Sep 30 17:31 .
> drwxr-xr-x 6 root root    4096 Sep 30 17:31 ..
> drwxr-xr-x 2 root root    4096 Sep 30 17:31 engines
> -rw-r--r-- 1 root root 3575530 Sep 30 17:31 libcrypto.a
> lrwxrwxrwx 1 root root      18 Sep 30 17:31 libcrypto.so ->
> libcrypto.so.1.0.0
> -r-xr-xr-x 1 root root 1968482 Sep 30 17:31 libcrypto.so.1.0.0
> -rw-r--r-- 1 root root  643388 Sep 30 17:31 libssl.a
> lrwxrwxrwx 1 root root      15 Sep 30 17:31 libssl.so -> libssl.so.1.0.0
> -r-xr-xr-x 1 root root  403713 Sep 30 17:31 libssl.so.1.0.0
> drwxr-xr-x 2 root root    4096 Sep 30 17:31 pkgconfig
>
> Any suggestion?
>
> thanks for your time!
>
> Jorge S.
>
>
> On Fri, Sep 30, 2011 at 3:16 PM, Alvaro Lopez Ortega 
> <[email protected]>wrote:
>
>> Check the config.log file. It contains the internal details of every test
>> performed by the configure script.
>>
>> --
>> Sent from my HTC
>>
>>
>> ----- Reply message -----
>> From: "Jorge Sarmiento" <[email protected]>
>> To: "cherokee" <[email protected]>
>> Subject: [Cherokee] problem compiling with ssl support under CentOS 5 +
>> openssl-1.0.0e built from sources
>> Date: Fri, Sep 30, 2011 9:26 am
>>
>>
>> Hi,
>>
>> I am trying to compile cherokee (latest trunk  cherokee-1.2.99b6870) with
>> SSL support under CentOS 5.7
>>
>> I've compiled openssl-1.0.0e from sources using:
>> ./config shared --prefix=/opt/openssl-1.0.0e && make && make install
>> to avoid it overwriting native CentOS 5.7 OpenSSL rpm's
>>
>> And I'm trying to configure Cherokee using:
>> ./configure --prefix=/usr  --sysconfdir=/etc --localstatedir=/var
>> --disable-ipv6 --with-ldap=no --with-mysql=no --with-geoip=no
>> --with-ffmpeg=no --with-wwwroot=/var/www/cherokee/default/
>> --with-libssl=/opt/openssl-1.0.0e  --enable-static=yes
>> --enable-static-module=all
>>
>> However I keep on getting:
>> OpenSSL support       no
>>
>> I've trying several combinations on the --with-libssl= value
>> (/opt/openssl-1.0.0e /opt/openssl-1.0.0e/lib /opt/openssl-1.0.0e/include),
>> but still no OpenSSL support after ./config
>>
>> Any ideas what I could be doing wrong?
>>
>> thanks!
>>
>> Jorge S.
>>
>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to