Sirs,
I am trying to build the modperl module using apaci without success.
The platform is AIX 4.3.2 with Apache 1.3.17,Perl 5.6.0.
I can build the apache httpd module ok using the same configure routine
as in ./configure --prefix=/xxx/xxx/xxxxx
but when I add in
--activate-module=/src/modules/perl/libperl.a I get the following error and
am then unable to run make.
Any ideas would be welcome.
Thanks.
<<Apache_Error.txt>>
Regards,
Jim
_______________________________________________
BTcd Information Systems Engineering
Tivoli Implementation and Support
* 0131-662 4724
*
* [EMAIL PROTECTED]
* pp HWP186
PO Box 234 (HOM-EH)
Edinburgh
Midlothian , EH12 9UR
_______________________________________________
+ id: mod_perl/1.25
+ id: Perl/v5.6.0 (aix) [perl]
Note (probably harmless): No library found for -ldb
cd ..; gcc -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIN
D_PROCESSOR -DMOD_PERL -DUSE_PERL_SSI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SO
URCE -qmaxmem=16384 -I/usr/local/include -q32 -D_LARGE_FILES -qlonglong -DUSE_HS
REGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -I. -I/usr/local/l
ib/perl5/5.6.0/aix/CORE -lm -lpthread -o helpers/dummy helpers/dummy.c -bE:/
usr/local/lib/perl5/5.6.0/aix/CORE/perl.exp -L/usr/local/lib -b32 /usr/local/li
b/perl5/5.6.0/aix/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.6.0/aix/
CORE -lperl -lbind -lnsl -ldbm -ldl -lld -lm -lC -lc -lcrypt -lbsd -lPW -liconv
-bE:./modules/perl/mod_perl.exp
gcc: unrecognized option `-qmaxmem=16384'
gcc: unrecognized option `-q32'
gcc: unrecognized option `-qlonglong'
cpp: -lang-c: linker input file unused since linking not done
gcc: installation problem, cannot exec `cc1': No such file or directory
gcc: file path prefix `/usr/local/lib/gcc-lib/E:./modules/perl/mod_perl.exp/2.95
/' never used
make: The error code from the last command is 1.
Stop.