gopkris2005

Well-Known Member
Jan 9, 2007
64
0
156
India
cPanel Access Level
Root Administrator
Twitter
Hi,

I have received the following errors after install gnupg.. Anyone have idea??

[email protected][~]# php -i | grep gnupg
php: gnupg
relocation error: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/gnupg.so: gnupg support => enabled
symbol gpgme_check_version_internal, version GPGME_1.1 not defined in file libgpgme.so.11 with link time reference
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

What method did you use to install this PHP module? You should be able to install it successfully via:

Code:
yum install gpgme-devel
pecl install gnupg
However, it's a good idea to first uninstall/remove any changes you made with your initial installation.

Thank you.
 

gopkris2005

Well-Known Member
Jan 9, 2007
64
0
156
India
cPanel Access Level
Root Administrator
Twitter
Thanks for your reply... I have installed via WHM module installer, also tried with from source file. but still getting these errors.

#php -i | grep gnupg
gnupg
php: symbol lookup error: gnupg support => enabled
/usr/local/lib/php/extensions/no-debug-non-zts-20090626/gnupg.so: undefined symbol: gpgme_check_version_internal

Anyother way to fix this issue?

Hello :)

What method did you use to install this PHP module? You should be able to install it successfully via:

Code:
yum install gpgme-devel
pecl install gnupg
However, it's a good idea to first uninstall/remove any changes you made with your initial installation.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Have you tried uninstalling this PHP module completely, and then reinstalling it via the method listed in my last response?

Thank you.
 

gopkris2005

Well-Known Member
Jan 9, 2007
64
0
156
India
cPanel Access Level
Root Administrator
Twitter
Yes, I have tried to uninstall this module and recompile with easyapache... Again, I had used your commands but still having this errors.


[email protected][/home]# php -i | grep gnupg
gnupg
php: gnupg support => enabled
symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/gnupg.so: undefined symbol: gpgme_check_version_internal
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Could you open a support ticket so we can take a closer look?

Submit A Ticket

You can post the ticket number here so we can update this thread with the outcome.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
To update, it looks like this was the result of the Cloud Linux repositories used on the system. Cloud Linux was installed, but the following files were configured for a standard CentOS installation:

/etc/redhat-release
/etc/yum.conf

Thank you.