I'm reinstalling ubuntu intrepid again followin the guide of jsylvia007
I still have problems:
first of all
Code: Select all
garda@Byakugan:~$ sudo echo "/usr/local/lib" > /etc/ld.so.conf.d/ffmpeg.conf
bash: /etc/ld.so.conf.d/ffmpeg.conf: Permission denied
so I did not do this part
Code: Select all
echo "/usr/local/lib" > /etc/ld.so.conf.d/ffmpeg.conf
echo "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> /etc/bash.bashrc
echo "export LD_LIBRARY_PATH" >> /etc/bash.bashrc
ldconfig
reboot
Code: Select all
_rtsp.o zm_rtsp.cpp
zm_rtsp.cpp: In constructor ‘RtspThread::RtspThread(int, RtspThread::RtspMethod, const std::string&, const std::string&, const std::string&, const std::string&, const std::string&, const std::string&)’:
zm_rtsp.cpp:183: error: ‘av_’ was not declared in this scope
zm_rtsp.cpp:183: error: expected `;' before ‘alloc_’
make[2]: *** [zm_rtsp.o] Error 1
make[2]: Leaving directory `/usr/src/zm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/zm'
make: *** [all] Error 2
can you help me please?