1
vote
1answer
275 views

Can't Install Python 2.7.3 on CentOS 6

I have a CentOS 6 (minimum install or netinstall, I can't remember which) on a virtual machine. I'm trying to install Plone 4.2.4 on it for testing purposes. I have installed all the required ...
0
votes
0answers
16 views

how to use Environment Modules without root

For some reason, I have a hard time finding a tutorial on how to manage user software install with Environment Modules (http://modules.sourceforge.net/) without root. the closest thing is ...
0
votes
2answers
617 views

Why can't I find termcap library when I build gdb?

make and then failed with: configure: error: no termcap library found, but that termcap lib is just there, why can't make find it? checking for library containing zlibVersion... -lz checking zlib.h ...
2
votes
2answers
215 views

How to remove three consecutive line feeds in a Makefile rule?

I need to search for and replace three consecutive newline characters in an input file and filter them out of an output file for a makefile rule on Centos 4. I am using GNU sed v4.1.2 and GNU make ...
5
votes
3answers
2k views

How do you install gnu MAKE without compiler

I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages like yum, rpm or ...