https://issues.apache.org/bugzilla/show_bug.cgi?id=51581
Bug #: 51581
Summary: APR wrapper compilation error
Product: Tomcat 7
Version: 7.0.19
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
CFLAGS='-m64' ./configure --with-apr=/usr/local/apr --with-ssl=/usr/local/ssl
--with-java-home=/usr/local/jdk
/usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_meth.o): relocation R_X86_64_32
against `a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/ssl/lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libtcnative-1.la] error 1
make: *** [all-recursive] error 1
use
CFLAGS='-m64 -fPIC' ./configure --with-apr=/usr/local/apr
--with-ssl=/usr/local/ssl --with-java-home=/usr/local/jdk
still give me same error
--
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]