On Thursday, 26. May 2005 23:54, Steven Friedrich wrote: > I just started having problems with knewsticker and kweather that I think > are related. > > Here's the error I get from news ticker: > kicker: ERROR: : couldn't create slave : Unable to create io-slave: > klauncher said: Error loading 'kio_http'. > > Any ideas? > > BTW, Just today, I installed port krb5 to fix samba-libsmbclient. I hope > that's not what's causing it...
Probably is. kio_http usually gets linked to the base-system kerberos libraries, so depending on what you did with those, it might now have a stale link or link to a conflicting library and crash - check with ldd /usr/local/lib/kde3/kio_http.so . Kerberos libraries are picked up by quite a lot of ports FWIW, so when switching over to a ports-based kerberos distribution it's probably a good idea to go through this checklist: - completely disable base system kerberos5 in future make build/installworld sessions (no MAKE_KERBEROS5 in make.conf) - Delete old base system kerberos components (most importantly /usr/lib/libkrb5.* and /usr/bin/krb5-config) - Recompile all your installed ports to get links updated (portupgrade -fa) - Make sure you don't use binary packages in the future for ports which might include binaries or libraries which link in kerberos5. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
pgpImQwCSJpzL.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
