I just tried building kdebase, but it fails to package because
the ldap pieces did not get built.  config.log for kdebase says:
/usr/bin/ld: warning /usr/local/lib/libsasl2.so.2.21, needed by 
/usr/local/lib/libldap.so.9.1, not found (try using -rpath or -rpath-link)

and indeed, I have libsasl2.so.2.22 from cyrus-sasl-2.1.22p1.

objdump -p /usr/local/lib/libldap.so.9.1 | grep NEEDED
...
  NEEDED      /usr/local/lib/libsasl2.sa.2.21
...

so, I guess the having the full path to the sasl library encoded is
causing problems registering the library version?

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org

Reply via email to