On Wed, Oct 03, 2001 at 01:02:29PM -0600, Bryan T. Schmidt wrote: > >>>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. > > > > Ok, got latest from CVS this morning, it seems to get past where I was > before (LogFile.so), but now fails building Config.so with: > > ld: 0711-317 ERROR: Undefined symbol: perl_cmd_perl_TAKE2 > ld: 0711-317 ERROR: Undefined symbol: .ap_add_module > ld: 0711-317 ERROR: Undefined symbol: .perl_get_startup_pool > ld: 0711-317 ERROR: Undefined symbol: ap_null_cleanup > ld: 0711-317 ERROR: Undefined symbol: .ap_register_cleanup > ld: 0711-317 ERROR: Undefined symbol: .ap_find_linked_module > ld: 0711-317 ERROR: Undefined symbol: .ap_remove_module > ld: 0711-317 ERROR: Undefined symbol: .perl_clear_symtab > ld: 0711-317 ERROR: Undefined symbol: .ap_palloc > ld: 0711-317 ERROR: Undefined symbol: perl_perl_cmd_cleanup > > Any idea what gives?
The perl_* symbols are definitely exported by the apaci/mod_perl.exp file, did you make clean in between? -- 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]
