Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
On Tue, 3 Jun 2003, Jeremy Messenger wrote: # ./test-libmap /usr/X11R6/bin/ggv libc_r.so.5 Lookup of libc_r.so.5 for /usr/X11R6/bin/ggv - libc_r.so.5 Looks like its working to me. #

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Jeremy Messenger
On Wed, 4 Jun 2003 08:54:07 -0400 (EDT), Matthew N. Dodd [EMAIL PROTECTED] wrote: On Tue, 3 Jun 2003, Jeremy Messenger wrote: # ./test-libmap /usr/X11R6/bin/ggv libc_r.so.5 Lookup of libc_r.so.5 for /usr/X11R6/bin/ggv - libc_r.so.5

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Jeremy Messenger
On Wed, 04 Jun 2003 13:05:26 -0500, Jeremy Messenger [EMAIL PROTECTED] wrote: On Wed, 4 Jun 2003 08:54:07 -0400 (EDT), Matthew N. Dodd [EMAIL PROTECTED] wrote: On Tue, 3 Jun 2003, Jeremy Messenger wrote: # ./test-libmap /usr/X11R6/bin/ggv libc_r.so.5 Lookup of

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
On Wed, 4 Jun 2003, Jeremy Messenger wrote: Nevermind, I think you are right it does work. Because, I did the test on mplayer by install it. It does link mplayer to libc_r correct, while not ggv. Looks like I will have to chase on ggv to find what ggv is depending on and get them link to

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Jeremy Messenger
On Wed, 4 Jun 2003 16:55:35 -0400 (EDT), Matthew N. Dodd [EMAIL PROTECTED] wrote: On Wed, 4 Jun 2003, Jeremy Messenger wrote: Nevermind, I think you are right it does work. Because, I did the test on mplayer by install it. It does link mplayer to libc_r correct, while not ggv. Looks like I will

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
On Wed, 4 Jun 2003, Jeremy Messenger wrote: Sweet, thanks! This is what I need, which it made easier to locate the library that use libc_r.. I have found two that need to be link to libc_r instead libthr so far.. /usr/X11R6/lib/libgnomeui-2.so.300 /usr/local/lib/libgthread-2.0.so.200 -- This

libmap.conf has the bug or not work correct?

2003-06-04 Thread Jeremy Messenger
I am trying to get ggv link against libc_r instead libthr, but it doesn't work as expect.. Maybe, I must have done something wrong? # cat /etc/libmap.conf libc_r.so.5 libthr.so.1 libc_r.so libthr.so [/usr/X11R6/bin/ggv] libc_r.so.5

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread David P. Reese Jr.
On Tue, Jun 03, 2003 at 03:50:00PM -0500, Jeremy Messenger wrote: I am trying to get ggv link against libc_r instead libthr, but it doesn't work as expect.. Maybe, I must have done something wrong? Make sure that you have rev 1.6 of src/libexec/rtld-elf/libmap.c. It fixes a bug in the

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Jeremy Messenger
On Tue, 3 Jun 2003 18:01:52 -0700, David P. Reese Jr. [EMAIL PROTECTED] wrote: On Tue, Jun 03, 2003 at 03:50:00PM -0500, Jeremy Messenger wrote: I am trying to get ggv link against libc_r instead libthr, but it doesn't work as expect.. Maybe, I must have done something wrong? Make sure that you

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Jeremy Messenger
On Tue, 03 Jun 2003 21:04:11 -0500, Jeremy Messenger [EMAIL PROTECTED] wrote: On Tue, 3 Jun 2003 18:01:52 -0700, David P. Reese Jr. [EMAIL PROTECTED] wrote: On Tue, Jun 03, 2003 at 03:50:00PM -0500, Jeremy Messenger wrote: I am trying to get ggv link against libc_r instead libthr, but it

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Matthew N. Dodd
On Tue, 3 Jun 2003, Jeremy Messenger wrote: It seems like the [/path/to/exec] and [exec] don't work? ftp://ftp.jurai.net/users/winter/libmap-test.tar Untar that in src/libexec/rtld-elf/ cd test/ make ./test-libmap /path/to/exec library-name -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Jeremy Messenger
On Tue, 3 Jun 2003 22:51:59 -0400 (EDT), Matthew N. Dodd [EMAIL PROTECTED] wrote: On Tue, 3 Jun 2003, Jeremy Messenger wrote: It seems like the [/path/to/exec] and [exec] don't work? ftp://ftp.jurai.net/users/winter/libmap-test.tar Untar that in src/libexec/rtld-elf/ cd test/ make ./test-libmap