LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-26-2009, 08:17 PM   #1
Slacker Steve
Member
 
Registered: Nov 2008
Posts: 85

Rep: Reputation: 16
K3B not starting after upgrading the KDE4


I just installed KDE4 on Slackware 12.2 using the official packages in the /testing directory.

I first ran the "removekde3.sh" and "removekde4.sh" scripts, then installed everything with upgradepkg --install-new

Now I have KDE4 up and running, but K3B won't start.

When I run "k3b" in konsole, I get:
Code:
k3b: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
Anybody have a solution?

Thanks





Edit:
Figured this one out myself.
Well hopefully this helps someone:
Code:
su
cd /lib
ln -sf /opt/kde3/lib/qt3/lib/libqt-mt.so.3 libqt-mt.so.3

Last edited by Slacker Steve; 01-27-2009 at 02:55 AM.
 
Old 01-27-2009, 02:24 AM   #2
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Hello,

Did you read the KDE4 README file?

It's mentionned:

Quote:
This next one is not a bug in 4.2rc1, but worth mentioning anyway:

o k3b for kde4 will compile but it won't actually do a successful burn
here. It doesn't crash anymore when trying, but the operation never
finishes. Luckily, if the kde3-compat packages are installed then the
k3b for kde3 runs and burns fine.
So check that the kde3-compat packages have been installed.
 
Old 01-27-2009, 02:51 AM   #3
Slacker Steve
Member
 
Registered: Nov 2008
Posts: 85

Original Poster
Rep: Reputation: 16
Hi gegechris99,

Check my edit

Yes, I read that. I had all the kde3-capat packages installed, K3B just wasn't finding the library in /opt/kde3. So I made a symoblic link to the library in /lib and everything works fine now.
Thanks, though
 
Old 01-27-2009, 09:09 AM   #4
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
I think you should run "/opt/kde3/bin/k3b" and in theory, no link is needed..
 
Old 01-27-2009, 02:51 PM   #5
Slacker Steve
Member
 
Registered: Nov 2008
Posts: 85

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by grissiom View Post
I think you should run "/opt/kde3/bin/k3b" and in theory, no link is needed..
Thanks, but K3B is in /usr, the kde3-compat packages are in /opt
 
Old 01-27-2009, 11:22 PM   #6
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
Quote:
Originally Posted by Slacker Steve View Post
Thanks, but K3B is in /usr, the kde3-compat packages are in /opt
Hmm, then I will doubt your k3b installation. Mine:
Code:
$ egrep k3b$ /var/log/packages/*
/var/log/packages/k3b-1.0.5-i486-2:opt/kde3/bin/k3b
 
Old 01-27-2009, 11:35 PM   #7
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
After a quick look at remove-kde3.sh, I found the script doesn't remove the original k3b package, i.e., your k3b package is still the old one and not compatible with kde3-compat.

So where did I got my package?
 
Old 01-27-2009, 11:51 PM   #8
Slacker Steve
Member
 
Registered: Nov 2008
Posts: 85

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by grissiom View Post
After a quick look at remove-kde3.sh, I found the script doesn't remove the original k3b package, i.e., your k3b package is still the old one and not compatible with kde3-compat.

So where did I got my package?
Yeah, I guess there was some problems with the kde4 version of k3b. That's why the script leaves the old k3b alone

I'm not quite sure why mine is in /usr and yours is in /opt. I checked the 12.2 package for k3b and it installs in /usr. Are we both using Slackware 12.2?

It looks like the /testing directory was just upgraded to kde 4.2 (the day after I installed kde 4.2 RC1 ). So I just upgraded to it and the old k3b works fine without any symlinking. I'm pretty impressed with KDE 4.2 so far, can't wait until it's included in Slackware

Many thanks to Pat and the Slackware team

Last edited by Slacker Steve; 01-28-2009 at 12:01 AM.
 
Old 01-28-2009, 10:20 AM   #9
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
Quote:
Originally Posted by Slacker Steve View Post
Yeah, I guess there was some problems with the kde4 version of k3b. That's why the script leaves the old k3b alone
Yes, in the README it said the new k3b won't finish burning...
Quote:
I'm not quite sure why mine is in /usr and yours is in /opt. I checked the 12.2 package for k3b and it installs in /usr. Are we both using Slackware 12.2?
Definitely Yes Maybe I pulled down the source and edit the SlackBuild and recompiled it... But I cannot remember....

Quote:
... I'm pretty impressed with KDE 4.2 so far, can't wait until it's included in Slackware

Many thanks to Pat and the Slackware team
Yes, me tooo
 
Old 02-16-2009, 08:15 PM   #10
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
k3b I am running 32 bit Slackware current kde 4.2 this is a 4.2 build.
I had to go here and get this from zenwalk then had to get theses bulds from slackbuild and you will need this now I had to start it thee times and let it's debug run. but after that it ran great.
Yes crash three times. 4th was the charm.

Last edited by Drakeo; 02-16-2009 at 08:37 PM.
 
  


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
Danger in upgrading kde3.5 to kde4 on existing Fedora 8 system? Hewson Linux - General 2 06-04-2008 06:07 PM
Trouble upgrading to KDE4 KrazyKanuk Linux - Software 11 03-31-2008 08:12 PM
Installing/Upgrading KDE4 on openSUSe 10.3 raazman SUSE / openSUSE 1 10-20-2007 04:56 AM
K3B not starting on Mandriva Fred Caro Linux - Software 1 10-11-2007 12:12 AM
K3B freezing when starting burn process Ian.hill Linux - Software 7 04-13-2004 06:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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