Daniel Stolpe <[email protected]> writes: > [ 50%] Building CXX object > ksystemlog/src/modes/base/CMakeFiles/ksystemlog_base_mode.dir/multipleFileList.o > /usr/bin/ld: warning: libsasl2.so.2, needed by > /usr/local/lib/libkldap.so.5.0.1, not found (try using -rpath or > -rpath-link) > /usr/local/lib/libkldap.so.5.0.1: undefined reference to `sasl_errdetail' > /usr/local/lib/libkldap.so.5.0.1: undefined reference to > sasl_client_start' > /usr/local/lib/libkldap.so.5.0.1: undefined reference to > sasl_client_init' > /usr/local/lib/libkldap.so.5.0.1: undefined reference to > sasl_client_step' > /usr/local/lib/libkldap.so.5.0.1: undefined reference to `sasl_client_new' > /usr/local/lib/libkldap.so.5.0.1: undefined reference to `sasl_dispose'
It looks like for some reason you're missing /usr/local/lib/libsasl2.so.2. Check whether you have cyrus-sasl installed. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
