Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
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.
|
 |
09-12-2004, 08:37 PM
|
#1
|
Member
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36
Rep:
|
mandrake 10 is gettin on my nerves
Everytime I go to install something...there are 4 other things that I must install that require 4 other programs a piece that I just can't seem to locate or they won't compile correctly....Ugh...I'm just ranting but I go to install packages from Configuration--Packaging and I'm getting bad signatures!?!? These are the freakin packages from the CDs and now those packages won't install...bleh...
|
|
|
09-12-2004, 08:54 PM
|
#2
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
I get the same thing, just tell Mandrake to 'continue download" even though the signatures are bad. It won't affect the usage fo the program. Or...at least I don't think so. I've only been on linux for a week and a half.
|
|
|
09-13-2004, 06:50 AM
|
#3
|
Member
Registered: Mar 2004
Posts: 47
Rep:
|
urpmi is your friend.
Open a command prompt as root user and type
urpmi <name of program to get an install>
|
|
|
09-13-2004, 07:08 AM
|
#4
|
Member
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611
Rep:
|
mods/admins.........please delete this post, it was a dupe......sorry.
otis
Last edited by otish1000c; 09-13-2004 at 07:13 AM.
|
|
|
09-13-2004, 07:12 AM
|
#5
|
Member
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611
Rep:
|
ignore the "bad signature" "gpg key not found" messages & continue with the install. those are just verifiications checks to kae sure the files are what they say they are. you could go to the trouble of reading "how to's" on setting up proper GPG keys for every source you have set up, but it's more work than it's worth. all packages will install fine despite those warnings. i've been ignoring them for years.
Quote:
Everytime I go to install something...there are 4 other things that I must install that require 4 other programs a piece that I just can't seem to locate or they won't compile correctly
|
that's the fun thing known as dependency hell. package A needs packages B, C, & D in order to install & run correctly. but then, package B also needs package E, etc, etc. usually it isn't that bad & only occurs with poorly written apps. to eliminate that a bit, have you set up external sources such as Contrib, Main, & PLF? if not, go to EASY URPMI, follow the instructions to set up sources, get the 3 i mentioned & that will alleviate the dependency issues somewhat, but not completely.
otis
Last edited by otish1000c; 09-13-2004 at 07:14 AM.
|
|
|
09-13-2004, 02:24 PM
|
#6
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
|
|
|
09-13-2004, 04:54 PM
|
#7
|
Member
Registered: Aug 2004
Distribution: Mandrake 10.1
Posts: 204
Rep:
|
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
|
Whatever. I compiled and installed XMMS (latest release) successfully. I also downloaded SuperKaramba and compiled it and installed it without any trouble.
Some older packages don't seem to work. I finally got Kpacman to work, though. Yeah, stupid program, but I was just trying to win the battle.
There's no reason you cannot compile software on Mandy, but if you don't keep a journal, you're going to be screwed later when you want to upgrade.
|
|
|
09-14-2004, 10:48 AM
|
#8
|
LQ Newbie
Registered: Sep 2004
Location: dallas, texas
Distribution: mandrake 10.0, RH 9.0
Posts: 14
Rep:
|
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
|
Thats not accurate in 10.0 and probably other releases as well.
I have compiled at least 10 apps including the version of xmms which finally worked. I had one not do anything but thats it. A 90% success rate ain't bad. untar .. cd to directory ./configure, make, make install works most of the time for me without any errors. When it does I generally learn that I am a buffoon and mistyped or failed to su. It keeps me humble
The other means in installation certianly work though as well provided the mirror is up for urpmi or you have the software already available to MCC.
|
|
|
09-14-2004, 11:51 AM
|
#9
|
Member
Registered: May 2004
Location: /dev/bed
Distribution: Mandriva 2009.0 Powerpack
Posts: 172
Rep:
|
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
|
If you have problems compiling software its more than likely you do not have a fullly-fledged development system. If your ./configure scripts balk halfway through because you don't have a certain package installed, then use urpmi as root and install it. It's not the hardest thing in the world to do, but it's really easy to say that nothing will compile on Mandrake.
|
|
|
09-14-2004, 03:41 PM
|
#10
|
Member
Registered: Aug 2003
Location: Oakland, TN
Distribution: Debian, Kubuntu
Posts: 257
Rep:
|
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
|
On www.linuxloader.com we compile software without any problems. Usually, when you are compiling software you will need to have the correct library files and dependent library files installed. That means when you run your "./configure" or "make" and don't have the files needed the compiler will error out. If you read the error messages you'll see what needs to be done. Otherwise you could read the documentation that comes with the app and determine if you have all the dependencies you need. Its not as hard as most folks think.
|
|
|
All times are GMT -5. The time now is 08:32 AM.
|
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
|
|