Question: Problem installing rsem on local galaxy
0
gravatar for wjf1611
4.0 years ago by
wjf1611 • 0
Singapore
wjf1611 • 0 wrote:

Hi

I am trying to install the rsem tool on my local galaxy and it cannot seem to install properly. The rsem package has this error:

bam_tview.c:5:20: error: curses.h: No such file or directory
bam_tview.c:7:2: warning: #warning "_CURSES_LIB=1 but NCURSES_VERSION not defined; tview is NOT compiled"
bam_tview.c:434:2: warning: #warning "No curses library is available; tview is disabled."
make[1]: *** [bam_tview.o] Error 1
make: *** [build-sam] Error 2

What am i missing? :/

 

install error rsem • 1.0k views
ADD COMMENT • link • modified 4.0 years ago by Dannon Baker ♦ 3.7k • written 4.0 years ago by wjf1611 • 0
0
gravatar for Dannon Baker
4.0 years ago by
Dannon Baker ♦ 3.7k
United States
Dannon Baker ♦ 3.7k wrote:

The compilation process can't find your ncurses library (or it doesn't exist), though I don't see it listed explicitly in the requirements for rsem.

On ubuntu you can install the library with something like:

'sudo apt-get install libncurses5-dev'

Let me know if you need instructions for another platform.

ADD COMMENT • link modified 4.0 years ago • written 4.0 years ago by Dannon Baker ♦ 3.7k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 182 users visited in the last hour