[users@httpd] Building Apache on AIX

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Title: Message
Hey everybody!
I'm trying to build Apache 2.0.53 on AIX, but I'm running into some trouble that I haven't been able to figure out yet.  Any tips or suggestions would be greatly appreciated.  Thanks in advance.
It seems to configure fine, but I get this error at the end of the build. 
 
Binary image successfully created...
exec(): 0509-036 Cannot load program ./bindist/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.
Creating supplementary files...
exec(): 0509-036 Cannot load program ./bindist/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.
Here is the error that I get when I try to run the Apache:
 
bash-2.05b$ ./apachectl start
exec(): 0509-036 Cannot load program /home/snow/jfenlason/aix/test/apache2/bin/httpd because of the following errors:
        0509-022 Cannot load module /home/snow/jfenlason/aix/test/apache2/lib/libapr-0.so.
        0509-150   Dependent module libgcc_s_pthread.a(shr.o) could not be loaded.
        0509-022 Cannot load module libgcc_s_pthread.a(shr.o).
        0509-026 System error: A file or directory in the path name does not exist.
 
Here are the contents of the resulting config.nice:
 
#! /bin/sh
#
# Created by configure
 
CFLAGS="-O2"; export CFLAGS
LDFLAGS="-static-libgcc -Wl,-bnolibpath -Wl,-blibpath:/usr/lib:/lib"; export LDFLAGS
"./configure" \
"--with-mpm=worker" \
"--enable-layout=Apache" \
"--prefix=/home/snow/jfenlason/aix/httpd-2.0.53/bindist" \
"--with-expat=/home/snow/jfenlason/aix/httpd-2.0.53/srclib/apr-util/xml/expat" \
"--enable-static-support" \
"--enable-exception-hook" \
"--enable-so" \
"--enable-ldap=shared" \
"--enable-auth-ldap=shared" \
"--enable-ssl=shared" \
"--enable-deflate=shared" \
"--enable-cache=shared" \
"--enable-disk-cache=shared" \
"--enable-file-cache=shared" \
"--enable-mem-cache=shared" \
"--enable-proxy=shared" \
"--enable-proxy-connect=shared" \
"--enable-proxy-ftp=shared" \
"--enable-proxy-http=shared" \
"--enable-charset-lite=shared" \
"--enable-logio=shared" \
"--enable-mods-shared=all" \
"--disable-auth-digest" \
"--with-ssl=/home/snow/jfenlason/aix/lib/opensslStaticDist" \
"--with-ldap" \
"--with-ldap-include=/home/snow/jfenlason/aix/lib/ldapcsdk/include" \
"--with-ldap-lib=/home/snow/jfenlason/aix/lib/ldapcsdk/lib" \
"--with-z=/home/snow/jfenlason/aix/lib/zlibDist" \
"$@"
I'm using gcc 3.3.2 and gnu make 3.8
 

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux