Hi, Cyrus SASL installs a corrupt .pc. Pkg-config gives this error:
root [ ~ ]# pkg-config --list-all
Variable 'exec_prefix' not defined in '/usr/lib/pkgconfig/libsasl2.pc'
I fixed it by adding those two lines at the top of
'/usr/lib/pkgconfig/libsasl2.pc':
prefix=/usr
exec_prefix=${prefix}
Regards,
Thomas
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
