libgcrypt update > PHP Warning

Support/Development for PHP
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

libgcrypt update > PHP Warning

Unread post by Kalimari »

Hi,
Picked up libgcrypt.i386 (1.4.3-2.el4.art) update in atomic channel this morning, then noticed the following after update:

Code: Select all

php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /lib/libgcrypt.so.11: undefined symbol: gpg_err_code_from_syserror in Unknown on line 0
PHP 5.2.8 (cli) (built: Jan  5 2009 15:00:42)
So rolled back and all Ok again:

Code: Select all

rpm -Uhv --rollback '18 hours ago'...
php -v
PHP 5.2.8 (cli) (built: Jan  5 2009 15:00:42)
System running RHEL4. Not sure if anyone has this warning, but thought I'd flag it up.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: libgcrypt update > PHP Warning

Unread post by scott »

Ah whose xsl is that? Can you check with rpm -qf /usr/lib/php/modules/xsl.so

If its the atomic one, I just need to rebuild it
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: libgcrypt update > PHP Warning

Unread post by Kalimari »

Here's the output you requested Scott:

Code: Select all

rpm -qf /usr/lib/php/modules/xsl.so
php-xml-5.2.8-3.el4.art.i386
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: libgcrypt update > PHP Warning

Unread post by scott »

Ok, thanks for the heads up. I'll see about getting a rebuilt one out tomorrow
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: libgcrypt update > PHP Warning

Unread post by Kalimari »

Is libgcrypt package rebuilt yet?
shaabans
New Forum User
New Forum User
Posts: 4
Joined: Thu Jul 23, 2009 12:09 pm

Re: libgcrypt update > PHP Warning

Unread post by shaabans »

Howdy,

I'm experiencing the same issue ... any word on an updated package?

BTW, thanks for the great package repo, you've saved us lots of gray hairs by delaying a server switch from an RHEL4 system :-)

- Sam
ElviCities
Forum User
Forum User
Posts: 5
Joined: Fri May 02, 2008 7:18 pm

Re: libgcrypt update > PHP Warning

Unread post by ElviCities »

I have found the solution. I have upgraded to: libgpg-error-1.4-2.el4.art.i386.rpm which is in the testing channel, and the

Code: Select all

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /lib/libgcrypt.so.11: undefined symbol: gpg_err_code_from_syserror in Unknown on line 0
error no longer appears.

I also upgraded to the php-5.2.13-2.el4.art.i386.rpm php packages.

Hopefully those packages are stable enough. But, it was definitely installing the libgpg-error package that solved it for me.
Post Reply