help
help > RE: Installation Problem
Oct 26, 2012 10:10 AM | Tim Schaefer - Goethe University Frankfurt, Germany
RE: Installation Problem
I know this post is old but I just ran into the same problem and
this is the first thing that pops up when you google it, so:
I managed to solve it for my system (OpenSUSE 12.2, 64bit). It seems that BioImage Suit looks for libhistory5 while only libhistory6 is available under this OS. The history lib is essential and some version WILL be installed on your system. The solution is to add a symlink that points programs to the right place. (At least this worked for me in this case, no guarantees here.)
To do this:
1) Find the version that is installed by searching /lib/ (for 32bit) or /lib64/ for it:
find /lib64/ -name libhist*
This will return something like:
/lib64/libhistory.so.6
/lib64/libhistory.so.6.2
2) Fix it with a symlink:
sudo ln -s /lib64/libhistory.so.6 /lib64/libhistory.so.5
Then run BioImage Suite.
I managed to solve it for my system (OpenSUSE 12.2, 64bit). It seems that BioImage Suit looks for libhistory5 while only libhistory6 is available under this OS. The history lib is essential and some version WILL be installed on your system. The solution is to add a symlink that points programs to the right place. (At least this worked for me in this case, no guarantees here.)
To do this:
1) Find the version that is installed by searching /lib/ (for 32bit) or /lib64/ for it:
find /lib64/ -name libhist*
This will return something like:
/lib64/libhistory.so.6
/lib64/libhistory.so.6.2
2) Fix it with a symlink:
sudo ln -s /lib64/libhistory.so.6 /lib64/libhistory.so.5
Then run BioImage Suite.
Threaded View
| Title | Author | Date |
|---|---|---|
| Matt Russell | Apr 5, 2011 | |
| Max Nentwich | Sep 14, 2017 | |
| Tim Schaefer | Oct 26, 2012 | |
