LinuxQuestions.org
Help answer threads with 0 replies.
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 08-05-2006, 02:35 PM   #1
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Rep: Reputation: 16
can't find libdns


Hello, new member here...

Relatively new to Slackware, not so new to linux in general, though admittedly used distros like Mandriva and Fedora.

I tried to run ksysguard but I got this output:

bash-3.00$ ksysguard
ksysguard: error while loading shared libraries: libdns_sd.so: cannot open shared object file: No such file or directory



Any hints as to what the solution here might be? I've tried chmod +x on rc.dnsmasq or something like that and then rebooting, but it seems to be the same problem. Also note that I did a full install this morning and upgraded a few packages (like mozilla, thunderbird, kde, mysql) and installed a few new ones (amarok, k3b)

Any help I'd appreciate...

Regards
silkenphoenixx
 
Old 08-05-2006, 02:55 PM   #2
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by silkenphoenixx
Hello, new member here...

Relatively new to Slackware, not so new to linux in general, though admittedly used distros like Mandriva and Fedora.

I tried to run ksysguard but I got this output:

bash-3.00$ ksysguard
ksysguard: error while loading shared libraries: libdns_sd.so: cannot open shared object file: No such file or directory



Any hints as to what the solution here might be? I've tried chmod +x on rc.dnsmasq or something like that and then rebooting, but it seems to be the same problem. Also note that I did a full install this morning and upgraded a few packages (like mozilla, thunderbird, kde, mysql) and installed a few new ones (amarok, k3b)

Any help I'd appreciate...

Regards
silkenphoenixx
swaret. slapget? Told it to update to -current, right?

You broke it. -current is SO FAR ahead of 10.2, it will break it. kde depends on MANY other things to work, that 'upgrading' piecemeal like you did is a guaranteed way to make it not work.

Since it is a new install, the absolute easiest way to make sure everything is back to baseline is to reinstall (Yes, there are other ways, but since it's as broke as I think it is, a wipe/reinstall of 20mins is alot easier than finding and fixing broken apps for the next two weeks).

If you wish to have the latest and greatest, install -current. There are threads in this forum that tells you where to get/download iso's of it. I have my own mirror of -current that I maintain for myself for just this reason.

And warning: Use swaret/slaptget if you must, but READ THE CHANGELOGS, and don't upgrade to -current at this time. Keep it to 10.2, and you should be fine. Never 'automagically' update. READ. READ somemore. Then you must do one more thing: READ.

Last edited by cwwilson721; 08-05-2006 at 02:56 PM.
 
Old 08-05-2006, 03:20 PM   #3
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Original Poster
Rep: Reputation: 16
um... no. I didn't use swaret or slapget, I looked at those but I decided that I didn't like them. The reason that I installed slackware was to get away from package managers after bad experiences with yum.

I removed the old packages using pkgtool, then I downloaded new ones from linuxpackages.net. Everything seemed to work fine, excepting ksysguard (although admittedly, I haven't done all that much except browsing and email. I wanted to use ksysguard because I was playing around with VMware, and I wanted to see how my system was handling it. That's when I noticed the libdns problem...

I only did this update because I had been using kde 3.5 and firefox 1.5 and I preferred them to the ones that slack 10.2 shipped with.

Perhaps it isn't as broke as you think?
 
Old 08-05-2006, 03:26 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Might not be.

Do you recall EXACTLY what you removed earlier? If so, remove the 'updated' kde package, and reinstall the old one. That may straighten you out.

If you don't recall, remove the new kde package, then mount cd2, cd to /kde, then reinstall every packe ther (shotgun approach, I know, but it should work)

It seems like the package you got for kde was not a complete update. Looks like it's missing the updates for some libs.

Give the above a try. If all else fails, reinstall. You aren't all that deep into it yet, so it's not a huge deal. (I really HATE giving out that advice, but sometimes, it is the quickest and easiest. Just store your updated packages except the kde one somewhere so you won't wipe it, wipe the '/' drive, reinstall, install the updated packages...) As I said, the 20-30 mins maybe alot faster/easier than the days of "WTF?" and searching/asking/implementing solutions...

Last edited by cwwilson721; 08-05-2006 at 03:27 PM.
 
Old 08-05-2006, 03:51 PM   #5
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Original Poster
Rep: Reputation: 16
hmmm... sounds reasonable. The problem is k3b needs kde 3.5 to run. Should I try to get an earlier version of k3b?

Perhaps the problem is this: When I downloaded the new kde packages I left out the ones that I thought I wouldn't be using (webdevelop comes to mind, thinking about dns). Perhaps fully installing the new kde would work?

Thanks
silkenphoenixx
 
Old 08-05-2006, 03:55 PM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
YES!

As a rule of thumb, always install 'full' first. That way, you know you have everything. After that, you can remove/test, until you get a good feel for what you need and don't need.

As for k3b, my 10.2 was a full install to begin with, and in /extra on cd2 was k3b. It installed fine.
 
Old 08-05-2006, 04:12 PM   #7
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Original Poster
Rep: Reputation: 16
Odd, I could have sworn that it didn't come with k3b. Oh, well, that's minor. Thanks for the help. I think I've still got lots to learn...
 
Old 08-05-2006, 04:21 PM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
We all do. Everyday. I just learned my 11 year-old can hack my webserver...Smart kid. I'll have to stop him soon. Maybe. lol
 
Old 08-05-2006, 04:27 PM   #9
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Original Poster
Rep: Reputation: 16
Woah. I'm 18 and I can't do that... not that I'm really interested in breaking in places.

Mind he doesn't get into any trouble.

Do you have any suggestions about where I can find things out about slackware? There was a lot of stuff available for Fedora, but slackware fans don't seem to be so organised.
 
Old 08-05-2006, 04:30 PM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Organized? ORGANIZED? We don't need no stinking organization!!! We're anarchists! Sign up at... never mind. Nobody does...

lol

Try slackbook.org, has TONS of info.

Look thru a few of the posts on here. One member has a list in his sig as long as your arm.

Yep. We are organized. Just sloppy.
 
Old 08-05-2006, 04:36 PM   #11
silkenphoenixx
Member
 
Registered: Aug 2006
Location: Pretoria, South Africa
Distribution: Linux Mint 13 Cinnamon
Posts: 66

Original Poster
Rep: Reputation: 16
Aah. Hence slackware, I suppose. I'll remember that. Hope you're not offended if I don't reply further, but it's approaching midnight, and I suppose since I have to get up early tomorrow, I should probably get to bed. I'm one of those rare linux users who switches his PC off at night! (Mostly because my power supply sounds not unlike a typhoon, and I can't out-noise it trying to sleep!)

Thanks for all the help and suggestions
Regards
silkenphoenixx
 
  


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
linux find to find files with multiple patterns subu_s Programming 6 12-15-2010 12:15 AM
Can`t find C-compiler in Debian ,or at least can`t find one that can make executables hemmelig Linux - Software 4 05-26-2008 03:07 AM
I can find the camera but can't find the images? sneckert Linux - Newbie 2 02-02-2005 08:51 AM
find: . changed during execution of find suse degraffenried13 Linux - General 3 12-12-2004 07:13 PM
linux 'find' to find text files subu_s Programming 2 12-02-2004 02:56 AM

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

All times are GMT -5. The time now is 12:48 AM.

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