LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-29-2004, 10:42 PM   #1
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
Installing fonts - kde 3.3.1


Geed evening folks.

I don't understand this message - so I'm asking before I do anything.

In kde, I went to :
control center -> system administration -> font installer

I got this message immideatly:


Code:
There was an error loading the module.
Details:
The diagnostics is:
/opt/kde/lib/libkfontinst.so.0: undefined symbol: FTC_Manager_LookupFace

Possible reasons:

1- An error occurred during your last KDE upgrade leaving an orphaned control module
2- You have old third party modules lying around.

Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager.
So I looked at the file - I got 3 libkfontxxxxx :
libkfontinst
libkfontinst.so.0
libkfontinst.so.0.0.0

They are all the same size, and all created the same date and time.
The only difference is libkfontinst.so.0.0.0 is NOT specified as a shared library.

What prompted this is I downloaded 6,xxx fonts and I was going to pick and
choose the ones I wanted. Any ideas? Same thing happens to others who
upgraded to kde 3.3.1?

Thanks for any help - tw
 
Old 11-30-2004, 12:22 AM   #2
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551

Original Poster
Blog Entries: 4

Rep: Reputation: 31
I found away around the problem, but I didn't fix it.

Made CD. Took it too my other slack 10 system that has NOT been upgraded.
Found about 50 in the first 300 I wanted, emailed 'em back to myself (tar.gz),
extracted & copied them to /usr/X11R6/lib/X11/fonts/TTF , ran fc-cache, restarted
KDE and they are there and working.

Pain in the butt process, but it worked. I would still like some advice on a
proper resolution.

thanks agian - tw
 
Old 11-30-2004, 03:11 AM   #3
rotvogel
Member
 
Registered: Oct 2003
Posts: 534

Rep: Reputation: 30
No, I do not have these problems in KDE 3.3.1. But I compiled this KDE version myself and did not use third party packages. Your solution is a good method of installing fonts system-wide.
 
Old 12-05-2004, 09:22 AM   #4
pilat
LQ Newbie
 
Registered: Dec 2004
Location: Poland
Posts: 1

Rep: Reputation: 0
I had the same problem with kde 3.3.1, but I used third party package.
FTC_Manager_LookupFace is variable wchich is declared in ftcache.h.
This file is included in libfreetype6-devel-2.1.9-2mdk.i586.rpm package, so you must upgrade yours libfreetype6 and libfree6-devel packages.

I did this and it's working.
Good luck!
 
Old 12-05-2004, 10:04 AM   #5
rotvogel
Member
 
Registered: Oct 2003
Posts: 534

Rep: Reputation: 30
In Slackware freetype is included in the X.org package. But I think is it a problem of the packages, because I haven't got the problems mentioned above. I compiled KDE 3.3.1 on my own machine too.
The listing of libkfontinst.* on my system:
Code:
 ls -al /opt/kde/lib/libkfontinst.*
-rwxr-xr-x  1 root root   1739 2004-10-13 23:57 /opt/kde/lib/libkfontinst.la*
lrwxrwxrwx  1 root root     21 2004-11-12 15:28 /opt/kde/lib/libkfontinst.so -> libkfontinst.so.0.0.0*
lrwxrwxrwx  1 root root     21 2004-11-12 15:28 /opt/kde/lib/libkfontinst.so.0 -> libkfontinst.so.0.0.0*
-rwxr-xr-x  1 root root 207484 2004-10-14 02:16 /opt/kde/lib/libkfontinst.so.0.0.0*
Seems like your missing the .la file. The other 2 are just symlinks to the actual library.

The contents of the libkfontinst.la is:
Code:
# libkfontinst.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5a (1.1240 2003/06/26 06:55:19)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libkfontinst.so.0'

# Names of this library.
library_names='libkfontinst.so.0.0.0 libkfontinst.so.0 libkfontinst.so'

# The name of the static archive.
old_library=''

# Libraries that this one depends upon.
dependency_libs=' -R/opt/kde/lib -R/usr/lib/qt/lib -R/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde/lib /usr/lib/./libstdc++.la -L/usr/i486-slackware-linux/bin -L/usr/i486-slackware-linux/lib -L/usr/lib/gcc-lib/i486-slackware-linux/../../../i486-slackware-linux/lib -L/usr/lib/gcc-lib/i486-slackware-linux/../.. -lfontenc /opt/kde/lib/libkio.la -L/usr/lib /opt/kde/lib/libkdeui.la /opt/kde/lib/libkdesu.la /opt/kde/lib/libkwalletclient.la /opt/kde/lib/libkdecore.la /opt/kde/lib/libDCOP.la -lresolv -lutil /usr/lib/libart_lgpl_2.la /usr/local/lib/libidn.la /opt/kde/lib/libkdefx.la /usr/lib/qt/lib/libqt-mt.la -lmng -lfreetype -lfontconfig /usr/lib/libmng.la /usr/lib/libfreetype.la /usr/lib/libmng.la -ljpeg -lGL -lXmu -lXrandr -lXcursor -lXinerama -lXft -ldl -lpng -lXext -lX11 -lSM -lICE -lpthread -lXrender /usr/lib/./libstdc++.la /usr/X11R6/lib/libfontconfig.la /usr/lib/libexpat.la /usr/lib/libfreetype.la -lz /usr/lib/./libstdc++.la'

# Version information for libkfontinst.
current=0
age=0
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/opt/kde/lib'
Maybe you could create the file if it is missing.
Hope this will help
 
  


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
kde fonts compared to gnoome fonts jang Linux - Distributions 5 08-03-2007 10:03 AM
KDE ****ed my fonts up !!!! :-( slithy Linux - Software 2 11-26-2005 11:26 AM
KDE fonts Andy@DP Linux - Newbie 3 04-08-2004 06:49 AM
installing kde 3.1.3 for "Sarge", sound and microsoft fonts ? bigjohn Debian 23 09-15-2003 05:38 PM
TT fonts in KDE matjaz85 Linux - General 1 05-25-2002 05:14 PM

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

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