我正在通过构建包使用 enable-ssl 在 heroku (ubuntu) 上安装 ffmpeg。我能够一直构建到这些错误:
install: cannot create regular file `/usr/local/share/man/man1/ffmpeg.1': Read-only file system
...
install: cannot create regular file `/usr/local/share/man/man1/ffmpeg-filters.1': Read-only file system
make: *** [install-man] Error 1
我对 /app 之外的任何目录都没有写入权限。我试过编译--mandir=/app/vendor/
但这似乎被忽略了。
有没有办法在没有手册页的情况下构建 ffmpeg,或者只是将它们安装在其他地方?