Igor Živković wrote: > On 2013-09-27 04:18, Bruce Dubbs wrote: >> John Burrell wrote: >>> The ffmpeg-1.2.2 configure, when applied as per the book, produces: >>> >>> ERROR: libvpx decoder version must be>=0.9.1 >>> >>> This is because libvpx installs its headers in /usr/include/vpx with >>> permission 640. Changing them to 644 solves the problem. >>> >>> It would be worth including a chmod at the end of the libvpx >>> instructions. >> >> I can't confirm that. My vpx include files are all 664 and the >> directory is 755. The log doesn't help because it doesn't give >> details. >> I just did a quick DESTDIR install to /tmp and the permissions are >> OK. > > > I've got 755 for the include vpx directory and 640 for the files.
The Makefile is doing a 'cp -p src dest' so it depends on the permissions of the files when you extract them. See line 238 of the Makefile. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page