*** Install Yahoopops on RH9 from source (newbie request)
Hi all:
I couldnt make a rpm, compile, etc. I dont know how to do it :(
I would like to ask if you can help me installing yahoopops on my Red hat 9.
I want to move definatly from Windows and one of the important steps is to move my mail.
I will apreciate a lot this answer!!
Thanks!!!
Re: *** Install Yahoopops on RH9 from source (newbie request
Quote:
Originally Posted by sef
I couldnt make a rpm, compile, etc. I dont know how to do it :(
How far have you got? If it is a RPM that you downloaded, just install it by double-clicking it in whatever file browser that you're using.
If it's a source tarball (.tar.gz), open up a terminal, cd to the directory where you downloaded it to, and run "tar -xvzf <filename>", where <filename> is the name of the .tar.gz file. The cd into the directory that it created, and run these commands:
Code:
./configure
make
su -c "make install"
The last command will ask you to enter your root password in order to do the actual installation.