hi.
i have installed samtools and boost librarires.
after that, i download the cufflinks source code because my linux is 32-bit.
Everything went fine. However, when I tested using cufflinks test_data.sam, the following error message appears.
cufflinks: error while loading shared libraries: libboost_thread.so.1.44.0: cann
ot open shared object file: No such file or directory
It seems that cufflinks is not seeing the shared object file. However, when I ran the configure, it said as the following:
checking whether the Boost::Thread library is available... yes
Can anyone help me solve this problem?
i have installed samtools and boost librarires.
after that, i download the cufflinks source code because my linux is 32-bit.
Everything went fine. However, when I tested using cufflinks test_data.sam, the following error message appears.
cufflinks: error while loading shared libraries: libboost_thread.so.1.44.0: cann
ot open shared object file: No such file or directory
It seems that cufflinks is not seeing the shared object file. However, when I ran the configure, it said as the following:
checking whether the Boost::Thread library is available... yes
Can anyone help me solve this problem?
Comment