https://bz.apache.org/bugzilla/show_bug.cgi?id=63517
Randal T. Rioux <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INFORMATIONPROVIDED --- Comment #4 from Randal T. Rioux <[email protected]> --- After a lot of trial and error, I've discovered how vitally important the order of search is for library files. The following environment variables worked for me (64-bit build), producing a fully functional installation of HTTPD (w/ APR and APR-Utils): # export CFLAGS="-maix64 -mcpu=power7 -D_LARGE_FILES -pipe -O2 -L/usr/local/lib:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib64:/usr/lib -I/usr/local/include:/opt/freeware/include:/usr/include" # CXXFLAGS=$CFLAGS # export RM="/usr/bin/rm -f" # export AR="/usr/bin/ar -X64" # export NM="/usr/bin/nm -X64" # export OBJECT_MODE=64 # export LDFLAGS="-maix64 -Wl,-b64 -Wl,-brtl -Wl,-blibpath:-L/usr/local/lib:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib64:/usr/lib" apr-utils was configured with this: ./configure --with-apr=/usr/local/apr --with-iconv=/opt/freeware and HTTPD was configured with this: ./configure --enable-so --enable-ssl --enable-dav --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --with-pcre=/opt/freeware/bin/pcre-config_64 Hopefully this helps someone else! :-) -- 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]
