Hi
can anyone enlighten me on why apache is failing to build with Mod_perl.
Ive tested my apache sources which builds and installs fine as a vanilla
The version of perl i have is 5.6.0 with the bundle CPAN apache mods installed
Im configuring mod_perl with:
EVERYTHING=1 APACHE_SRC=blah blah USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1
and Apache with:
--enable-module=most --enable-shared=max
--activate-module=src/modules/perl/libperl.a --enable-module=perl
The configuration of Apache works fine but on building it falls over with:
gcc -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -DSOCKS -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX
-DUSE_EXPAT -I./lib/expat-lite `./apaci` -rdynamic \
-o httpd buildmark.o modules.o modules/standard/libstandard.a
modules/perl/libperl.a main/libmain.a ./os/unix/libos.a
ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a -lm -lcrypt -lndbm -rdynamic
-L/usr/local/lib /usr/local/lib/perl5/5.6.0/i686-linux/auto/DynaLoader/DynaLoader.a
-L/usr/local/lib/perl5/5.6.0/i686-linux/CORE -lperl -lnsl -lndbm -lgdbm -ldb -ldl -lm
-lc -lposix -lcrypt -ldl
main/libmain.a(http_main.o): In function `main':
http_main.o(.text+0x4164): undefined reference to `SOCKSinit'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.12'
make: *** [build] Error 2
root@laptop:/usr/src/apache_1.3.12#
any idea's anyone?
Regards Nige
-------------------------------------------------------
-------------------------------------------------------