https://issues.apache.org/bugzilla/show_bug.cgi?id=51719
Paul <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Paul <[email protected]> 2011-08-25 21:04:33 UTC --- Thanks Nick. Please close the ticket. Your suggestion helped me find a solution. Upon recompiling apr-utils, the last message is: ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/apr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - use the `-RLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- build/install.sh -c -m 644 aprutil.exp /usr/local/apr/lib build/install.sh -c -m 755 apu-config.out /usr/local/apr/bin/apu-1-config So I put in a a LDFLAG mapped to /usr/local/apr/lib. export LDFLAGS=-L/usr/local/apr/lib After that, compiling apache in 64-bit Solaris x86 worked fine. Thanks again. Paul -- 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]
