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.
|
|
|
01-11-2004, 07:32 PM
|
#1
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Rep:
|
rpm installs, *.so.* files?
ok, i really dont know what i'm doing. i'm trying to install rpmdrake because i think that will make installs a lot easier. but when i typed in
# rpm -i rpmdrake*
i got this response...or sumthin similar
drakxtools > needed for installation of rpmdrake.mdk.i386.rpm
so i tried to install rpmdrake, but it said i needed a bunch more files. eventually, i figured out which files i needed to install that i couldn't find on any of my three installation disks:
libgdk_imlib.so.1
libgdk_pixbuf.so.2
/usr/X11R6/bin/xtest
usermode
lib.crypto.so.0
libssl.so.0
so i searched the internet for these things, and, other than the fact that i dont really know what the files do, i couldn't find them. how to i get these files, what do they do, and what do they mean?
all help i appreciated,
Elise
|
|
|
01-11-2004, 07:47 PM
|
#2
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
"drakxtools > needed for installation of rpmdrake.mdk.i386.rpm"
it may have been rpmdrake.mdk.i586.rpm, i'm not sure
|
|
|
01-11-2004, 08:05 PM
|
#3
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
you sure rpmdrake isn't already installed? You should be able to see from the mandrake control center (*not* the KDE control conter) under software management. If it isn't installed, try
urpmi rpmdrake
urpmi is a program that takes care of dependencies that you seem to be seeing by installing whatever needs to be installed.
|
|
|
01-12-2004, 06:05 AM
|
#4
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
what is the mandrake control center?
|
|
|
01-12-2004, 11:23 AM
|
#5
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
are you using KDE? Mandrake control center is under KDE-menu-> configuration
it's a set of tools for making life easier.
|
|
|
01-13-2004, 08:32 AM
|
#6
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
i'm not using kde, i'm not using a gui interface. i can't because there's no /etc/shadow file.
|
|
|
01-13-2004, 11:51 AM
|
#7
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
rpmdrake cannot be run w/o a gui.
how did you install mandrake? It should've installed an /etc/shadow file. If you can try, I would try do an 'upgrade' install. Start the installlation, press F1 for more option, type expert and then you'll be asked fairly close ot the beginning whether you want a clean install or an upgrade. Choose upgrade and have at least X installed (it will then come with iceWM). It will make your life a lot easier.
|
|
|
01-14-2004, 06:33 AM
|
#8
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
ok, well i got a user to work. so how do i run rpmdrake from the gui screen? i tried using xconsole and typing rpmdrake, but i found that i couldnt type anything.
|
|
|
01-14-2004, 05:48 PM
|
#9
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
does the keyboard work at all? If you are using KDE, choose 'Run Command' from the KDE menu and see if you can type
rpmdrake
If you can't use your keyboard in X, there's probably something wrong with your configuration of X. The configuration file itself is
/etc/X11/XF86Config-4
You could try if you can configure it using the command from a text terminal (i.e. w/o X)
drakxconf
You have to be root to use this. It will start a menu driven configuration tool and you'll be able to find a section on keyboards.
If this doesn't work, I can't really help you further. The information that will people will need to help you is what you have in the keyboard section of the above file (I think it's 'section input device'; you'll see) and the type of keyboard you have (USB, PS2?).
|
|
|
01-14-2004, 05:52 PM
|
#10
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
my keyboard is working fine, i think, but i dont know if i'm in kde. how can i figure that out?
|
|
|
01-14-2004, 08:05 PM
|
#11
|
Member
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496
Rep:
|
The GUI interface most Linuxes use is called XFree86. XFree86 runs desktop managers such as GNOME and KDE.
If you are running KDE, there should be "K" button at the bottom of the screen where you open programs from. If you are running GNOME, it should be a footprint.
What do you see on your screen when you load your computer? And after you login, what do you see?
|
|
|
01-14-2004, 08:31 PM
|
#12
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
after i login there's a blue screen with a clock in the upper right hand corner of the screen. other than that, there's nothing. a menu comes up when i left click on the screen.
|
|
|
01-14-2004, 08:54 PM
|
#13
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
When you installed mandrake, did you choose to install either kde or gnome?
|
|
|
01-14-2004, 09:17 PM
|
#14
|
Member
Registered: Dec 2003
Location: PA, USA
Distribution: mandrake 9.1
Posts: 65
Original Poster
Rep:
|
i chose to install them both, but i dont think they both completely installed
|
|
|
01-14-2004, 09:28 PM
|
#15
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
did you get errors during install? If you did, I'd suggest to reinstall (I hate recommending this but it is probably the easiest for you).
also, when you boot up to single user mode and then do
telinit 3
and login as a user and do
startx /usr/bin/startx
does this start kde? you can tell if it's kde by the K button on the menu bar. You should also see a kde splash screen when it starts up.
|
|
|
All times are GMT -5. The time now is 09:51 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
|
|