Results 1 to 9 of 9
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-15-2003 #1Just Joined!
- Join Date
- Sep 2002
- Posts
- 11
*** 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!!!
- 04-15-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Re: *** Install Yahoopops on RH9 from source (newbie request
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.
Originally Posted by sef
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:
The last command will ask you to enter your root password in order to do the actual installation.Code:./configure make su -c "make install"
- 04-15-2003 #3Just Joined!
- Join Date
- Sep 2002
- Posts
- 11
Still Worried
I run de command but ./configure does not work.
Error: no such file or dir
Thanks a lot again for your help
- 04-15-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Where did you get the file from? I could take a look at it.
- 04-15-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
OK, then. cd to the source directory, and then to the "unix" directory. From there, run these:
Note, that you'll need to configure the program as well. How to do this is documented in the README file in the source directory.Code:make su -c "make install"
- 04-16-2003 #6Just Joined!
- Join Date
- Sep 2002
- Posts
- 11
RE
Well man.
Perhaps the software is not good...
If U have time we can try more things but if not thanks a lot for your time. I really apreciated.
new error:
make: *** [all] Error
after that I have tried if possible.
su -c "make install", but new error appeared
make: *** No rule to make target 'install'. stop.
- 04-16-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Didn't it say _anything_ else? Could you give me the complete set of commands that you used?
Originally Posted by sef
- 04-16-2003 #8Just Joined!
- Join Date
- Sep 2002
- Posts
- 11
All the process
I am in /home/.../yahoopops/unix
I typed 'make' and some process begins.
It stops with this:
make[1] *** [WebBrowse.o] Error1
make[1] Leaving directory 'home/.../unix'
make: *** [all] Error2
If I run:
su - c "make install"
make: no rule to make target 'install'. Stop.
Tnaks a lot!!!
- 04-16-2003 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I don't think that's all. If you look back a few lines (probably from the last gcc command), you'll see the real error. It's probably some library that you don't have installed.


Reply With Quote
