From: Shortt, K. <KS...@az...> - 2004-08-17 19:30:35
|
Hey all, I am unsure if this is the best list to post this. I am open to new list suggestions. I have compiled apache-2.0.50 with openssl successfully on AIX 5 (AIX test 2 5 0005AB7F4C00). The success was on my test system. Upon completion of compiling on the my production system (AIX prod 2 5 0005FC0F4C00), my httpd binary does not compile. (NOTE: configure was the same on test and prod, with exception to the prefix destination) Here is my configure statement and my results. It cannot find a library that appears to exist. I do not know what I should do to fix this. Any advice would be appreciated. Thanks... -k ---------- ./configure --prefix=/prod/apache-2.0.50 \ --enable-so \ --enable-ssl \ --enable-rewrite \ --disable-userdir \ --with-ssl=/usr/local/src/openssl-0.9.6m \ --without-berkeley-db \ --disable-asis --------------- prod:/prod/apache-2.0.50>ldd bin/httpd prod:/prod/apache-2.0.50>bin/httpd -l exec(): 0509-036 Cannot load program bin/httpd because of the following errors: 0509-150 Dependent module libaprutil-0.so could not be loaded. 0509-022 Cannot load module libaprutil-0.so. 0509-026 System error: A file or directory in the path name does not exist. prod:/prod/apache-2.0.50> prod:/prod/apache-2.0.50>ldd bin/httpd bin/httpd needs: Cannot findCannot find /usr/lib/libnsl.a(shr.o) /usr/lib/libpthread.a(shr_comm.o) /usr/lib/libpthread.a(shr_xpg5.o) /usr/lib/libc_r.a(shr.o) /usr/lib/librtl.a(shr.o) /usr/lib/libpthreads_compat.a(shr.o) /usr/lib/libc.a(shr.o) /usr/lib/libtli.a(shr.o) /usr/lib/libpthreads.a(shr_comm.o) /unix /usr/lib/libcrypt.a(shr.o) /usr/lib/libpthreads.a(shr.o) /usr/lib/libc.a(pse.o) prod:/prod/apache-2.0.50>ls -ld /usr/lib/libnsl.a -r--r--r-- 1 root system 1721854 Feb 06 2004 /usr/lib/libnsl.a ----------------------- |