Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-12-2003, 11:16 PM
|
#1
|
Member
Registered: May 2003
Location: Washington State
Distribution: Gentoo
Posts: 145
Rep:
|
Mandrake Cooker Downloads ?
Do you have to be a member to download cooker files.
I've found a place where all the files are at but it wants me to log in.
So I goto 'mandrakeclub.com' to register it look as the only way they allow registering for members is to pay.  ...I hope this isn't the case.
Can someone please verify. And if there is backdoor for ftp or something please let me know.
Thanks in advance.
|
|
|
08-13-2003, 02:54 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
no, just go to http://fr2.rpmfind.net or similar
|
|
|
08-13-2003, 02:58 PM
|
#3
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep: 
|
AFAIK the Cooker releases are the latest versions of apps tested and tweaked for Mandrake, and then released to the Club members. A nice way to earn money and provide support for paying customers, before the new distro version ships out. 
|
|
|
08-13-2003, 07:29 PM
|
#4
|
Member
Registered: May 2003
Location: Washington State
Distribution: Gentoo
Posts: 145
Original Poster
Rep:
|
Hmmmm.
That makes sense.
I'll get over it though.
Thanks,
|
|
|
08-15-2003, 08:49 PM
|
#5
|
Member
Registered: May 2003
Location: Washington State
Distribution: Gentoo
Posts: 145
Original Poster
Rep:
|
Ok,
Finally, after 2 wks of bs and confusion/frustration...
I don't really know what happened here. But I've got this working now.
This is all that I did.
I went to http://gaim.sourceforge.net and downloaded gaim-0.67 tar.gz to my home directory.
Logged into the command line as root into the /hom/<usre> directory
tar -zxvf <gaim file.tar.gz>
Cd'ed into the gaim-0.67 directory.
Then ./configure (which actually ran without errors this time) then "make" (which took acoulple of minutes, but ran with out errors), then "make install".
To start gaim I had to goto /usr/local/bin/ and then once there typed ./gaim
The client started up and and all I had to do was put in the protocol that I was using (yahoo) my logon email name and password and away I went. Works flawlessly..
RPM's SUCK....peepee
And I don't know what the difference was between the gaim 0.66.tar.gz and gaim 0.67.tar.gz, but obviously there was something wrong.
I didn't need any GTK or GLIB...all of this was already installed.
I'm definitely switching to Gentoo Linux after I get a little familar with linux in general. This will have you compile everything from the source starting from the Kernel to what apps you want to install. Then I can allways be sure that (if the source code isn't screwed) that when I intall from source that it's platform independent and seems to put/make files/directories in a uniform standard. It seems that rpms deviate from this compared to installing from the source..
Hope this helps. 
|
|
|
08-15-2003, 11:23 PM
|
#6
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Actually, When you compile something on your system like with Gentoo, its optimized FOR your system, and many times, the binaries are NOT very portable.
But if you want something with better package management, more power to you. There are many choices, and if you're really into source based distros, check out Source Mage, its also popular, and you may like it.
|
|
|
08-15-2003, 11:40 PM
|
#7
|
Member
Registered: May 2003
Location: Washington State
Distribution: Gentoo
Posts: 145
Original Poster
Rep:
|
Hi Contrasutra,
What do you mean when you say:
> and many times, the binaries are NOT very portable?
Are you talking about rpm's or the source.tar.gz's?
Thanks,
|
|
|
08-15-2003, 11:54 PM
|
#8
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
source tar.gzs. When you compile the program yourself, generally you use archetecture specific flags (-march=pentium4),so they dont run as well on other machines if you were to move them.
Most package builders use generic flags (-march=i386) so they run on more systems, hence, more portable.
|
|
|
08-16-2003, 12:26 AM
|
#9
|
Member
Registered: Oct 2002
Distribution: MDK 9.2, Debian
Posts: 74
Rep:
|
All you have to do to is go to -
http://plf.zarb.org/~nanardon/urpmiweb.php
and select "cooker" in the system section. Then open up a terminal, su to root, and enter the commands that the web site gives you. Like this -
"urpmi.addmedia main ftp://csociety-ftp.ecn.purdue.edu/pu.../Mandrake/RPMS with ../base/hdlist.cz"
It'll change your urpmi/rpmdrake sources to the cooker ones and then you can fire up rpmdrake and install all the latest and greatest cooker packages graphically, or use "urpmi gaim" at the terminal. Of course this could end up taking a lot of time to get all the dependencies sorted out if you are on a dial-up connection, and you'll have to download almost all the packages you want to install as your install CDs are no longer your urpmi sources. Also you may be able to switch back to using your discs as your urpmi sources if you haven't changed your system too dramatically with cooker.
Last edited by Read_Icculus; 08-16-2003 at 12:31 AM.
|
|
|
08-16-2003, 01:38 AM
|
#10
|
Member
Registered: May 2003
Location: Washington State
Distribution: Gentoo
Posts: 145
Original Poster
Rep:
|
Thanks,
I've got this sorted out now read_Icculus.
Contrasutra,
You said:
>source tar.gzs. When you compile the program yourself, generally you use archetecture specific flags (-march=pentium4),so they dont run as well on other machines if you were to move them.
But in a sense this is my point so to say. I'm not worried about moving this build to a different machine. I'm a 'at home usr' with 1 linux box in house.
I don't want to have to worry about MDK or RedHat trying to make a rpm specific bulid for there distro and my pc architecture, when I can just go and compile from the source and its platform independent. I've spent 2 months worth of frustration with RPM's and trying to install small little apps.
I know allot of the trouble is because I'm new to this but this has been more than rediculious. Im not new to networking or computing in general. I'm however new to linux which I find to be filled with never ending poistive, possiblites. At this point, as a single user/pc, it only makes sense to compile everything from the ground up.
Thats what I'm getting a sense of anyway. In a networking environment or the head of an I.S. department with a 100 linux boxes to support, then I could see why you would want rpm's....
Thanks Contrasutra 
|
|
|
All times are GMT -5. The time now is 01:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|