Results 1 to 6 of 6
Hello again,
I'm having problems with apt-get
i have some gpg errors..
Code:
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC...
- 08-04-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 6
GPG error
Hello again,
I'm having problems with apt-get
i have some gpg errors..
Code:gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC
- 08-05-2007 #2
Execute this
Post output here.Code:ls /usr/local/lib
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-05-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 6
Code:Acrobat7.0 graphviz libhistory.a libhistory.so.5.1 libltdl.so libreadline.old libreadline.so.5.1.old php RealPlayer xvdocs.ps csim helixplayer libhistory.old libhistory.so.5.1.old libltdl.so.3 libreadline.so old-firefox pkgconfig site_ruby firefox-plugins java libhistory.so libltdl.a libltdl.so.3.1.0 libreadline.so.5 old-thunderbird python2.3 xcircuit-3.3 firmware jdk1.5.0_06 libhistory.so.5 libltdl.la libreadline.a libreadline.so.5.1 perl python2.4 xspim
/usr/local is automount from a server and it's working fine for 20 similar boxes..
- 08-05-2007 #4
Create a temp folder and move all libreadline files in that and execute ldconfig command.
Execute this
If everything works well and problem sorted, delete temp folder.Code:su mkdir temp mv /usr/local/lib/libreadline* temp ldconfig
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-05-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 6
- 08-12-2007 #6Just Joined!
- Join Date
- Aug 2007
- Posts
- 6
anyone else?


Reply With Quote

