libcrypto.a is in the ssl-dev package
All of the other dependencies and prereqs have been in the main or Universe package repository.
I was getting compile errors like:
undefined reference to `ogg_stream_init' etc etc
Tried installing k3b to pull in the necessary libraries. But the problem seems to be with the ffmpeg from the Universe repository. So, I am rebuilding ffmpeg from CVS snapshot.
Also needed to remove libavformat-dev and libavcodec-dev to make sure the fresh ones from newly compiled ffmeg source were used instead.
Lastly, thou must addeth /usr/local/lib to thine /etc/ld.so.conf and then executeth ldconfig and then all shall be happy.
Thus was my configure command line--yours may be different, but this may give you some clues:
Code: Select all
./configure --with-mysql=/usr --with-ffmpeg=/usr/local/include/ffmpeg --with-webdir=/var/www/zm --with-cgidir=/var/www/zm/cgi-bin --with-webuser=www-data --with-webgroup=www-data
Code: Select all
./configure --enable-libogg --enable-vorbis --enable-theora