Re: libintl.so.6

2004-12-28 Thread Kris Kennaway
On Tue, Dec 28, 2004 at 02:44:26PM -0800, Bill Schoolcraft wrote: > At Tue, 28 Dec 2004 it looks like Kris Kennaway composed: > > > > > I'm guessing the application was originally installed on 4.x before > > you updated, then you rebuilt gettext after you updated, so libintl > > picked up the fa

Re: libintl.so.6 & stpcpy

2004-12-28 Thread Richard Cadwalader
Are you sure your ports are up to date? CVSUP if not. I'd cvsup anyway just to be sure. -Richard - Original Message - From: "David Coder" <[EMAIL PROTECTED]> To: "Dan Nelson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December

Re: libintl.so.6

2004-12-28 Thread Bill Schoolcraft
At Tue, 28 Dec 2004 it looks like Kris Kennaway composed: > I'm guessing the application was originally installed on 4.x before > you updated, then you rebuilt gettext after you updated, so libintl > picked up the fact that stpcpy exists in libc.so.5, but your > application is still linked to li

Re: libintl.so.6 & stpcpy

2004-12-28 Thread Kris Kennaway
On Tue, Dec 28, 2004 at 05:14:31PM -0500, David Coder wrote: > On Tue, 28 Dec 2004, Dan Nelson wrote: > > :Date: Tue, 28 Dec 2004 12:35:06 -0600 > :From: Dan Nelson <[EMAIL PROTECTED]> > :To: David Coder <[EMAIL PROTECTED]> > :Cc: [EMAIL PROTECTED] > :Subject: Re

Re: libintl.so.6 & stpcpy

2004-12-28 Thread David Coder
On Tue, 28 Dec 2004, Dan Nelson wrote: :Date: Tue, 28 Dec 2004 12:35:06 -0600 :From: Dan Nelson <[EMAIL PROTECTED]> :To: David Coder <[EMAIL PROTECTED]> :Cc: [EMAIL PROTECTED] :Subject: Re: libintl.so.6 & stpcpy : :In the last episode (Dec 28), David Coder said: :> lots of por

Re: libintl.so.6 & stpcpy

2004-12-28 Thread Dan Nelson
In the last episode (Dec 28), David Coder said: > lots of port installations are failing for me on one system running > 5.3 #0 because stpcpy in /usr/local/lib/libintl.so.6 is undefined. > where should it be finding the definition? stpcpy is in libc in the base system, not libintl. What error me