Your message dated Sat, 23 Apr 2005 13:24:51 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306010: php error when trying to restart apache
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Apr 2005 15:47:14 +0000
>From [EMAIL PROTECTED] Sat Apr 23 08:47:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from herakles.kfunigraz.ac.at [143.50.13.36] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPMqg-0000ga-00; Sat, 23 Apr 2005 08:47:14 -0700
Received: from [143.50.212.80] ([143.50.212.80]) by herakles.kfunigraz.ac.at 
with Microsoft SMTPSVC(5.0.2195.5329);
         Sat, 23 Apr 2005 17:47:11 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 23 Apr 2005 17:45:42 +0200
From: Dieter Schicker <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0 (X11/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: php error when trying to restart apache
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 23 Apr 2005 15:47:11.0942 (UTC) 
FILETIME=[B6E0A660:01C5481B]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: php4-pgsql
Version: 3:4.3.10-3

When I restart apache after the last update, I get the following error 
message in the apache
errorlog:

PHP Warning:  Unknown(): Unable to load dynamic library 
'/usr/lib/php4/20020429-zts/pgsql.so' - 
/usr/lib/php4/20020429-zts/pgsql.so: cannot open shared object file: No 
such file or directory in Unknown on line 0

When I look into directory /usr/lib/php4 I can see that there is no 
directory 20020429-zts, only one called 20020429. When I make a symlink 
from 20020429-zts to 20020429 I get the following error:

PHP Warning:  Unknown(): Unable to load dynamic library 
'/usr/lib/php4/20020429-zts/pgsql.so' - 
/usr/lib/php4/20020429-zts/pgsql.so: undefined symbol: core_globals in 
Unknown on line 0

I am using Debian GNU/Linux Sarge (testing), Kernel 2.4.25-1-686-smp, 
libc6 2.3.2.ds1-20 and apache version 1.3.33-4

---------------------------------------
Received: (at 306010-done) by bugs.debian.org; 23 Apr 2005 20:24:52 +0000
>From [EMAIL PROTECTED] Sat Apr 23 13:24:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (localhost.localdomain) 
[66.93.39.86] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPRBM-0006Q9-00; Sat, 23 Apr 2005 13:24:52 -0700
Received: by localhost.localdomain (Postfix, from userid 1000)
        id 0BA2D1727F0; Sat, 23 Apr 2005 13:24:51 -0700 (PDT)
Date: Sat, 23 Apr 2005 13:24:51 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: Dieter Schicker <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#306010: php error when trying to restart apache
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--Y7xTucakfITjPcLV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Apr 23, 2005 at 05:45:42PM +0200, Dieter Schicker wrote:
> When I restart apache after the last update, I get the following error=20
> message in the apache
> errorlog:

> PHP Warning:  Unknown(): Unable to load dynamic library=20
> '/usr/lib/php4/20020429-zts/pgsql.so' -=20
> /usr/lib/php4/20020429-zts/pgsql.so: cannot open shared object file: No=
=20
> such file or directory in Unknown on line 0

> When I look into directory /usr/lib/php4 I can see that there is no=20
> directory 20020429-zts, only one called 20020429. When I make a symlink=
=20
> from 20020429-zts to 20020429 I get the following error:

> PHP Warning:  Unknown(): Unable to load dynamic library=20
> '/usr/lib/php4/20020429-zts/pgsql.so' -=20
> /usr/lib/php4/20020429-zts/pgsql.so: undefined symbol: core_globals in=20
> Unknown on line 0

> I am using Debian GNU/Linux Sarge (testing), Kernel 2.4.25-1-686-smp,=20
> libc6 2.3.2.ds1-20 and apache version 1.3.33-4

What you don't mention is which version of libapache-mod-php4 you're using,
which is the problem here.  You need to upgrade libapache-mod-php4 to the
current version.

--=20
Steve Langasek
postmodern programmer

--Y7xTucakfITjPcLV
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCaq8SKN6ufymYLloRAhy/AJ0Q/lZJXf3/Y/RThFHbReZ0eY/D6gCaA6gk
G4mCs48z+CbPE036ju/Hja4=
=FXI8
-----END PGP SIGNATURE-----

--Y7xTucakfITjPcLV--


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

Reply via email to