2009/5/1 Bob Falanga <[email protected]>: > On Fri, May 1, 2009 at 6:30 AM, [email protected] <[email protected]> wrote: >> >> 2009/5/1 Bob Falanga <[email protected]>: >> > I am using pcbsd 6.3 >> > When I try to use apache22 or kdesvn I get an error message (Shared >> > object >> > "libthr.so.3" not found, required by "libapr-1.so.2") >> > >> >> What d'ya get when you type: >> locate libthr.so >> >> Also, how did you install apache22 or kdesvn? >> > When I try locate libthr I get (locate: database too small: > /var/db/locate.database) > I used make install clean to install apache22 & kdesvn. > (please include the list in your email) To rebuild your locate database, just run /etc/periodic/weekly/310.locate
It makes finding files much easier. After a bit of poking, it seems that 6.3 has /lib/libthr.so.2 You could try symlinking, but that will very likely not work. You can try reinstalling libapr, to see if it will link the older library. To find out where it reports its origin: pkg_info -o /var/db/pkg/\*libapr\* If that fails, I'm afraid you'll have to upgrade to 7.x -- -- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
