LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-25-2010, 02:05 PM   #1
konzo
Member
 
Registered: Dec 2008
Location: Bulgaria
Distribution: Debian / Slackware / Ubuntu
Posts: 230

Rep: Reputation: 34
Problem with dependencies


I am trying to install soprano needed for installing kdelibs. I found soprano on sourceforge and install it without an error. My previous version was 2.2.3 and now I install 2.3.70. The installation gone without a problem, but when I try to install kdelibs it says that my soprano version is 2.2.3 and need to update it.
Do I have to uninstall version 2.2.3 and then install 2.3.70 and how?
I have never uninstalled software before. Until now I only installed and don't know how.
 
Old 01-25-2010, 05:09 PM   #2
LazerPhreak
Member
 
Registered: Dec 2009
Location: USA
Distribution: Ubuntu Server / Desktop / UNR
Posts: 117

Rep: Reputation: 17
Hello there! Are you installing kdelibs from the command line or from a package manager?
 
Old 01-25-2010, 07:39 PM   #3
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
Tell us the procedure you had followed to install soprano
 
Old 01-26-2010, 07:01 AM   #4
konzo
Member
 
Registered: Dec 2008
Location: Bulgaria
Distribution: Debian / Slackware / Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 34
I am installing kdelibs from command line.

The procedure for soprano:

mkdir build
cd build
cmake ..
make
su... become root
make install


There are no errors occured during the installation, but when try to install kdelibs, the old version is active.
 
Old 01-26-2010, 01:37 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The "old version" : Probably in /usr/ ( as default ).

New version : Hiding in /usr/local/ ?
Just try : ls /usr/local/lib/libsoprano*
And : ls /usr/lib/libsoprano*

The version in /usr/lib/ is first in your path,
thus picked up first .. and the files in /usr/local/lib/ :
Are left untouched, as "non exsistant".
.....
 
Old 01-29-2010, 08:55 AM   #6
konzo
Member
 
Registered: Dec 2008
Location: Bulgaria
Distribution: Debian / Slackware / Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 34
You are right, knudfl. But how can I remove /usr/lib path or tell the program to look at /usr/local/lib when installing?

Code:
kode@laptop:~$ ls /usr/local/lib/libsoprano*
/usr/local/lib/libsoprano.so@              /usr/local/lib/libsopranoindex.so@
/usr/local/lib/libsoprano.so.4@            /usr/local/lib/libsopranoindex.so.1@
/usr/local/lib/libsoprano.so.4.2.0*        /usr/local/lib/libsopranoindex.so.1.1.0*
/usr/local/lib/libsopranoclient.so@        /usr/local/lib/libsopranoserver.so@
/usr/local/lib/libsopranoclient.so.1@      /usr/local/lib/libsopranoserver.so.1@
/usr/local/lib/libsopranoclient.so.1.2.0*  /usr/local/lib/libsopranoserver.so.1.2.0*
kode@laptop:~$ ls /usr/lib/libsoprano*
/usr/lib/libsoprano.so@              /usr/lib/libsopranoindex.so@
/usr/lib/libsoprano.so.4@            /usr/lib/libsopranoindex.so.1@
/usr/lib/libsoprano.so.4.1.0*        /usr/lib/libsopranoindex.so.1.0.0*
/usr/lib/libsopranoclient.so@        /usr/lib/libsopranoserver.so@
/usr/lib/libsopranoclient.so.1@      /usr/lib/libsopranoserver.so.1@
/usr/lib/libsopranoclient.so.1.0.0*  /usr/lib/libsopranoserver.so.1.0.0*
kode@laptop:~$
 
Old 01-29-2010, 09:47 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
First : Please tell, what is the purpose
of installing a new version of kdelibs ?


Is your attempt to upgrade all KDE4 ? Or ?
 
Old 01-29-2010, 04:10 PM   #8
konzo
Member
 
Registered: Dec 2008
Location: Bulgaria
Distribution: Debian / Slackware / Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 34
I use KDE 4.2.4 and I found bug with calendar which is widely met in the forum. First I wanted to upgrade to 4.3, but some errors occured and don't know how to clear them. In general I can't upgrade to 4.3, so I decided to install superkaramba
(http://netdragon.sourceforge.net/ssuperkaramba.html) in order to use some calendar widget. But there was dependencies with kdelibs and one more program (I forgot it's name). Seems I stuck in variant two to(installing superkaramba).
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with dependencies E3rhel Linux - Enterprise 1 02-12-2008 01:41 PM
dependencies problem ekdya Debian 9 03-18-2006 01:30 AM
Dependencies problem juanb Linux - General 1 09-13-2004 09:11 AM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM
problem with dependencies serji Linux - Software 0 10-01-2003 01:55 AM

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

All times are GMT -5. The time now is 04:10 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