Thank you very much.

It worked just setting LD_LIBRARY_PATH.
 

-----Original Message-----
From: Markus Boehmer [mailto:[EMAIL PROTECTED]]
Sent: jueves 13 de junio de 2002 13:16
To: Garzon Maldonado, Jesus Javier
Subject: Re: [PHP-INST] FW: PHP & Apache 2-0-35


Garzon Maldonado, Jesus Javier <[EMAIL PROTECTED]> wrote:
> 
> But, when I try to launch the server the following message appears:
> Cannot load /usr/local/apache2/modules/libphp4.so into server: Shared
> object libpth.so.14 not found. 
> 
> libpth.so.14 is located into /usr/local/lib/pth.
> 
> What happens?, What can I do?
> 


try this:

1. change to the php source directory
2. rm config.cache
3. make clean
4. export LD_LIBRARY_PATH=/usr/local/lib/pth
5. do your configure and make, should do the trick
-- 
Markus Boehmer
SSI Schaefer Shop GmbH
Datenbankadministration/-entwicklung
mailto:[EMAIL PROTECTED]

 Jesús Javier Garzón Maldonado  
 Radar, Mando y Control 
 
 Carretera Loeches, Nº 9
28850 - Torrejón de Ardoz (ESPAÑA)
Tel: +34-91-626.82.68
[EMAIL PROTECTED]
www.indra.es

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to