Re: undefined reference

2000-06-09 Thread Vivek Khera
> "ML" == Margus Laak <[EMAIL PROTECTED]> writes: ML> I get a lot of undefined references in the end of Apache compilation. ML> Most of them start like PL_* or Perl_*. What libraries are missing or ML> what am I doing wrong? You're doing something wrong. We don't know what, because you didn

undefined reference

2000-06-09 Thread Margus Laak
I get a lot of undefined references in the end of Apache compilation. Most of them start like PL_* or Perl_*. What libraries are missing or what am I doing wrong? Margus.

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
this goes smoothly. however when i run the final compile i get a bunch of errors that say ./libhttpd.so: undefined reference to `Perl_gv_fetchpv'. I have attached a copy of the output from the make command so you can see the errors there. i figure i must be missing a lib flag or somehti