You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ne...@iservetech.com on 2003/11/01 23:36:25 UTC

[users@httpd] httpd 2.0.48 compile error logresolve.o

Hello All;

   I am trying to compile http 2 with php and some other goodies.
   Here is my configure line:

#!/bin/sh
SSL_BASE=/usr/ \
OPTIM="-L/usr/local/lib -O9 -funroll-loops -ffast-math -malign-double
-mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions" \./configure --prefix=/usr/local/httpd \
        --with-layout=Apache \
        --enable-modules="file-cache cache disk-cache mem-cache include
        log-config mime-magic cern-meta headers usertrack ssl
        static-support cgi info vhost-alias negotiation imap speling
        rewrite"

This is on a freebsd 4.8.

I get the following error:

/usr/local/home/nero/websystem/httpd-2.0.48/srclib/apr/libtool --silent
--mode=link gcc  -g -O2    -D_REENTRANT -D_THREAD_SAFE
-DAP_HAVE_DESIGNATED_INITIALIZER  
-I/usr/local/home/nero/websystem/httpd-2.0.48/srclib/apr/include
-I/usr/local/home/nero/websystem/httpd-2.0.48/srclib/apr-util/include
-I/usr/local/include -I.
-I/usr/local/home/nero/websystem/httpd-2.0.48/os/unix
-I/usr/local/home/nero/websystem/httpd-2.0.48/server/mpm/prefork
-I/usr/local/home/nero/websystem/httpd-2.0.48/modules/http
-I/usr/local/home/nero/websystem/httpd-2.0.48/modules/filters
-I/usr/local/home/nero/websystem/httpd-2.0.48/modules/proxy
-I/usr/local/home/nero/websystem/httpd-2.0.48/include
-I/usr/include/openssl
-I/usr/local/home/nero/websystem/httpd-2.0.48/modules/dav/main
-export-dynamic -L/usr/local/lib   -o logresolve  logresolve.lo   -lssl
-lcrypto
/usr/local/home/nero/websystem/httpd-2.0.48/srclib/pcre/libpcre.la
/usr/local/home/nero/websystem/httpd-2.0.48/srclib/apr-util/libaprutil-0.la
-lexpat /usr/local/home/nero/websystem/httpd-2.0.48/srclib/apr/libapr-0.la
-lm -lcryptlogresolve.o: In function `cgethost':
/usr/local/home/nero/websystem/httpd-2.0.48/support/logresolve.c(.text+0xcf):
undefined reference to `__h_errno'/usr/local/home/nero/websystem/httpd-2.0.48/support/logresolve.c(.text+0xe1):
undefined reference to `__h_errno'/usr/local/home/nero/websystem/httpd-2.0.48/support/logresolve.c(.text+0xf1):
undefined reference to `__h_errno'*** Error code 1

Stop in /usr/local/home/nero/websystem/httpd-2.0.48/support.
*** Error code 1

Stop in /usr/local/home/nero/websystem/httpd-2.0.48/support.
*** Error code 1

Stop in /usr/local/home/nero/websystem/httpd-2.0.48.



This box has is running bind 9.2.2 if that makes a differance with anything.

Finially a side note question. What has people's milage been with using
httpd 2 and php in semi production with use as a web server and a mysql
backend? Any info on that would also be appreciated.

Thanks
Tamer



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org