https://issues.apache.org/bugzilla/show_bug.cgi?id=46697
Jeff Trawick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Jeff Trawick <[email protected]> 2009-02-13 07:43:19 PST --- >any luck with getting this bug assigned? Note that this is a volunteer group and there is nobody to assign the bug to. If somebody volunteers to work on it, that's of course wonderful ;) It seems clear enough to me that your OpenSSL build is 32-bit and you're trying to use it with a 64-bit Apache build. >From your config.log: configure:15167: /opt/SUNWspro/bin/cc -o conftest -xarch=v9 -g -mt -I/opt/OpenSSL/include -I/home/shfeng/tmp/include -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -L/opt/OpenSSL/lib -L/home/shfeng/tmp/lib -L/usr/local/lib -R/usr/local/lib -L/opt/OpenSSL/lib conftest.c -lssl -lm -ldl -luuid -lsendfile -lrt -lsocket -lnsl -lpthread -ldl >&5 "conftest.c", line 61: warning: statement not reached ld: warning: file /opt/OpenSSL/lib/libssl.a(ssl_lib.o): wrong ELF class: ELFCLASS32 Note the "-xarch=v9" on the Apache build (64-bit) and the ELFCLASS32 in the OpenSSL library (32-bit). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
