On Mon, 8 Nov 1999, Brad Bonkoski wrote:

> This message was sent from Geocrawler.com by "Brad Bonkoski" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
> 
> Hello, I am trying to build mod_perl and PHP together with apache and this is a 
>sample of what I am getting:
> 
>       <=== src/modules/perl
> <=== src/modules
> gcc -c  -I./os/unix -I./include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/ex
> pat-lite `./apaci` modules.c
> gcc -c  -I./os/unix -I./include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/ex
> pat-lite `./apaci` buildmark.c
> gcc  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci`   -rdynami
> c \
>       -o httpd buildmark.o modules.o modules/perl/libperl.a modules/example/libe
> xample.a modules/php3/libphp3.a modules/experimental/libexperimental.a modules/s
> tandard/libstandard.a modules/proxy/libproxy.a main/libmain.a ./os/unix/libos.a
> ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a
> modules/perl/libperl.a(mod_perl.o): In function `perl_shutdown':

you're missing quite a bit here in the link line.  I know folks have
posted how to build Apache+mod_php+mod_perl, maybe Stas added it to the
guide?

Reply via email to