[ale] Visibroker on Linux Issues
Joe Knapka
jknapka at charter.net
Mon Dec 13 18:09:32 EST 1999
You will have to inform ld.so that you wish to
use Visibroker's libc.so in preference to the
one in /usr/lib; read the man pages for ld.so.
I think you set an environment variable like
LD_SO_PRELOAD or something to tell it to
preferentially resolve symbols from a particular
library first. You should use a script like:
#!/bin/bash
export LD_SO_PRELOAD=<path to Visi lib>
visibroker &
DO read the man pages! I have not tried this
myself.
HTH,
-- Joe
Prasanna Subash wrote:
>
> Hi all,
> I just downloaded and installed visibroker from INPRISE. Has anyone
> managed to run it ? The executables in Visibroker use a different version of
> libc.so( This file is also part of the package ). Now I have two libc's on
> with visibroker another in /usr/lib/. When I use a Visibroker executable it
> says that the size of cout is different in libc.so which it evidently picks
> up fron /usr/lib/.
>
> How can I force it to use the correct dynamic library ?
>
> Has anyone go this to work before ?
>
> My system runs on SuSE 6.2 ( kernel 2.2.10 )
>
> Prasanna Subash
> Manhattan Associates, Inc
> Phone: 770 955 5533 x 1047
> psubash at manh.com <mailto:psubash at manh.com>
>
> --
> To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
-- Joe Knapka
* What happens when a mysterious force meets an inscrutable object?
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list