hi ,
I download *.tar.gz of every package for my fedora9 box.
I do use "yum" for most of the package. But, those who are not
available in yum , i need to download them manually.But, there is
a problem in compiling error in *.tar.gz.
suppose .. package pidgin.tar.gz
I do extract by command tar -zxvf pidgin.tar.gz in a directory.
then ./configure ( If there is a configure file)
then make
then make install
In this commands the package should compile properly.
But, there is error most of the packages..
example :
make[2]: Leaving directory `/root/Download/libmpeg2-0.5.1/vc++'
more example :
make[2]: Leaving directory `/root/Download/libmpeg2-0.5.1/src'
make[1]: Leaving directory `/root/Download/libmpeg2-0.5.1/src'
Making install in test
make[1]: Entering directory `/root/Download/libmpeg2-0.5.1/test'
make[2]: Entering directory `/root/Download/libmpeg2-0.5.1/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/libmpeg2-0.5.1/test'
make[1]: Leaving directory `/root/Download/libmpeg2-0.5.1/test'
Making install in vc++
make[1]: Entering directory `/root/Download/libmpeg2-0.5.1/vc++'
make[2]: Entering directory `/root/Download/libmpeg2-0.5.1/vc++'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/libmpeg2-0.5.1/vc++'
make[1]: Leaving directory `/root/Download/libmpeg2-0.5.1/vc++'
make[1]: Entering directory `/root/Download/libmpeg2-0.5.1'
make[2]: Entering directory `/root/Download/libmpeg2-0.5.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/libmpeg2-0.5.1'
make[1]: Leaving directory `/root/Download/libmpeg2-0.5.1'
[ here i.. tried to instal libmpeg2 manually]
I 'm expecting solutions and help from other members.
Thanks..