RE: Why libperl.so?

2001-11-29 Thread William Rusch
perl in dynamically. -Original Message- From: BeerBong [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:03 AM To: William Rusch; mod-perl Subject: Re: Why libperl.so? Sorry, it is necessary for mod_perl now ? I want to compile statically as many modules as I can. --- Sergey

RE: :mysql and libmysqlclient.so.10

2001-11-29 Thread William Rusch
Usually when I see an error like this i suspect the ld_library_path needs to be set to include the missing dynamic library. Try setting it to include your mysql/lib folder if this could be the problem. -Original Message- From: Ryan Thompson [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: :mysql and libmysqlclient.so.10

2001-11-29 Thread William Rusch
really have a clue beyond that. -Original Message- From: Ryan Thompson [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:41 PM To: William Rusch Cc: [EMAIL PROTECTED] Subject: RE: :mysql and libmysqlclient.so.10 William Rusch wrote to Ryan Thompson and [EMAIL PROTECTED

RE: Why libperl.so?

2001-11-28 Thread William Rusch
try recompiling perl with sh Configure -Duseshrplib this will build the libperl.so file that apache needs -Original Message- From: BeerBong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 12:31 PM To: mod-perl Subject: Why libperl.so? Hello! It may be very stupid