Re: Problem compiling mod_perl on AIX

2021-07-07 Thread Rainer Tammer
est   % gake install Simple config:   LoadModule perl_module modules/mod_perl.so   #PerlModule Apache::compat   # your config comes here -[./INSTALL] Bye   Rainer On 07.07.2021 08:50, Edward J. Sabol wrote: On Jul 6, 2021, at 2:49 AM, Rainer Tammer wrote: I do have a problem compili

Re: Problem compiling mod_perl on AIX

2021-07-07 Thread Rainer Tammer
Hello, I have tried gcc, but this does gives me the same error. I think something with the build tools (or perl) is not working correctly. Note: The latest version of https://perldoc.perl.org/perlaix is mainly from me :-): AUTHORS Rainer Tammer I have successfully compiled

Problem compiling mod_perl on AIX

2021-07-05 Thread Rainer Tammer
o     ld  -bhalt:4 -G -bnoentry -lpthreads -lc -lm -L/opt/freeware/lib -L/usr/lib -berok -bexpall -bE:PerlIO.exp PerlIO.o modperl_apr_perlio.o -brtl -bdynamic -b32 -o ../../../blib/arch/auto/APR/PerlIO/PerlIO.so     chmod 755 ../../../blib/arch/auto/APR/PerlIO/PerlIO.so make: 1254-002 Cannot find a rule to create target static from dependencies. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. gmake: *** [subdirs] Error 2 Bye   Rainer Tammer