DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39788 ------- Additional Comments From [EMAIL PROTECTED] 2006-06-15 10:25 ------- I get a good lib directory (has .so files), and DSOs load fine for me: $ dir lib/ total 5384 drwxr-xr-x 2 trawick staff 512 Jun 14 19:56 . drwxr-xr-x 15 trawick staff 512 Jun 14 19:57 .. -rw-r--r-- 1 trawick staff 7891 Jun 14 19:56 apr.exp -rw-r--r-- 1 trawick staff 3692 Jun 14 19:56 aprutil.exp -rw-r--r-- 1 trawick staff 706793 Jun 14 19:56 libapr-0.a -rw-r--r-- 1 trawick staff 834 Jun 14 19:56 libapr-0.la lrwxrwxrwx 1 trawick staff 18 Jun 14 19:56 libapr-0.so -> libapr-0.so.0.9.12 lrwxrwxrwx 1 trawick staff 18 Jun 14 19:56 libapr-0.so.0 -> libapr-0.so.0.9.12 -rwxr-xr-x 1 trawick staff 733098 Jun 14 19:56 libapr-0.so.0.9.12 -rw-r--r-- 1 trawick staff 419509 Jun 14 19:56 libaprutil-0.a -rw-r--r-- 1 trawick staff 940 Jun 14 19:56 libaprutil-0.la lrwxrwxrwx 1 trawick staff 22 Jun 14 19:56 libaprutil-0.so -> libaprutil-0.so.0.9.12 lrwxrwxrwx 1 trawick staff 22 Jun 14 19:56 libaprutil-0.so.0 -> libaprutil-0.so.0.9.12 -rwxr-xr-x 1 trawick staff 417791 Jun 14 19:56 libaprutil-0.so.0.9.12 -rwxr-xr-x 1 trawick staff 455132 Jun 14 19:56 libexpat.a -rwxr-xr-x 1 trawick staff 775 Jun 14 19:56 libexpat.la This is on AIX 5.2 ML5, "VisualAge C++ Professional / C for AIX Compiler, Version 6", httpd-2.0.58.tar.gz. I did not run buildconf (so I used the libtool included in the httpd tarball), and my configure invocation is this (only prefix changed from your invocation): CC=xlc_r ./configure --prefix=/home/trawick/2058 --with-mpm=worker --enable-so --enable-layout=Apache --enable-mods-shared=most --with-expat=`pwd`/srclib/apr-util/xml/expat --enable-static-support --without-berkeley-db && make && make install I should have saved the configure output. I guess libtool is making some decisions differently between our two machines. Are you running buildconf after unpacking the tarball and before configure? That brings in some other variables, and you shouldn't have to do that anyway. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
