LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-07-2002, 02:51 AM   #1
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Rep: Reputation: 15
What is this?


Hi everyone

I have tried to install mosfets liquid theme but am having problems with the RPM it says i am missing some files here is the message:

Found 0 source and 1 binary packages
Dependency Problem:
kdebase is needed by kdeextras-liquidtheme-0.9.5-1
kdelibs is needed by kdeextras-liquidtheme-0.9.5-1
libcrypto.so.2 is needed by kdeextras-liquidtheme-0.9.5-1
libcups.so.2 is needed by kdeextras-liquidtheme-0.9.5-1
libDCOP.so.4 is needed by kdeextras-liquidtheme-0.9.5-1
libkdecore.so.4 is needed by kdeextras-liquidtheme-0.9.5-1
libkdefx.so.4 is needed by kdeextras-liquidtheme-0.9.5-1
libkdeui.so.4 is needed by kdeextras-liquidtheme-0.9.5-1
libqt-mt.so.3 is needed by kdeextras-liquidtheme-0.9.5-1
libssl.so.2 is needed by kdeextras-liquidtheme-0.9.5-1

all help greatfully accepted


 
Old 06-07-2002, 03:09 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well go to rpmfind.net and get the packages you need... i.e. kde, openssl and a bunch of others
 
Old 06-07-2002, 03:19 AM   #3
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
at the bash prompt do
`updatedb´
and then run a ´locate´ command
follwed by parts of the filenames in the missings deps list.
if it comes up with any file even slightly resembling the files in your list,
then you already have these files, and I´m assuming you have these files because you you´re trying to install a kde theme, so youmust have kde already.

so I suggest you do a classic ´rpm -i --nodeps your-file.rpm´
followed by ´ldconfig´ and you should be sorted.
 
Old 06-07-2002, 03:27 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
oh.. and USEFUL thread titles in future please. thanks
 
Old 06-07-2002, 03:29 AM   #5
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
Who are you refering to acid? me or the starter of the post? i know this isnt a useful post but I have no other way to ask you so.....
 
Old 06-07-2002, 03:30 AM   #6
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
ooh sorry i misread your post im sorry. dont hate me now. sorry for the spam
 
Old 06-07-2002, 03:50 AM   #7
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
Im a complete newbie so i need very specific instructions anyways thanks for the help
 
Old 06-07-2002, 04:09 AM   #8
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
BTW how is it possible that i need KDEBase when i have KDE installed. isint KDEBase the KDE core files?
 
Old 06-07-2002, 04:16 AM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well yeah, that's what Daperp was saying. So follow his instructions, and you should be ok. It looks like maybe you are installing in a GUI? If so use a package manager like kpackage. Open up your terminal (the icon at the bottom of the screen that looks like an old fashioned monochrom monitor) and type 'kpackage' and wait. After a moment kpackage should start. Now click the icon that looks like a folder being opened and locate the .rpm file you downloaded.

Select it. Now kpackage will open a new screen with the name of the package you are installing. UNCHECK the box that says 'check dependencies' and then click install. If you run into more problems, let me know.
 
Old 06-07-2002, 04:20 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
The part he is referring to where he says a 'classic rpm...' that means where you type kpackage, type 'rpm -i --nodeps <filename>.rpm' (replace <filename> with your filename). Then when it's finished, type 'ldconfig' at the same prompt.

Do NOT type the ' marks, those are just to separate input from my sentences.
 
Old 06-07-2002, 04:30 AM   #11
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
ok i installed with check dependancies disabled and it seemed to install ok but when in control panel>look and feel>mosfet liquid theme i get an error when opening this

Here is the error:

"there was an error loading the module
the diagnostics is
libkdeui.so.4: cannot load shared object file: no such file or directory
 
Old 06-07-2002, 04:58 AM   #12
NGene
Member
 
Registered: Mar 2001
Location: Turku, Finland
Distribution: Ubuntu
Posts: 66

Rep: Reputation: 16
What version of KDE are you using? Maybe your KDE is too old? Just a thought...
 
Old 06-07-2002, 05:04 AM   #13
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
kde 2.1.1
 
Old 06-07-2002, 05:05 AM   #14
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
get into console mode (dont be frightened it wont bite you!)
and run ´updatedb´
(type it and push enter)
when it´s done (it takes a while)
type
´locate libkdeui | grep so´
if it comes up with a file with a name similar to the file
it´s complaining about but with a different number at the end,
then you need to symlink the file you file you found (if it´s newer)
to the file the theme is missing.
symlink as follows:
´ln -s /location/of/found-file /location/of/file-missing´
replacing the dir names and filenames with the appropraiate names.

If you dont understand this or it doesnt work you need to search freshmeat for for ´libkdeui´or something along those lines.

Peace

Edit: BTW, did you run ldconfig as instructed? this is one of the fundamental essentials and basics you need to know and learn in order to properly install new software on linux

Last edited by da Perp; 06-07-2002 at 05:06 AM.
 
Old 06-07-2002, 05:05 AM   #15
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Original Poster
Rep: Reputation: 15
BTW how do i update to KDE 3.0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration