[FFmpeg-user] Fwd: error 127

Frans de Boer frans at fransdb.nl
Sun Aug 25 21:22:38 CEST 2013


On 08/25/2013 03:10 PM, Carl Eugen Hoyos wrote:
> Frans de Boer <frans <at> fransdb.nl> writes:
>
>> when running 'make check', I get error 127 during the fft-4 test.
>> Meaning that libavutil.so.52 was not found.
>>
>> The library is in the build tree but not yet on the system
>> installed.
>
> Set LD_LIBRARY_PATH:
> $ export LD_LIBRARY_PATH=libavutil:libavcodec: ...
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
Thanks, that worked for me. But should that not be embedded in the 
testing scripts?. How many people will actually set the LD_LIBRARY_PATH 
before testing. In forgetting or not knowing this, they actually tests 
against old libraries.

I incorporated this in my scripts now, but it is rather different from 
all other programs I compiled sofar. So, it seems that the project is 
not using accepted and/or standard behavior for testing. Maybe a 
suggestion to incorporated some things in the test scripts?

Regards, Frans.



More information about the ffmpeg-user mailing list