You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tim Mellinger <TM...@tribute.com> on 2003/04/23 18:00:03 UTC

[users@httpd] Problem starting Apache under AIX 4.3.3.0

I run the following command to start apache

# /usr/local/apache/bin/apachectl start

and get the following:

exec(): 0509-036 Cannot load program /usr/local/apache/bin/httpd because of
the
following errors:
        0509-130 Symbol resolution failed for httpd because:
        0509-136   Symbol isinf (number 140) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.
/usr/local/apache/bin/apachectl start: httpd could not be started

The dump -Tv command shows "isinf" is not a Symbol in the /usr/lib/libc.a
file.  How can I work around this or create the symbol?

Tim