Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl relocation error

Status
Not open for further replies.

maslett

Technical User
Mar 11, 2004
121
GB
Hi, when I try to run config programs such as drakconf (Mandrake 10.0) I get the following error:

Code:
/usr/bin/perl: relocation error: /usr/lib/libDrakX/auto/c/stuff/stuff.so: undefined symbol: Perl_Gthr_key_ptr

I've looked on google but can't any usefull info.

Any help greatly appreciated.

Cheers.
 
My system is Mandriva 2006.0, but the same theory applies. The first command tells me what package owns the file it's complaining about, the second command lists all packages with that pattern. Check to make sure that the version numbers all match with the second command:
Code:
[todd@tlyons ~]$ rpm -qf /usr/lib/libDrakX/auto/c/stuff/stuff.so 
drakxtools-backend-10.3-0.64.3.20060mdk
[todd@tlyons ~]$ rpm -qa drakxtools*
drakxtools-newt-10.3-0.64.3.20060mdk
drakxtools-10.3-0.64.3.20060mdk
drakxtools-backend-10.3-0.64.3.20060mdk
HTH and HAND.

Blue skies... Todd
 
Cheers mrballcb, I found a magazine in my local newsagents that had mandriva 2006 free with it so I hosed my system (there was nothing important or techy on it).

I know it's a drastic way of fixing the problem but in this case it was the easiest (and less hassle).

Thanks anyway.
Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top