in reply to Couldn't find gmp library after moving perl module

ldd ldconfig LD_LIBRARY_PATH
  • Comment on Re: Couldn't find gmp library after moving perl module

Replies are listed 'Best First'.
Re^2: Couldn't find gmp library after moving perl module
by Anonymous Monk on Sep 04, 2007 at 13:15 UTC
    Thanks. In my .bash_profile, I have already set LD_LIBRARY_PATH = /usr/local/lib, and it can be echoed on the command line. But still "couldn't load specified math lib(s)". Not sure how to use ldconfig...