On Tuesday 03 January 2006 00:31, David Haertig wrote: > Solved. Noticed I had libqt-mt.so.3.3.5, libqt-mt.so.3.3, > and libqt-mt.so.3 but NOT libqt-mt.so That last one > is the one the linker is looking for. > > Stupid user error. Installed libqt3-mt-dev to fix. > > Next problem is ld can't find -lXxf86vm. Sure enough, > I have libXxf86vm.so.1.0 and libXxf86vm.so.1 but not > the plain old .so file. Not sure what package to install > to get this, I have libxxfm86vm1 currently installed but > can't find any -dev or -devel sibling in Debian repositories. > I suppose I can manually symlink the .so.1 to a .so but > would prefer doing it the "right" way if anybody here knows > what that is. > > Thanks.
from my Debian install: lrwxrwxrwx 1 root root 17 Nov 14 21:27 /usr/X11R6/lib/libXxf86vm.so -> libXxf86vm.so.1.0 lrwxrwxrwx 1 root root 17 Nov 14 16:18 /usr/X11R6/lib/libXxf86vm.so.1 -> libXxf86vm.so.1.0 -rw-r--r-- 1 root root 19992 Sep 12 22:27 /usr/X11R6/lib/libXxf86vm.so.1.0 -- Steve _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
