Re: generic symbol problems with LogFile

2001-10-01 Thread Bryan T. Schmidt
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

Ignore last post: generic symbol problems with LogFile

2001-10-01 Thread Bryan T. Schmidt
Oops... was trying to send to the dev list and accidentally sent to this one again. Sorry. -Bryan

RE: generic symbol problems with LogFile

2001-10-01 Thread Geoffrey Young
-Original Message- From: Bryan T. Schmidt [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 1:00 PM To: Bryan T. Schmidt Cc: [EMAIL PROTECTED] Subject: Re: generic symbol problems with LogFile [snip] Bryan T. Schmidt wrote: This seems funny to me... I have

generic symbol problems with LogFile

2001-09-28 Thread Bryan T. Schmidt
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

Re: generic symbol problems with LogFile

2001-09-28 Thread Bryan T. Schmidt
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?