From nobody@hyperreal.com Sat May 24 02:38:52 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id CAA05758; Sat, 24 May 1997 02:38:52 -0700 (PDT) Message-Id: <199705240938.CAA05758@hyperreal.com> Date: Sat, 24 May 1997 02:38:52 -0700 (PDT) From: Matthew Enger Reply-To: menger@mindless.com To: apbugs@hyperreal.com Subject: Will not compile X-Send-Pr-Version: 3.2 >Number: 616 >Category: other >Synopsis: Will not compile >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat May 24 02:40:00 1997 >Last-Modified: Sat May 24 11:43:40 PDT 1997 >Originator: menger@mindless.com >Organization: >Release: 1.2B10 >Environment: Linux menger.ml.org 2.0.27 #1 Sat Dec 21 23:44:11 EST 1996 i486 >Description: http_main.o: In function `default_server_hostnames': http_main.o(.text+0x138b): undefined reference to `__inet_ntoa' http_main.o: In function `new_connection': http_main.o(.text+0x1438): undefined reference to `__inet_ntoa' http_main.o: In function `make_sock': http_main.o(.text+0x1b67): undefined reference to `__inet_ntoa' http_config.o: In function `get_addresses': http_config.o(.text+0x105c): undefined reference to `__inet_addr' http_protocol.o: In function `check_fulluri': http_protocol.o(.text+0xae6): undefined reference to `__inet_ntoa' util.o: In function `get_virthost_addr': util.o(.text+0x146c): undefined reference to `__inet_addr' mod_rewrite.o: In function `is_this_our_host': mod_rewrite.o(.text+0x4c94): undefined reference to `__inet_ntoa' mod_rewrite.o: In function `resolv_ipaddr_list': mod_rewrite.o(.text+0x4e7a): undefined reference to `__inet_ntoa' make: *** [httpd] Error 1 >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sat May 24 11:43:40 PDT 1997 State-Changed-Why: This is almost certainly not an Apache problem. Your C compiler, include files and libraries may not be matched up correctly. If you have upgraded one without upgrading the others, or have upgraded something like BIND that may be the cause of your problem. If you have upgraded BIND, try adding -lbind to the EXTRA_LIBS line in Configuration. If that doesn't work, you really have to ask for help on a Linux group as it is a problem with your Linux installation not Apache. >Unformatted: