On Mon, 2009-11-09 at 17:31 +0800, [email protected] wrote: > Dear All: > > Today, I build xorg-1.7.1.901 in Ubuntu 9.04 want to replace the Xorg > with new version, but when I built over, run startx the error below > have found: > > “/usr/bin/X11/X: symbol lookup error: /usr/bin/X11/X: undefined > symbol: pixman_disable_out_of_bounds_workaround > > xinit: Server error.” > > The pixman lib I using is pixman-0.15.20
The linker disagrees. Run 'ldd /usr/bin/X11/X' as root and make sure the pixman you're picking up is the right one. - ajax
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
