Re: libz.so.1 conflict/compatibility issue

2008-10-22 Thread Bob McGowan
On Wed, 2008-10-22 at 20:14 +0200, Florian Kulzer wrote: > On Tue, Oct 21, 2008 at 11:31:27 -0700, Ken Teague wrote: > > Florian Kulzer wrote: > > > [ snip: the config file sets and exports LD_LIBRARY_PATH and other > > > environmental variables. ] > > > <> > > Awesome! However, acuSim has a su

Re: libz.so.1 conflict/compatibility issue

2008-10-22 Thread Ken Teague
Florian Kulzer wrote: > You could put this into ~/.bashrc (or ~/.bash_aliases): > > alias acusession='source > /usr/local/bin/acusim/LINUX64/V1.7e/script/.acusim-sh' > > Then you can use "acusession" as a convenient abbreviation to source the > configuration script and prepare the present bash s

Re: libz.so.1 conflict/compatibility issue

2008-10-22 Thread Florian Kulzer
On Tue, Oct 21, 2008 at 11:31:27 -0700, Ken Teague wrote: > Florian Kulzer wrote: > > [ snip: the config file sets and exports LD_LIBRARY_PATH and other > > environmental variables. ] > > > > Have you put the command to source this config file into .bashrc or > > another startup file? > > Yes,

Re: libz.so.1 conflict/compatibility issue

2008-10-21 Thread Ken Teague
Florian Kulzer wrote: > [ snip: the config file sets and exports LD_LIBRARY_PATH and other > environmental variables. ] > > Have you put the command to source this config file into .bashrc or > another startup file? Yes, I had it in .bashrc and, after removing it, magic began happening and thi

Re: libz.so.1 conflict/compatibility issue

2008-10-21 Thread Florian Kulzer
On Mon, Oct 20, 2008 at 16:24:41 -0700, Ken Teague wrote: > Florian Kulzer wrote: > >> >> libz.so.1, of course, is a symlink to the actual library. For my > >> >> Debian Lenny box, it points to libz.so.1.2.3.3 and for acusim, it > >> >> points to libz.so.1.2.3. > > > > > > This does not explain wh

Re: libz.so.1 conflict/compatibility issue

2008-10-20 Thread Ken Teague
Florian Kulzer wrote: >> >> libz.so.1, of course, is a symlink to the actual library. For my >> >> Debian Lenny box, it points to libz.so.1.2.3.3 and for acusim, it >> >> points to libz.so.1.2.3. > > > > This does not explain what you are doing at the moment. Do you have a > > symlink that you cha

Re: libz.so.1 conflict/compatibility issue

2008-10-19 Thread Florian Kulzer
On Sat, Oct 18, 2008 at 17:50:36 -0700, Ken Teague wrote: > Florian Kulzer wrote: >> That does not tell you which library is used in the end. I would run >> >> ldd /usr/X11R6/bin/epiphany-browser | grep libz >> > host:~# ldd /usr/X11R6/bin/epiphany-browser |grep libz > libz.so.1 => /usr/loca

Re: libz.so.1 conflict/compatibility issue

2008-10-18 Thread Ken Teague
Thanks, Florian, for your help. Florian Kulzer wrote: That does not tell you which library is used in the end. I would run ldd /usr/X11R6/bin/epiphany-browser | grep libz host:~# ldd /usr/X11R6/bin/epiphany-browser |grep libz libz.so.1 => /usr/local/bin/acusim/LINUX64/V1.7e/base/lib/lib

Re: libz.so.1 conflict/compatibility issue

2008-10-18 Thread Florian Kulzer
On Thu, Oct 16, 2008 at 15:52:40 -0700, Ken Teague wrote: > Debian Lenny > > I have a commercial application called acuSim under > /usr/local/bin/acusim. It also installed libz.so.1.2.3 under > /usr/local/bin/acusim/LINUX64/V1.7e/base/lib. This library is causing > major problems on my box. For