Xorg upgrade (wrong library) issue

Tuc at T-B-O-H.NET ml at t-b-o-h.net
Mon Jul 23 17:30:07 UTC 2007


Hi,

	I'm following the directions to upgrade Xorg (REALLY I AM, PROMISE!)
and I'm seeing this fly by my screen :

/usr/local/bin/bdftopcf -t lubR12-ISO8859-13.bdf | gzip > lubR12-ISO8859-13.pcf.gz
/libexec/ld-elf.so.1: /usr/X11R6/lib/libXfont.so.1: Undefined symbol "serverClient"
/usr/local/bin/ucs2any lubR14.bdf /usr/local/lib/X11/fonts/util/map-ISO8859-13 ISO8859-13
Writing 192 characters into file 'lubR14-ISO8859-13.bdf'.
/usr/local/bin/bdftopcf -t lubR14-ISO8859-13.bdf | gzip > lubR14-ISO8859-13.pcf.gz
/libexec/ld-elf.so.1: /usr/X11R6/lib/libXfont.so.1: Undefined symbol "serverClient"
/usr/local/bin/ucs2any lubR18.bdf /usr/local/lib/X11/fonts/util/map-ISO8859-13 ISO8859-13
Writing 192 characters into file 'lubR18-ISO8859-13.bdf'.
/usr/local/bin/bdftopcf -t lubR18-ISO8859-13.bdf | gzip > lubR18-ISO8859-13.pcf.gz
/libexec/ld-elf.so.1: /usr/X11R6/lib/libXfont.so.1: Undefined symbol "serverClient"
/usr/local/bin/ucs2any lubR19.bdf /usr/local/lib/X11/fonts/util/map-ISO8859-13 ISO8859-13
Writing 192 characters into file 'lubR19-ISO8859-13.bdf'.

	I won't go any further as I'm sure this is indicating a problem.
But where/how?

-r-xr-xr-x  1 root  wheel  5308 Jul 23 13:18 /usr/local/bin/bdftopcf
/usr/local/bin/bdftopcf:
	libXfont.so.1 => /usr/X11R6/lib/libXfont.so.1 (0x2807f000)
	libc.so.5 => /lib/libc.so.5 (0x280e5000)

	Looks like its picking up libXfont.so.1 from the /usr/X11R6 :

-rwxr-xr-x  1 root  wheel  424992 Oct 26  2006 /usr/X11R6/lib/libXfont.so.1

	and not from the local :

-rwxr-xr-x  1 root  wheel  432705 Jul 23 13:18 /usr/local/lib/libXfont.so.1

	What could cause it? How do I fix it mid build? Is there anything
else I should be looking at?

			Thanks, Tuc


More information about the freebsd-questions mailing list