Re: [Freevo-devel] Re: [Freevo-users] runtime-pre5-test4 availableand call for testers (was -pre1)

2003-06-17 Thread Wan Tat Chee
Hi Rob, I d/l'ed test4, and generated a new CVS snapshot tgz, but when I build and run freevo setup, I get the following error: [EMAIL PROTECTED] freevo]# ./freevo setup --help ./runtime/apps/freevo_python: error while loading shared libraries: libavcodec.so: cannot open shared object file: No

Re: [Freevo-devel] Re: [Freevo-users] runtime-pre5-test4 availableand call for testers (was -pre1)

2003-06-17 Thread Rob Shortt
Rob Shortt wrote: Wan Tat Chee wrote: Hi Rob, I d/l'ed test4, and generated a new CVS snapshot tgz, but when I build and run freevo setup, I get the following error: [EMAIL PROTECTED] freevo]# ./freevo setup --help ./runtime/apps/freevo_python: error while loading shared libraries:

Re: [Freevo-devel] Re: [Freevo-users] runtime-pre5-test4 availableand call for testers (was -pre1)

2003-06-17 Thread Rob Shortt
Rob Shortt wrote: Rob Shortt wrote: Wan Tat Chee wrote: Hi Rob, I d/l'ed test4, and generated a new CVS snapshot tgz, but when I build and run freevo setup, I get the following error: [EMAIL PROTECTED] freevo]# ./freevo setup --help ./runtime/apps/freevo_python: error while loading shared

Re: [Freevo-devel] Re: [Freevo-users] runtime-pre5-test4 availableand call for testers (was -pre1)

2003-06-17 Thread Rob Shortt
Rob Shortt wrote: Notice that everything occurs twice AND libavcodec is missing from the list. I wonder if others are missing too. Wait... the last one looks truncated. Maybe there are too many? Maybe the size of the string in runapp is too small. Checking.. Ok, here's the deal. In

Re: [Freevo-devel] Re: [Freevo-users] runtime-pre5-test4 availableand call for testers (was -pre1)

2003-06-17 Thread Rob Shortt
Rob Shortt wrote: I just did a test: LD_LIBRARY_PATH=./runtime/dll ./freevo setup --help and it worked. So, it doesn't seem to be preloading. Should we just put LD_LIBRARY_PATH=./runtime/dll into the freevo script for now? Ok, I do NOT want to do that. We need to fix the real problem here.