Hello,friends, I installed the mp1 (modperl-1.29) and apache1.3 on linux 2.6 kernel.First I compile the modperl lib:
perl Makefile.PL \ APACHE_SRC=../apache_1.3.36/src \ NO_HTTPD=1 \ USE_APACI=1 \ PREP_HTTPD=1 \ EVERYTHING=1 make;make install Then I install the apache: ./configure --prefix=/home/apache1.3 --disable-module=all \ --enable-module=alias --enable-module=log_config \ --enable-module=dir --enable-module=mime --enable-module=cgi \ --activate-module=src/modules/perl/libperl.a make;make install It can't get finished.I got the error messages like: modules/perl/libperl.a(Server.o)(.text+0x22df): In function `XS_Apache__Server_gid':: undefined reference to `Perl_Gthr_key_ptr' modules/perl/libperl.a(Server.o)(.text+0x24f6): In function `XS_Apache__Server_is_virtual':: undefined reference to `Perl_Gthr_key_ptr odules/perl/libperl.a(Server.o)(.text+0x2bdd): In function `boot_Apache(...)(long double, void,...)(long double) static':: undefined reference to `Perl_Gthr_key_ptr' ... lots of these. Could you tell me how to resolve it?Thanks. -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com
