Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-13-2009, 11:43 AM
|
#1
|
Member
Registered: Jul 2007
Location: WI, USA
Distribution: Debian, Lenny
Posts: 111
Rep:
|
Mythtv - "cannot find -lXv" error on install
Code:
make
...
g++ -shared -Wl,-soname,libmythupnp-0.21.so.0 -o libmythupnp-0.21.so.0.21.0 version.o httprequest.o upnp.o ssdp.o taskqueue.o upnputil.o upnpdevice.o upnptasknotify.o upnptasksearch.o threadpool.o httpserver.o upnpcds.o upnpcdsobjects.o bufferedsocketdevice.o eventing.o upnpcmgr.o upnpmsrr.o upnptaskevent.o ssdpcache.o configuration.o soapclient.o mythxmlclient.o moc_ssdpcache.o -L/usr/share/qt3/lib -lfreetype -lz -lmp3lame -ljack -L/usr/lib -ldirectfb -lfusion -ldirect -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lGL -lGLU -lqt-mt -lXext -lX11 -lm -lpthread
/usr/local/bin/ld: cannot find -lXv
collect2: ld returned 1 exit status
make[2]: *** [libmythupnp-0.21.so.0.21.0] Error 1
make[2]: Leaving directory `/home/wilsonj/Desktop/mythtv-0.21/libs/libmythupnp'
make[1]: *** [sub-libmythupnp] Error 2
make[1]: Leaving directory `/home/wilsonj/Desktop/mythtv-0.21/libs'
make: *** [sub-libs] Error 2
What's that mean? I tried googling it, but to no avail.
|
|
|
02-13-2009, 11:53 AM
|
#2
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep: 
|
Quote:
Originally Posted by Jinouchi
Code:
make
...
g++ -shared -Wl,-soname,libmythupnp-0.21.so.0 -o libmythupnp-0.21.so.0.21.0 version.o httprequest.o upnp.o ssdp.o taskqueue.o upnputil.o upnpdevice.o upnptasknotify.o upnptasksearch.o threadpool.o httpserver.o upnpcds.o upnpcdsobjects.o bufferedsocketdevice.o eventing.o upnpcmgr.o upnpmsrr.o upnptaskevent.o ssdpcache.o configuration.o soapclient.o mythxmlclient.o moc_ssdpcache.o -L/usr/share/qt3/lib -lfreetype -lz -lmp3lame -ljack -L/usr/lib -ldirectfb -lfusion -ldirect -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lGL -lGLU -lqt-mt -lXext -lX11 -lm -lpthread
/usr/local/bin/ld: cannot find -lXv
collect2: ld returned 1 exit status
make[2]: *** [libmythupnp-0.21.so.0.21.0] Error 1
make[2]: Leaving directory `/home/wilsonj/Desktop/mythtv-0.21/libs/libmythupnp'
make[1]: *** [sub-libmythupnp] Error 2
make[1]: Leaving directory `/home/wilsonj/Desktop/mythtv-0.21/libs'
make: *** [sub-libs] Error 2
What's that mean? I tried googling it, but to no avail.
|
I think it means you need to install the libxv-dev package
Code:
sudo aptitude install libxv-dev
should do it for you.
Make sure you have run
Code:
sudo aptitude update
first.
cheers,
jdk
|
|
|
02-26-2009, 09:09 AM
|
#3
|
LQ Newbie
Registered: Jan 2007
Posts: 2
Rep:
|
cannot find -lXv
When I get this, I just reinstall my nvidia drivers. Seems to resolve it for me.
|
|
|
All times are GMT -5. The time now is 08:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|