Re: where do I find libthr

2009-05-03 Thread Tim Judd
On Fri, May 1, 2009 at 7:17 PM, Bob Falanga rfalang@gmail.com wrote:

 On Fri, May 1, 2009 at 6:36 PM, ill...@gmail.com ill...@gmail.com wrote:

  2009/5/1 Bob Falanga rfalang@gmail.com:
   On Fri, May 1, 2009 at 6:30 AM, ill...@gmail.com ill...@gmail.com
  wrote:
  
  (please include the list in your email)


 This is Andy replying for my father.  Sorry about that.


 
  To rebuild your locate database, just run
  /etc/periodic/weekly/310.locate
 
  It makes finding files much easier.


 After rebuilding the locate database I get the following:

 [r...@pcbsd /usr/ports/www/apache22]# locate libthr
 /compat/linux/lib/libthread_db-1.0.so
 /compat/linux/lib/libthread_db.so.1
 /compat/linux/lib/obsolete/linuxthreads/libthread_db-1.0.so
 /compat/linux/lib/obsolete/linuxthreads/libthread_db.so.1
 /usr/Programs/Wine0.9.61/autolibs/libthr.so.2
 /usr/Programs/e-Sword0.9.56/autolibs/libthr.so.2
 /usr/lib/libthr.a
 /usr/lib/libthr.so
 /usr/lib/libthr.so.2
 /usr/lib/libthr_p.a
 /usr/lib/libthread_db.a
 /usr/lib/libthread_db.so
 /usr/lib/libthread_db.so.2
 /usr/lib/libthread_db_p.a
 /usr/local/lib/compat/libthr.so.1
 /usr/local/lib/compat/libthread_db.so.1
 /usr/ports/devel/pwlib/files/patch-src_ptlib_unix_tlibthrd.cxx
 /usr/share/man/cat3/libthr.3.gz
 /usr/share/man/man3/libthr.3.gz

 However, after running

 ldconfig -r | grep libthr

 I get:

 [r...@pcbsd /usr/ports/www/apache22]# ldconfig -r | grep libthr
623:-lthr.1 = /usr/local/lib/compat/libthr.so.1
624:-lthread_db.1 = /usr/local/lib/compat/libthread_db.so.1

 With so many hits on libthr from locate, why is ldconfig only finding these
 two instances in /usr/local/lib/compat?  Aren't these for linux
 compatibility?


http://www.freebsd.org/cgi/man.cgi?query=ldconfigapropos=0sektion=0manpath=FreeBSD+7.1-RELEASEformat=html
ldconfig(8)

2nd paragraph under Description


You may need to rescan and re-update the hints file.  See same manpage for
info.









  If that fails, I'm afraid you'll have to
  upgrade to 7.x
 

 I hope it doesn't come to that.

 Andy (for Bob)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: where do I find libthr

2009-05-01 Thread ill...@gmail.com
2009/5/1 Bob Falanga rfalang@gmail.com:
 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?

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: where do I find libthr

2009-05-01 Thread ill...@gmail.com
2009/5/1 Bob Falanga rfalang@gmail.com:
 On Fri, May 1, 2009 at 6:30 AM, ill...@gmail.com ill...@gmail.com wrote:

 2009/5/1 Bob Falanga rfalang@gmail.com:
  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

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: where do I find libthr

2009-05-01 Thread Bob Falanga
On Fri, May 1, 2009 at 6:36 PM, ill...@gmail.com ill...@gmail.com wrote:

 2009/5/1 Bob Falanga rfalang@gmail.com:
  On Fri, May 1, 2009 at 6:30 AM, ill...@gmail.com ill...@gmail.com
 wrote:
 
 (please include the list in your email)


This is Andy replying for my father.  Sorry about that.



 To rebuild your locate database, just run
 /etc/periodic/weekly/310.locate

 It makes finding files much easier.


After rebuilding the locate database I get the following:

[r...@pcbsd /usr/ports/www/apache22]# locate libthr
/compat/linux/lib/libthread_db-1.0.so
/compat/linux/lib/libthread_db.so.1
/compat/linux/lib/obsolete/linuxthreads/libthread_db-1.0.so
/compat/linux/lib/obsolete/linuxthreads/libthread_db.so.1
/usr/Programs/Wine0.9.61/autolibs/libthr.so.2
/usr/Programs/e-Sword0.9.56/autolibs/libthr.so.2
/usr/lib/libthr.a
/usr/lib/libthr.so
/usr/lib/libthr.so.2
/usr/lib/libthr_p.a
/usr/lib/libthread_db.a
/usr/lib/libthread_db.so
/usr/lib/libthread_db.so.2
/usr/lib/libthread_db_p.a
/usr/local/lib/compat/libthr.so.1
/usr/local/lib/compat/libthread_db.so.1
/usr/ports/devel/pwlib/files/patch-src_ptlib_unix_tlibthrd.cxx
/usr/share/man/cat3/libthr.3.gz
/usr/share/man/man3/libthr.3.gz

However, after running

ldconfig -r | grep libthr

I get:

[r...@pcbsd /usr/ports/www/apache22]# ldconfig -r | grep libthr
623:-lthr.1 = /usr/local/lib/compat/libthr.so.1
624:-lthread_db.1 = /usr/local/lib/compat/libthread_db.so.1

With so many hits on libthr from locate, why is ldconfig only finding these
two instances in /usr/local/lib/compat?  Aren't these for linux
compatibility?




 If that fails, I'm afraid you'll have to
 upgrade to 7.x


I hope it doesn't come to that.

Andy (for Bob)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


where do I find libthr

2009-04-30 Thread Bob Falanga
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)

Can anyone help me?

Bob Falanga
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org