On Friday, 22. September 2006 22:34, othermark wrote: > Hi, just thought I'd note these. > > This is after a complete rebuild on -current of portupgrade -fa. I > thoroughly cleaned out the old ssl libraries as well, as well as other > compat libraries that might get in the way. These errors only appear in X > captured output. e.g. if I did 'startx 1>/var/log/startx.out 2>&1', they > would be in '/var/log/startx.out'. > > These occur from konqueror on ssl sites, but don't seem to effect > functionality: > > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "PKCS7_content_free" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OpenSSL_add_all_algorithms" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OPENSSL_add_all_algorithms" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OpenSSL_add_all_algorithms_conf" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "PKCS7_content_free" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OpenSSL_add_all_algorithms" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OPENSSL_add_all_algorithms" > kdecore (KLibLoader): WARNING: KLibrary: Undefined > symbol "OpenSSL_add_all_algorithms_conf"
Those (or some of those) have always been there, it's KDE's way of dynamically loading the openssl libraries at work here which requires it to be symbol-compatible all the way back to openssl 0.9.5. You can safely ignore these. > These name mangling errors occur when you try to access a exchange web > mailbox via korganizer: > > /libexec/ld-elf.so.1: /usr/local/lib/kde3/kio_http.so: Undefined > symbol "_Z18gss_indicate_mechsPjPP23gss_OID_set_desc_struct" > korganizer: ERROR: Unable to retrieve folders. > /libexec/ld-elf.so.1: /usr/local/lib/kde3/kio_http.so: Undefined > symbol "_Z18gss_indicate_mechsPjPP23gss_OID_set_desc_struct" > korganizer: ERROR: Unable to retrieve folders. > QTime::setHMS Invalid time 24:00:00.000 > /libexec/ld-elf.so.1: /usr/local/lib/kde3/kio_http.so: Undefined > symbol "_Z18gss_indicate_mechsPjPP23gss_OID_set_desc_struct" > korganizer: ERROR: Unable to retrieve folders. Those symbols look like kerberos functions - if you have both a kerberos implementation from ports (heimdal, mit-krb5) and the base-system heimdal installed, you might need to get rid of one and recompile once more. Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
pgp1rPvw4guhL.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://kf.liquidneon.com/mailman/listinfo/kde-freebsd
