undefined symbol: GENERAL_NAME_free in neon
Joe Orton
joe at manyfish.co.uk
Thu Oct 9 06:06:25 EDT 2008
On Wed, Oct 08, 2008 at 11:14:21PM -0500, ying lcs wrote:
> Thank you. I only get libneon.a and libneon.la, thereisno libneon.so.
OK. Things to try:
1) edit src/Makefile, and removing
-L/usr/lib -Wl,-Bsymbolic-functions
from NEON_LIBS or LDFLAGS, wherever it is, and then doing:
rm src/libneon.la
make
2) run "nm /usr/lib/libcrypto.a | grep GENERAL_NAMES" and post the
output
3) configure neon using "--disable-static --enable-shared" to see
whether that makes a difference
Regards, Joe
More information about the neon
mailing list