From owner-freebsd-ports Sun Mar 16 20:45:10 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29F637B401; Sun, 16 Mar 2003 20:45:07 -0800 (PST) Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id B007D43FB1; Sun, 16 Mar 2003 20:45:06 -0800 (PST) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-r01.mx.aol.com (mail_out_v34.21.) id n.5c.79ab99c (22682); Sun, 16 Mar 2003 23:45:03 -0500 (EST) Received: from netscape.net (pool-151-198-129-5.mad.east.verizon.net [151.198.129.5]) by air-in04.mx.aol.com (v92.17) with ESMTP id MAILININ43-589a3e7552cee0; Sun, 16 Mar 2003 23:45:02 -0500 Message-ID: <3E7552C7.9060301@netscape.net> Date: Sun, 16 Mar 2003 23:44:55 -0500 From: Edinho User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: DougB@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: Re: Undefined symbol "stpcpy" References: <3E7438AD.1040601@netscape.net> <20030316151638.G73850@znfgre.tberna.bet> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >On Sun, 16 Mar 2003, Edinho wrote: > > > >>Hello, >> >>Running FreeBSD 5.0 and installed the yahoo messenger but it doesn't >>work. Here's what I get when I try running it: >> >>/usr/libexec/ld-elf.so.1: /usr/local/lib/libintl.so.4: Undefined symbol >>"stpcpy" >> >>I thought it had to do with gettext and rebuild this port again but >>still have the same problem. >>Does anyone know what this problem might be? >> >> > >What does 'ls -l /usr/local/lib/*intl*' say? Also, I think your instinct >is correct. What version of gettext do you have installed? > > > I get this by running ls -l: -rw-r--r-- 1 root wheel 46446 Mar 16 03:29 /usr/local/lib/libintl.a lrwxr-xr-x 1 root wheel 12 Mar 16 03:29 /usr/local/lib/libintl.so -> libintl.so.4 -r--r--r-- 1 root wheel 37825 Mar 16 03:29 /usr/local/lib/libintl.so.4 I have gettext-0.11.5_1 installed which is the latest from the ports, I cvsuped yesterday and ran pkg_version index /usr/ports/INDEX which told me that gettext was up to date. There used to be another version of gettext in the ports (I think it was called gettext-old) but I don't see it any more. I remember building gettext with the option WITH_FULL_GETTEXT and this option doesn't work any more so I think the makefile has been changed and the old version is gone. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message