Compiling Apache 1.3.34 with mod_perl 1.28
am 23.10.2005 14:32:37 von Jacob Bach PedersenHey
When I'm compiling Apache 1.3.34 with mod_perl 1.28 on my debain 3.1
machine, I get an error when i'm running "make".
I have installed perl 5.8.4 as a pakked with apt
: undefined reference to `Perl_form'
/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a(DynaLoader.o) (.text+0xbdb):
In function `boot_DynaLoader':
: undefined reference to `Perl_get_sv'
/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a(DynaLoader.o) (.text+0xc05):
In function `boot_DynaLoader':
: undefined reference to `Perl_sv_2pv_flags'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/local/apache_1.3.34/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.34'
make: *** [build] Error 2
What is the problem, and how can I fix it ???
Pleace help me..
Best regards
Jacob