nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

Libcurl vs Openssl #28

Closed Pwolfger closed 11 years ago

Pwolfger commented 11 years ago

In the current master (libcurl 7.27.0, openssl-1.0.1c) building libcurl with openssl support isn't working. I get the following error: $ libcurl.so: undefined reference to `SSL_CTX_set_srp_password'

It did work before with libcurl 7.25.0 and an older openssl version, however I don't remember the version.

For now I disabled openssl support for libcurl and it builds.

I'm sorry that I only post errors but unfortunately I don't know how to fix them at all.

Regards, Paul

nezticle commented 11 years ago

I can't reproduce this error with the latest version, seems to be fixed now in upstream BuildRoot