Re: undefined reference problem

1999-10-31 Thread Doug MacEachern
On Thu, 21 Oct 1999, Scott Anderson wrote: > am having the following errors trying to compile apache with mod_perl > > my mod perl configuration script looks like this > > perl Makefile.PL \ > APACHE_SRC=/usr/local/src/apache_1.3.9 \ > NO_HTTPD=1 \ > PREP_HTTPD=1 \ >

Re: undefined reference problem

1999-10-21 Thread James G Smith
"Scott Anderson" <[EMAIL PROTECTED]> wrote: >CC=cc \ >./configure \ >--prefix=/usr/local/apache \ >--enable-rule=SHARED_CORE \ >--enable-module=so \ >--enable-module=auth_dbm \ >--enable-module=auth_db \ >--enable-module=rewrite \ >--enable-

undefined reference problem

1999-10-21 Thread Scott Anderson
am having the following errors trying to compile apache with mod_perl my mod perl configuration script looks like this perl Makefile.PL \ APACHE_SRC=/usr/local/src/apache_1.3.9 \ NO_HTTPD=1 \ PREP_HTTPD=1 \ EVERYTHING=1 i answer yes when it asks about the src di