Thanks Bill for the response. That is what I normally do. This is what I
get when I try to display the compiled in modules.
apache:pbsxap00073:/usr/local/apache20/apache2.0.47/bin> ./apachectl -l
exec(): 0509-036 Cannot load program
/usr/local/apache20/apache2.0.47/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.
Same as before. I can even add the correct library directory to LIBPATH
with the same result.
--John
John Fortin - Pepsi Bottling Group
(914) 767-7844
Singing is Life - The Rest is Just Details!!
http://www.newyorkerschorus.org
http://www.spebsqsa.org
-----Original Message-----
From: Bill Stoddard [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 19, 2003 11:37 AM
To: [EMAIL PROTECTED]
Subject: Re: AIX shared libraries build with absolute path in headers
Fortin, John {PBG} wrote:
> I'm having an issue with building Apache 2.0.27 on AIX. I have to do the
> build on a box which is separate from the environment in which they will
be
> deployed. I also cannot build it to the final destination directory
> (/usr/local/apache2/apache2.0.47) but have to build to a distribution
> directory (such as /var/opt/dist/apache20/apache2.0.47).
>
> Normally this wouldn't be an problem. However, after I move the
> distribution to the first target box, I get the following:
>
>
> apache:pbsxap00073:/usr/local/apache20/apache2.0.47/bin> httpd
You should be using apachectl to start apache 2.0. It sets up envars you
need to run the server.
Bill