Thank you for your help but this is not the solution. Even if I install ia32-libs, it is the same problem. Thank you for the links I tried the solutions in the links but nothing to give.
Hello,
I have an Ubuntu 12.04 system (32 bit) and I want to install V2.9 Newbler but here's the problem.
I typed sudo ./setup.sh but here is the problem
Warning: One or more of the following libraries was not found
zlib.i386, libXi.i386, libXtst.i386, libXaw.i386
Without these libraries, 454 Life Sciences software may not run correctly. Consult the product documentation for more information.
Could you help me?
Thank you
1 answer
Apparently, as it is often the case, you were not the first one to have had that problem: http://ubuntuforums.org/showthread.php?t=1624351
The solution appears to be the installation of the missing libraries with:
sudo apt-get install ia32-libs
There a few more advanced solutions in the thread and linked pages if that doesn't work. Good luck.
I will guess that you have missed out the zlib library. Try that to install that too.
zlib.i386libXi.i386libXtst.i386libXaw.i386
There is also this instruction which you might want to see if that is helpful http://seqanswers.com/forums/showthread.php?t=25339
There is a 'comment' button for a reason on replies, it is for you to add comments to solutions that have been suggested. Please do not append comments as answers in the future.
Log in to answer this question.