On Thu, 2005-09-29 at 09:14 +0200, Vincent Lefevre wrote:
> On 2005-09-28 20:52:23 -0700, Jurij Smakov wrote:
> > FWIW, I cannot reproduce it in current sid. Application I maintain 
> > (torrus) uses libapache2-mod-perl2 and it's working happily. Here are 
> > currently installed versions of relevant packages:
> > 
> > apache2-common        2.0.54-5
> > apache2-mpm-worker    2.0.54-5
> > libapache2-mod-perl2  2.0.1-3
> > perl                  5.8.7-5
> 
> Here, on a PowerPC machine, Apache crashes with:
> 
> apache2-common        2.0.54-5
> apache2-mpm-prefork   2.0.54-5
> libapache2-mod-perl2  2.0.1-3
> perl                  5.8.7-5
> 
> I had to remove perl.* symlinks from /etc/apache2/mods-enabled.
> 


This is just a wild guess, but this sounds a whole lot like library
conflicts; ie, a perl program pulling in libmysqlclient12 (thus causing
modperl to load libmysqlclient12), and php loading libmysqlclient10.
What perl libs are installed?  What other apache modules are loaded, and
what libs are they pulling in?  What versions of libmysqlclient and pcre
are installed on the system?





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to