LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-29-2006, 05:04 PM   #1
jp-lack
Member
 
Registered: Mar 2005
Location: NJ - US
Distribution: Slackware
Posts: 93

Rep: Reputation: 15
konqueror problem


I just did a slackpkg upgrade-all, it gave some issues but I'm fixing them; however, I have a problem with konqueror and do not know waht to do

Code:
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype Browser/View not found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype KonqAboutPage not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KonqAboutPage not found
konqueror: WARNING: KonqFactory::createView : no factory
konqueror: WARNING: Profile Loading Error: View creation failed
konqueror will load but it wont show or let me do anything

I have also installed 'krusader' but it shows the same error

any ideas?
 
Old 07-29-2006, 05:25 PM   #2
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Did you update 10.1 packages, or upgrade to 10.2 or -current?

Did kdelibs and kdebindings get updated?

I would suggest running

ldd `which konqueror`

to see if there are any missing/outdated required libraries/dependencies.

Does KDE start at all?

PS: don't forget to run ldd on konquorer's dependencies as well

Last edited by Eternal_Newbie; 07-29-2006 at 05:32 PM.
 
Old 07-29-2006, 05:36 PM   #3
jp-lack
Member
 
Registered: Mar 2005
Location: NJ - US
Distribution: Slackware
Posts: 93

Original Poster
Rep: Reputation: 15
I tried to upgrade from a fresh 10.2 to current.

KDE start great and others app too -- I fixed some libraries issues tho--

I do not see anything wrong on ldd but maybe you do

Code:
root@zion:~# ldd `which konqueror`
        linux-gate.so.1 =>  (0xffffe000)
        libkdeinit_konqueror.so => /opt/kde/lib/libkdeinit_konqueror.so (0xb7e5d000)
        libkonq.so.4 => /opt/kde/lib/libkonq.so.4 (0xb7dd5000)
        libkparts.so.2 => /opt/kde/lib/libkparts.so.2 (0xb7d8e000)
        libkutils.so.1 => /opt/kde/lib/libkutils.so.1 (0xb7d29000)
        libkio.so.4 => /opt/kde/lib/libkio.so.4 (0xb79c6000)
        libkdeui.so.4 => /opt/kde/lib/libkdeui.so.4 (0xb76da000)
        libkdesu.so.4 => /opt/kde/lib/libkdesu.so.4 (0xb76c0000)
        libkwalletclient.so.1 => /opt/kde/lib/libkwalletclient.so.1 (0xb76ae000)
        libkdecore.so.4 => /opt/kde/lib/libkdecore.so.4 (0xb7457000)
        libDCOP.so.4 => /opt/kde/lib/libDCOP.so.4 (0xb7422000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb73f4000)
        libutil.so.1 => /lib/tls/libutil.so.1 (0xb73f0000)
        libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb73d9000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0xb73aa000)
        libkdefx.so.4 => /opt/kde/lib/libkdefx.so.4 (0xb737f000)
        libqt-mt.so.3 => /usr/lib/qt/lib/libqt-mt.so.3 (0xb6c98000)
        libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0xb6c72000)
        libmng.so.1 => /usr/lib/libmng.so.1 (0xb6c18000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6bfa000)
        libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0xb6b93000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb6b7e000)
        libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb6b7a000)
        libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0xb6b71000)
        libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0xb6b6e000)
        libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0xb6b5b000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6af1000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb6ad1000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb6acd000)
        libpng.so.0 => /usr/lib/libpng.so.0 (0xb6a94000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb6a86000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb69b8000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb69af000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb6997000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb6985000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0xb697c000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb696a000)
        libacl.so.1 => /lib/libacl.so.1 (0xb6961000)
        libattr.so.1 => /lib/libattr.so.1 (0xb695d000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb688f000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6886000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb6863000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb6734000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb6702000)
        libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0xb66fc000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb66aa000)
        libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0xb66a5000)
        /lib/ld-linux.so.2 (0xb7f48000)
 
Old 07-29-2006, 06:07 PM   #4
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
I can't see anything obvious in the output from ldd.

If you are running -current do you have cairo installed? I seem to remember a lot of stuff depends on it now.

As you probably know, the problem with upgrading using slackpkg or slapt-get is that it doesn't always install new packages, and there are several new ones in -current. You will have to check the changelog to find them all though.

It could also be a configuration problem, with the change to KDE 3.5

I had a similar problem the last time I tried -current, a couple of months ago. I renamed the .kde directory in my /home, so a new one was created the next time I ran KDE. It worked, but it's a brute force method and might make things worse in your case. Only do it if all else fails.

Sorry I can't be more help. Good Luck

PS: If you have the time and patience maybe use statdate or rsync to download the entire -current tree and do another upgrade using PV's instructions in upgrade.txt (drop to runlevel 1 etc). But that also seems overkill :/

PPS: I have a habit of giong for brute force solutions as you may have noticed.

Last edited by Eternal_Newbie; 07-29-2006 at 06:27 PM.
 
Old 07-29-2006, 06:22 PM   #5
jp-lack
Member
 
Registered: Mar 2005
Location: NJ - US
Distribution: Slackware
Posts: 93

Original Poster
Rep: Reputation: 15
I do have cairo installed... well I guess I will have to play arround

thx tho

EDIT: nvm is fixed

Last edited by jp-lack; 07-29-2006 at 07:58 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
konqueror problem jaspreet85 Linux - Software 3 08-17-2005 11:20 AM
Konqueror Problem dudeman41465 Linux - Software 1 07-29-2005 12:12 AM
Konqueror problem LinxNew Mandriva 0 04-27-2005 03:42 AM
problem with Konqueror philburge SUSE / openSUSE 0 11-14-2004 08:54 PM
Konqueror problem. akihandyman Mandriva 1 06-07-2004 06:12 PM

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

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