> > On Jul 15, 2004, at 12:36 PM, Andrew Brosnan wrote: > > > > > > I need some help troubleshooting an 'Undefined symbols' error. > > > > I'm trying to get Mason/mod_perl/Apache to install and work > > properly. Currently I am running Mac OS X 10.2.8. > > > > ...
On 7/15/04 at 1:38 PM, [EMAIL PROTECTED] (Do Hyun Kim) wrote: > ... > So, the way I fixed this was to recompile Perl with -Duseshrlib and > then I built > mod_perl as a DSO. > > Since then its worked great. (Also, building a dynamic libperl fixed > my DBD::mysql issues > as well). > > -- Jeff > Thanks Jeff, Sherm & others, that did the trick. For the record, part of the problem was also due to libapreq, and this article: http://www.macdevcenter.com/pub/a/mac/2003/02/07/libapreq_update.html by David was also helpful getting that straightened out. Thanks again. Andrew