Forums » Tutorial and setups »
cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory
Added by Michael Kongedam almost 9 years ago
Hi
Im trying to compile TVHeadend on my Ubuntu server.
But get an error with libx265.a is missing
I hope somebody can help me
cd /usr/src
git clone https://github.com/tvheadend/tvheadend.git
cd tvheadend
AUTOBUILD_CONFIGURE_EXTRA="--enable-libffmpeg_static --enable-libx264 --enable-libx265" ./Autobuild.sh -t precise-amd64
Replies (6)
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Dominique PLU almost 9 years ago
Hi
Did you simply check if libx265 compile ? I had the same problem on fresh system since cmake package was not installed
Check the log, it may explain the problem
@+
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Michael Kongedam almost 9 years ago
Sorry im total lost, where do I find this log?
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Michael Kongedam almost 9 years ago
It Works now
I deletet the directory tvheaden and started all over
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Dominique PLU almost 9 years ago
Nice to hear that
Question : Why not using the configure option to let script set option regarding your system then run a simple make ?
@+
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Prof Yaffle almost 9 years ago
'make' will produce a binary; 'Autobuild.sh' will produce an installable .deb file for use with apt.
RE: cc: error: /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libx265.a: No such file or directory - Added by Dominique PLU almost 9 years ago
OK thanks for explanation