CentOS: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  6 October 2009
m
Line 30: Line 30:


When "make" fails (e.g. during CCP4 installation from source), it is most likely a missing file. In this case the compiler complains, giving an error message which mentions the name of the file. If the name of the file is e.g. curses.h, ask yum what package the file belongs to:
When "make" fails (e.g. during CCP4 installation from source), it is most likely a missing file. In this case the compiler complains, giving an error message which mentions the name of the file. If the name of the file is e.g. curses.h, ask yum what package the file belongs to:
  yum whatprovides curses.h
  yum whatprovides "*/curses.h"
The output lists a number of packages which provide files whose names end with "curses.h". Pick the one ("ncurses-devel") that lists /usr/include/curses.h, and install it with  
The output lists a number of packages which provide files whose names end with "curses.h". Pick the one ("ncurses-devel") that lists /usr/include/curses.h, and install it with  
  yum -y install ncurses-devel
  yum -y install ncurses-devel
1,330

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu