cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: SSL_connect missing

From: Götz Babin-Ebell <babinebell_at_trustcenter.de>
Date: Mon, 11 Mar 2002 15:27:11 +0100

Hank Marquardt wrote:

> > Please have a look in config.log to see what really failed.
> > (search for SSL_connect)
>
> duh. Sorry --
>
> configure:10056: checking for SSL_connect in -lssl
> configure:10083: gcc -o conftest -g -O2 -I/usr/local/home/cheer/include/openssl -I/usr/local/home/cheer/include -L/usr/local/home/cheer/lib conftest.c -lssl -lcrypto >&5
> /usr/local/home/cheer/lib/libcrypto.a(a_utctm.o): In function `ASN1_UTCTIME_set':
> a_utctm.o(.text+0x356): undefined reference to `gmtime_r'
[...]

Hm.
You have build openssl with thread support.

(gmtime_r() is the thread save version of gmtime()...)

According to my search gmtime_r is in the C Library...

And he can't find it ?
Astonishing.

Please check your environment.
There must be something terrible broken...

> > the configure command line is missing...
>
> ./configure --prefix=/usr/local/home/cheer
> --with-ssl=/usr/local/home/cheer

Looks OK...

Bye

Goetz

-- 
Goetz Babin-Ebell, TC TrustCenter AG, http://www.trustcenter.de
Sonninstr. 24-28, 20097 Hamburg, Germany
Tel.: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126

Received on 2002-03-11