You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Li...@my.standardchartered.com on 2006/05/23 09:39:13 UTC

[users@httpd] AIX 5.2 with Apache 2.0.58

Hi,
I have tried to compile Apache 2.0.58 source on IBM AIX 5.2, but I hit the 
following error. Did anybody encounter this problem before? 

Installation Steps:
1.  gunzip httpd-2.0.58.tar.gz
    tar ?xvf httpd-2.0.58.tar 

2. ./configure --prefix=/usr/local/apachessl --with-ssl=/usr/local/openssl 
--enable-ssl  --enable-rewrite --enable-headers --enable-so --enable-proxy 
--disable-autoindex --disable-cgi --disable-userdir
OK
3. make
Error:
nm: |: 0654-200 Cannot open the specified file.
nm: No such file or directory
nm: awk: 0654-200 Cannot open the specified file.
nm: No such file or directory
nm:  if \(\(\(\libapr-0.so == \T\\) \|\| \(\libapr-0.so == \D\\) \|\| 
\(\libapr-0.so == \B\\)\) \&\& \(substr\(\: 0654-200 Cannot open the 
specified file.
nm: No such file or directory
nm: |: 0654-200 Cannot open the specified file.
nm: No such file or directory
nm: sort: 0654-200 Cannot open the specified file.
nm: No such file or directory
nm: -u: 0654-200 Cannot open the specified file.
nm: No such file or directory
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

Please advice. Thanks your help in advance.
Thank you.

Regards.
Huoy Li
This email is confidential. If you are not the addressee tell the sender immediately and destroy this email without using, sending or storing it. Emails are not secure and may suffer errors, viruses, delay, interception and amendment. Standard Chartered PLC and subsidiaries ("SCGroup") do not accept liability for damage caused by this email and may monitor email traffic.


RE: [users@httpd] AIX 5.2 with Apache 2.0.58

Posted by JP <jp...@tulane.edu>.
3. make 
Error: 
nm: |: 0654-200 Cannot open the specified file. 
nm: No such file or directory 
nm: awk: 0654-200 Cannot open the specified file. 
nm: No such file or directory 
nm:  if \(\(\(\libapr-0.so == \T\\) \|\| \(\libapr-0.so == \D\\) \|\|
\(\libapr-0.so == \B\\)\) \&\& \(substr\(\: 0654-200 Cannot open the
specified file. 
nm: No such file or directory 
nm: |: 0654-200 Cannot open the specified file. 
nm: No such file or directory 
nm: sort: 0654-200 Cannot open the specified file. 
nm: No such file or directory 
nm: -u: 0654-200 Cannot open the specified file. 
nm: No such file or directory 
make: 1254-004 The error code from the last command is 1. 

Have you read these documents?
http://people.apache.org/~trawick/apache-2-on-aix.html and
http://people.apache.org/~trawick/aixstatus.html.  There is a reference to
the libapr tests not working correctly on AIX during the build.  Also, the
bug database has been useful for me.  I haven't tried to build Apache 2.0 in
AIX.

 

Good luck,

JP