ferhue
November 12, 2016, 8:13pm
4
Did you remove all the remnants from the configure procedure?
Did you install all prerequisites from the webpage?
Did you call source bin/thisroot.sh after building?
Maybe call also before “sudo ldconfig”?
Otherwise I can just suggest something like:
locate libpng16.so
ln -s resultofuppercommand /usr/lib/libpng16.so
#or sth like...
cp /usr/local/lib/libpng16.so.16 /usr/lib
There are related threads:
Hello again.
I’ve finally installed ROOT v6.04.14.source on Ubuntu 15.10:
cd root/
./configure linuxx8664gcc
make -j 4
export ROOTSYS=/home/luz/root
export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
. bin/thisroot.sh
root
But a problem appears when I try to open TBrowser:
root [0] TBrowser b
cling::DynamicLibraryManager::loadLibrary(): libpng16.so.16: cannot open shared object file: No such file or directory
Error in <TInterpreter::TCling::AutoLoad>: failu…
Hi,
After downloading root root_v5.25.02.source.tar.gz from the website and installing it without problem on a mac os 10.5.8, I cannot make it run properly… The error I have when launching it is the following :
root [0] TBrowser a
dlopen error: dlopen(/Applications/root/lib/libASImage.so, 9): Symbol not found: _alphablend_scanlines
Referenced from: /Applications/root/lib/libASImage.so
Expected in: dynamic lookup
Load Error: Failed to load Dynamic link library /Applications/root/lib/libASI…
askubuntu.com/questions/701246/l … -to-get-it
stackoverflow.com/questions/1878 … bject-file
stackoverflow.com/questions/2554 … s-libpng16
stackoverflow.com/questions/2593 … -fedora-20