LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Vcr (https://www.linuxquestions.org/questions/linux-software-2/vcr-386297/)

legacyboy 11-24-2005 11:16 PM

Vcr
 
Here is what I got going, I am running suse 9.3 and I am trying to set it up to capture video and audio, (Geforce 2 GTS, and some sort of SB card).
I am trying to use VCR, but I am hitting some problems, I have loaded Divx4linux and avifile, and I have sucessfully setup VCR (i think).
But when I try to start the application this is what I get,
=========================================================
linux:/usr/local/src/vcr/src # ./vcr
./vcr: error while loading shared libraries: libaviplay-0.7.so.0: cannot open shared object file: No such file or directory
linux:/usr/local/src/vcr/src #
=========================================================
Any ideas?
The file is there, its at /usr/local/lib/

avifile is /usr/local/src/avifile
vcr is /usr/local/src/vcr

*note*
Origonally I was having a problem compiling VCR it kept saying that it could not locate avifile-config, I did a chmod to 777 on it and that seemed to fix it.

Any help would be great.
Or if someone has a sugguestion for a program that might be a little better....
Thanks in advance.

Oliv' 11-25-2005 11:58 AM

Hi,

try:
Code:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
or you can add it permanently to /etc/ld.so.conf file and then run as root "ldconfig"

Oliv'

legacyboy 11-25-2005 03:16 PM

Spiffy!!
Thanks a bunch.


All times are GMT -5. The time now is 11:51 PM.