Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    ls /usr/local/lib
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just 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..

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Create a temp folder and move all libreadline files in that and execute ldconfig command.
    Execute this
    Code:
    su 
    mkdir temp
    mv /usr/local/lib/libreadline* temp
    ldconfig
    If everything works well and problem sorted, delete temp folder.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Aug 2007
    Posts
    6
    Quote Originally Posted by devils_casper View Post
    Create a temp folder and move all libreadline files in that and execute ldconfig command.
    Execute this
    Code:
    su 
    mkdir temp
    mv /usr/local/lib/libreadline* temp
    ldconfig
    If everything works well and problem sorted, delete temp folder.
    i can't do that as i mentioned above..

    it's mounted using autofs..


    Code:
    kirki:/usr/local on /.autofs/local type nfs (rw,addr=kirki)

  6. #6
    Just Joined!
    Join Date
    Aug 2007
    Posts
    6
    anyone else?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •