So for good measure, I build a fresh RHEL3 system with the exact requisite packages as found at http://cvs.openpkg.org/getfile?f=openpkg-re/osprereq.txt. Then I proceeded to rebuild all of the packages, excluding a few that we don't want, but it still fails at the same exact point. Any ideas? I can go into more detail if you need.
On Tue, 2004-07-27 at 09:08, David M. Fetter wrote: > Unfortunately, this didn't work. It does seem that /usr/local/lib is > not in my library path or ldpath. I added to /etc/ld.so.conf but that > didn't work still. I added it to the LD_LIBRARY_PATH, again no workie. > Even the LDPATH didn't make it work. Also, I seem to be getting an > error when I try to eval for the pathing instead of having it actually > set my paths, like this: > > /usr/local/etc/rc --eval all env > . /tmp/rc-20040727110815-19013/rc.tmp; rm -rf > /tmp/rc-20040727110815-19013 2>/dev/null || true > > > On Tue, 2004-07-27 at 04:34, Rangarajan, Mukund (Cognizant) wrote: > > David, > > > > I have faced this issue before. This happens because your configure > > script > > cannot find the libcharset library in the path. Try the following: > > > > export LDFLAGS="-L<dir> -lcharset" > > > > where <dir> is the directory path of the libcharset.a or libcharset.so > > file. > > > > Hope this helps. > > > > Mukund > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] on behalf of David M. Fetter > > Sent: Tue 7/27/2004 3:59 AM > > To: [EMAIL PROTECTED] > > Cc: > > Subject: problem rebuilding gettext on rhel3 > > I'm getting an error when trying to rebuild gettext on a RHEL3 x86 > > system. It is as follows: > > > > + ./configure --prefix=/usr/local --with-libiconv-prefix=/usr/local > > --with-included-gettext --disable-csharp --disable-shared > > + /usr/local/bin/make --no-print-directory > > ../intl/.libs/libintl.a(loadmsgcat.o)(.text+0x119): In function > > locale_charset' > > collect2: ld returned 1 exit status > > make[3]: *** [gettext] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all] Error 2 > > make: *** [all-recursive] Error 1 > > > > Complete logging of the rebuild is in the attached tarball. Does > > anybody know how to resolve this issue? > > > > -- > > David M. Fetter - UNIX Systems Administrator > > Portland State University - www.oit.pdx.edu > > "Only those who attempt the absurd can achieve the impossible." > > > > > > > > > > This e-mail and any files transmitted with it are for the sole use of > > the intended recipient(s) and may contain confidential and privileged > > information. > > If you are not the intended recipient, please contact the sender by > > reply e-mail and destroy all copies of the original message. > > Any unauthorised review, use, disclosure, dissemination, forwarding, > > printing or copying of this email or any action taken in reliance on > > this e-mail is strictly > > prohibited and may be unlawful. > > > > Visit us at http://www.cognizant.com -- David M. Fetter - UNIX Systems Administrator Portland State University - www.oit.pdx.edu "Only those who attempt the absurd can achieve the impossible."
signature.asc
Description: This is a digitally signed message part
