[mythtv-users] HELP! Unable to compile MythDVD in Mandrake 9.1

thor mythtv at lamedomainname.com
Sat Sep 13 21:54:55 EDT 2003


On Saturday 13 September 2003 08:06 pm, David Wachs wrote:

	Well, you're trying to go up against the wrong library at link time:

		g++  -o mtd logging.o mtd.o serversocket.o jobthread.o
		dvdprobe.o fileobs.o main.o moc_logging.o moc_mtd.o
		moc_serversocket.o  -L/usr/lib/qt3/lib
		-L/usr/X11R6/lib -ldvdread -lmyth-0.11 -lqt-mt -lXext
		-lX11 -lm -lpthread

		dvdprobe.o(.text+0x21f7): In function
		`DVDProbe::probe()':
		/home/mythtv/mythdvd-0.11/mtd/dvdprobe.cpp:547:
		undefined reference to `DVDUDFVolumeInfo'

	which means the gcc linker cannot find the right version of libdvdread (the 
one you are *sure* you have downloaded, compiled, installed, and run ldconfig 
against). 

- thor





More information about the mythtv-users mailing list