Re: dyld problems loading perl modules under mod_perl

2001-06-12 Thread Wilfredo Sanchez
On Tuesday, June 12, 2001, at 03:54 PM, Martin Redington wrote: > It looks as though they are statically linked against the mysqlclient > library. Could this be the source of the problems? Yeah, that might be it. -Fred

Re: dyld problems loading perl modules under mod_perl

2001-06-12 Thread Martin Redington
On Tuesday, June 12, 2001, at 10:29 am, Wilfredo Sanchez wrote: > I think something is wrong with how things are built; the same symbol > should not exist twice. I have very little experience with MySQL, even > less with Perl and MySQL. However, I do remember something about PHP; > that

Re: dyld problems loading perl modules under mod_perl

2001-06-12 Thread Wilfredo Sanchez
On Tuesday, June 12, 2001, at 01:04 AM, Martin Redington wrote: >does that mean that I need to hack apache (or some other piece), to > get mod_php and DDB::MySQL to play together (well, in the same apache > instance), or have I done something wrong in building one of the > components?

Re: dyld problems loading perl modules under mod_perl

2001-06-12 Thread Martin Redington
Thanks Fred, does that mean that I need to hack apache (or some other piece), to get mod_php and DDB::MySQL to play together (well, in the same apache instance), or have I done something wrong in building one of the components? cheers, Martin On Tuesday, June 12, 2001,

Re: dyld problems loading perl modules under mod_perl

2001-06-11 Thread Wilfredo Sanchez
On Wednesday, May 30, 2001, at 02:57 AM, Martin Redington wrote: > I think what is happening is that the __dig_vec symbol being loaded > from the DBD::MySQL bundle is conflicting with the same symbol in > mod_php. I looked in the Apache 1.3.19 source, and can see handlers for > multiple defin

dyld problems loading perl modules under mod_perl

2001-05-30 Thread Martin Redington
Help needed: dlyd problems starting Apache 1.3.19 with mod_php and mod_perl under OS X 10.0.3 I'm having some some difficulties with Apache 1.3.19 and various modules. Everything builds fine, but I get dyld multiple definition errors in some circumstances. I believe this is connected to dyld's