php-install Digest 14 Jun 2002 20:00:55 -0000 Issue 884

Topics (messages 7331 through 7332):

Re: PHP & Apache 2-0-35
        7331 by: Garzon Maldonado, Jesus Javier

How to see what is captured in $_COOKIE Superglobal
        7332 by: MikeParton

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
How do I create a script that shows me what data is captured in the $_COOKIE 
superglobal.  The php docs describe the $_COOKIE superglobal, but don't enumerate the 
contents of the array (the docs do a great job of enumerating what is captured in the 
$_SERVER array).

I am setting cookies and I can, obviously, open one of the files stored but it 
contains more than the value of the cookie and cookie name.  I just don't know what 
its significance is.

TIA

Mike
--- End Message ---

Reply via email to