Hello List,

I am trying to compile transcode with lzo support and found the
following issue:

./configure --prefix=/usr --enable-lzo --with-lzo-prefix=/usr ...
error: lzo includes not found

reviewing the configure script I found that it searches for the includes in
/usr/include, however lzo-2.01 installs in /usr/include/lzo

also a symlink for the libs seems to be needed:

ln -s liblzo2.so.2.0.0 /usr/lib/liblzo.so

after that changes configure finds lzo

regards

thorsten happel

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to