tar -xf the source
navigate to the source
mkdir tamp
cd tamp
ldconfig
../configure --prefix=/usr/local
make
make install
if there is an error in make
make | grep -i error
go to the first line and see what is the error and repair it
../configure in the same directory not in tamp
../configure in the same directory not in tamp
No comments:
Post a Comment