Please read the following posts I made to the mod_perl users list (
[EMAIL PROTECTED] ) ... Someone there suggested that the dev list
might be able to help me better.

Is it appropriate to email the module author directly on something
like this?

Thanks in advance!
-Bryan

----------



Bryan T. Schmidt wrote:

   This seems funny to me...

   I have Perl 5.6.1, Apache 1.3.17, and mod_perl 2.8.0.  I am trying to
   build Apache-LogFile-0.12.  I am on (gag) AIX platform, oslevel 4.3.1.

   When doing "make" for LogFile, I get this error:

   rm -f blib/arch/auto/Apache/LogFile/LogFile.so

   LD_RUN_PATH="" ld -bhalt:4 -bM:SRE
   -bI:/usr/local/lib/perl5/5.6.1/aix/CORE/perl.exp -bE:LogFile.exp
   -b noentry -lC -lc -L/usr/local/lib
   LogFile.o  -o blib/arch/auto/Apache/LogFile/LogFile.so
   ld: 0711-317 ERROR: Undefined symbol: .perl_get_startup_pool
   ld: 0711-317 ERROR: Undefined symbol: .ap_palloc
   ld: 0711-317 ERROR: Undefined symbol: .ap_server_root_relative
   ld: 0711-317 ERROR: Undefined symbol: .ap_open_piped_log
   ld: 0711-317 ERROR: Undefined symbol: .ap_popenf
   ld: 0711-317 ERROR: Undefined symbol: .ap_register_cleanup
   ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
   information.
   make: The error code from the last command is 8.

   These seem like fairly generic symbols from Apache, but really I have
   no idea what is going on.  Can someone give me some pointers as to
how  to get this thing built?  Using he -bnoquiet option just tells me
that  LogFile.o is the one trying to reference these symbols...

   Thank you in advance... this one is far beyond my expertise :-)

   -Bryan


---------------
Later....

Half way there... Resolved .ap_* errors by adding to the Makefile:

-bI:/data01/web-install/apache_1.3.17/src/support/httpd.exp

now i just have ld: 0711-317 ERROR: Undefined symbol:
.perl_get_startup_pool


I tried adding a similar -bI: to my mod_perl.exp, but it did not
help... clues, anyone?

-Bryan



-- 


Bryan T. Schmidt
Systems/Network Administrator
Profitool Inc.

[EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to