This is a test version of Biostars. For the public version, visit https://www.biostars.org.
newbler installation in ubuntu

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

assembly newbler

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.

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.

I will guess that you have missed out the zlib library. Try that to install that too.

  • zlib.i386
  • libXi.i386
  • libXtst.i386
  • libXaw.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.