LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-25-2003, 08:38 AM   #1
green
LQ Newbie
 
Registered: Aug 2003
Location: Munich
Posts: 3

Rep: Reputation: 0
libXft.so.2: undefined reference (gnome)


I've got a problem when I run a gnome-program with libXft.so.2
When I do a "make gconfig" by the 2.6 kernel then I got this error

/usr/X11R6/lib/libXft.so.2: undefined reference to `XRenderCompositeText32'
/usr/X11R6/lib/libXft.so.2: undefined reference to `XRenderCompositeText16'
/usr/X11R6/lib/libXft.so.2: undefined reference to `XRenderQuerySubpixelOrder'
/usr/X11R6/lib/libXft.so.2: undefined reference to `XRenderCompositeText8'

The same error when I want to compile gkrellm2 and I got a simillar error messages when I run a gnome programm.
I use Blackbox WM therefore I don't know why there is a Problem. I reinstalled all X packages but without success.

Does anybody know a solution ?

I have Slackware 9.0, XFree 4.3.0
 
Old 08-25-2003, 10:10 AM   #2
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
That's odd, the error seems to indicate that the Xft (anti-aliasing) stuff isn't working but I'm almost positive Slackware 9.0/XF86 4.3 compiles it in by default. Do you have the right FreeType packages installed?
 
Old 08-25-2003, 01:33 PM   #3
green
LQ Newbie
 
Registered: Aug 2003
Location: Munich
Posts: 3

Original Poster
Rep: Reputation: 0
Yes, I think so.
And all libraries all also there where they have to.
When I run this command:


/cdrom/slackware/xap »166« # ldd /usr/bin/gnome-calculator |cut -d ">" -f2|cut -d "(" -f1 | while read i;do ls -l $i;done|cut -c62-
/usr/lib/libgnomeui-2.so.0 -> libgnomeui-2.so.0.200.0
57 /usr/lib/libSM.so.6 -> libSM.so.6.0
57 /usr/lib/libICE.so.6 -> libICE.so.6.3
15 /usr/lib/libbonoboui-2.so.0 -> libbonoboui-2.so.0.0.0
57 /usr/lib/libxml2.so.2 -> libxml2.so.2.5.4
38 /usr/lib/libz.so.1 -> libz.so.1.1.4
15 /usr/lib/libgnomecanvas-2.so.0 -> libgnomecanvas-2.so.0.200.0
15 /usr/lib/libgnome-2.so.0 -> libgnome-2.so.0.200.0
57 /usr/lib/libart_lgpl_2.so.2 -> libart_lgpl_2.so.2.3.11
57 /usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.200.1
43 /usr/lib/libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.200.1
43 /usr/lib/libgdk-x11-2.0.so.0 -> libgdk-x11-2.0.so.0.200.1
56 /usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.200.2
43 /usr/lib/libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.200.1
57 /usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.200.1
57 /usr/lib/libpangox-1.0.so.0 -> libpangox-1.0.so.0.200.1
57 /usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.200.1
15 /usr/lib/libbonobo-2.so.0 -> libbonobo-2.so.0.0.0
13 /usr/lib/libgconf-2.so.4 -> libgconf-2.so.4.1.0
15 /usr/lib/libgnomevfs-2.so.0 -> libgnomevfs-2.so.0.0.0
12 /usr/lib/libbonobo-activation.so.4 -> libbonobo-activation.so.4.0.0
16 /usr/lib/libORBit-2.so.0 -> libORBit-2.so.0.0.0
39 /lib/libm.so.6 -> libm-2.3.1.so
16 /usr/lib/liblinc.so.1 -> liblinc.so.1.0.0
56 /usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.200.1
39 /lib/libdl.so.2 -> libdl-2.3.1.so
56 /usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.200.1
56 /usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.200.1
38 /usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.200.1
57 /usr/lib/libX11.so.6 -> libX11.so.6.2
38 /usr/lib/libpopt.so.0 -> libpopt.so.0.0.0
39 /lib/libpthread.so.0 -> libpthread-0.10.so
39 /lib/libc.so.6 -> libc-2.3.1.so
38 /usr/lib/libjpeg.so.62 -> libjpeg.so.62.0.0
37 /usr/lib/libesd.so.0 -> libesd.so.0.2.29
56 /usr/lib/libaudiofile.so.0 -> libaudiofile.so.0.0.2
12 /usr/X11R6/lib/libfontconfig.so.1 -> libfontconfig.so.1.0
57 /usr/lib/libXext.so.6 -> libXext.so.6.4
12 /usr/X11R6/lib/libXft.so.2 -> libXft.so.2.1
57 /usr/lib/libXrender.so.1 -> libXrender.so.1.0
12 /usr/lib/libfreetype.so.6 -> libfreetype.so.6.3.1
16 /usr/lib/libORBitCosNaming-2.so.0 -> libORBitCosNaming-2.so.0.0.0
39 /usr/lib/libssl.so.0 -> libssl.so.0.9.7
39 /usr/lib/libcrypto.so.0 -> libcrypto.so.0.9.7
39 /lib/librt.so.1 -> librt-2.3.1.so
39 /lib/ld-linux.so.2 -> ld-2.3.1.so
38 /usr/lib/libexpat.so.0 -> libexpat.so.0.4.0


then I can see that all needed libraries all there.
I've read other people had trouble with libXrender.so* but I have this lib installed. And I have also all xfree* packages installed.


Maybe what else
 
Old 09-01-2003, 04:02 AM   #4
green
LQ Newbie
 
Registered: Aug 2003
Location: Munich
Posts: 3

Original Poster
Rep: Reputation: 0
That's really odd. I installed the full packages and it was all the same. Then I've done a complete new installation (I know it is rather poor ) but I had my back to the wall because no solutions helped me.
strange ...
 
  


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
Undefined reference, why? george_mercury Programming 4 05-07-2009 12:15 AM
Undefined Reference ChemicalBurn Programming 2 02-14-2005 03:01 AM
undefined reference mp4-10 Programming 3 01-25-2005 12:38 PM
DCOP undefined reference Zotty Programming 6 01-06-2005 05:04 PM
Gnome and libXft.so.2 bartgymnast Linux - Software 0 02-27-2003 02:21 AM

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

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