Re: error while loading shared libraries: libisl.so.10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 15 Jan 2013, Leo Ferres wrote:

This? Be aware that it only  fails when i do "sudo make install", not
before. Why does the make install rule use libisl "differently" than
the compilation?

sudo will likely ignore/clear LD_LIBRARY_PATH. Instead of:
env LD_LIBRARY_PATH=... sudo make install

try:
sudo env LD_LIBRARY_PATH=... make install

--
Marc Glisse


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux