On Tue, Mar 23, 2004 at 01:04:53PM +1030, Wayne Sierke wrote:
> On Tue, 2004-03-23 at 05:24, Dan Nelson wrote:
> > In the last episode (Mar 22), Matthew Emmerton said:
> > > libpthread does not exist anymore. Use libc_r instead.
> >
> > Actually, libpthread exists in -current, but not in 5.2. Li
On Tue, 2004-03-23 at 05:24, Dan Nelson wrote:
> In the last episode (Mar 22), Matthew Emmerton said:
> > libpthread does not exist anymore. Use libc_r instead.
>
> Actually, libpthread exists in -current, but not in 5.2. Linking with
> -lc_r should work, and in 5.2 it'll really give you libkse
In the last episode (Mar 22), Matthew Emmerton said:
> On Mon, 22 Mar 2004, Heinrich Rebehn wrote:
>
> > Hi list,
> >
> > this is all i get when searching for libpthread on my system:
> >
> > # find /usr -name 'libpthread*'
> > /usr/src/lib/libpthread
> > /usr/compat/linux/lib/libpthread-0.9.so
>
On Mon, 22 Mar 2004, Heinrich Rebehn wrote:
> Hi list,
>
> this is all i get when searching for libpthread on my system:
>
> # find /usr -name 'libpthread*'
> /usr/src/lib/libpthread
> /usr/compat/linux/lib/libpthread-0.9.so
> /usr/compat/linux/lib/libpthread.so.0
> # find /lib -name 'libpthread*'
Hi list,
this is all i get when searching for libpthread on my system:
# find /usr -name 'libpthread*'
/usr/src/lib/libpthread
/usr/compat/linux/lib/libpthread-0.9.so
/usr/compat/linux/lib/libpthread.so.0
# find /lib -name 'libpthread*'
#
How do i install libpthread? What am i missing?
Thanks fo