Linking errors
Posted: Mon Feb 02, 2015 4:04 pm
Hello,
I try build zm for my arm machine but I have 2 errors:
I have two files installed but wrong version:
How to fix these problems?
Maybe disable AAC support? How do this?
But I need x264 for h264 stream.
Thanks
I try build zm for my arm machine but I have 2 errors:
Code: Select all
Linking CXX executable nph-zms
cd /home/odroid/sources/zoneminder-1.28.0/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/nph-zms.dir/link.txt --verbose=1
/usr/bin/c++ -Wall -D__STDC_CONSTANT_MACROS -O2 CMakeFiles/nph-zms.dir/zms.cpp.o -o nph-zms -rdynamic libzm.a -lz -lcurl -ljpeg -lssl -lcrypto -lpthread -lpcre -lgcrypt -lgnutls -lmysqlclient /usr/local/lib/libavformat.so /usr/local/lib/libavcodec.so /usr/local/lib/libavdevice.so /usr/local/lib/libavutil.so /usr/local/lib/libswscale.so -lvlc -Wl,-rpath,/usr/local/lib:
/usr/bin/ld.bfd.real: warning: libx264.so.132, needed by /usr/local/lib/libavcodec.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld.bfd.real: warning: libaacplus.so.2, needed by /usr/local/lib/libavcodec.so, not found (try using -rpath or -rpath-link)
Code: Select all
-rw-r--r-- 1 root root 715360 mars 24 2014 /usr/lib/arm-linux-gnueabihf/libx264.so.142
-rw-r--r-- 1 root root 624688 mars 24 2014 /usr/lib/arm-linux-gnueabihf/x264-10bit/libx264.so.142
Maybe disable AAC support? How do this?
But I need x264 for h264 stream.
Thanks