On Mon, Oct 01, 2001 at 02:00:26PM -0600, Bryan T. Schmidt wrote: > >[snip] > > > >>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 > >> > > > >wow, that version of mod_perl is up there ;) > > > >I know there were some AIX additions for 1.25_01 that went into mod_perl.exp > >around the same time as some windows stuff. you might want to make sure > >your version is up to date > > > >>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? > >> > > > >perl_get_startup_pool is defined in apaci/mod_perl.exp, so maybe that will > >help > > > >HTH > > > >--Geoff > > > Hmm... updated to 1.25_01 (2.80 above was mod_ssl... oops). Installed > it, but LogFile still complains... added appropriate > -bI:(sourcedir)/apaci/mod_perl.exp, but that did not help. > > I am totally lost... perl_get_startup_pool does not seem to wind up in > my mod_perl.exp file, but I don't know why.
Because these exports where found missing on AIX (and Windows) only recently. Grab the latest and greatest mod_perl from the CVS tree, this has the perl_get_startup_pool symbol problem fixed. -- Jens-Uwe Mager HELIOS Software GmbH Steinriede 3 30827 Garbsen Germany Phone: +49 5131 709320 FAX: +49 5131 709325 Internet: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
