[Buildroot] curl sagmentatation fault - > is openssl the culprit ?

Sagaert Johan sagaert.johan at skynet.be
Fri Mar 16 14:52:53 UTC 2012


Hi

Things are not always what they seem:

It seems to me that when the configure script of curl runs it checks for openssh, if none is found
Then it is build without openssl.

uClibc 0.9.32 and openssl seems no problem.

I gonna do some more builds (may take some time.)
 
======================================
GCC 4.5.3 : uClibc 0.9.33 (binutils 2.22)
======================================
BR2_PACKAGE_OPENSSL=y
# curl
Segmentation fault
#

# BR2_PACKAGE_OPENSSL is not set
# curl --version
curl 7.24.0 (arm-unknown-linux-gnu) libcurl/7.24.0 zlib/1.2.5
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
Features: Largefile libz
#




======================================
GCC 4.5.3 : uClibc 0.9.32 (binutils 2.22) <-- now uClibc 0.9.32
======================================
BR2_PACKAGE_OPENSSL=y

# notice the SSL support
# curl --version 
curl 7.24.0 (arm-unknown-linux-gnu) libcurl/7.24.0 OpenSSL/1.0.0g zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp
smtps telnet tftp
Features: Largefile NTLM NTLM_WB SSL libz
#


======================================
GCC 4.6.3 : uClibc 0.9.33 (binutils 2.22)
======================================
# curl --version
Segmentation fault
#

Gonna try some more, wished i had a 64 CPU machine with a total of 256 cores...

Sagaert Johan




More information about the buildroot mailing list