On Tue, 24 Feb 2004, Martin Cracauer wrote:

> 
> Jan Rychter wrote on Mon, Feb 23, 2004 at 12:37:55PM -0800: 
> > meanwhile maps from a plain boring tcsh process:
> > 
> > 00984000-00ab7000 r-xp 00000000 03:05 2015243    /lib/tls/libc-2.3.2.so
> > 00ab7000-00abb000 rw-p 00132000 03:05 2015243    /lib/tls/libc-2.3.2.so
> > 00abb000-00abd000 rw-p 00000000 00:00 0
> > 08047000-08091000 r-xp 00000000 03:05 835662     /bin/tcsh
> > 08091000-08095000 rw-p 0004a000 03:05 835662     /bin/tcsh
> > 08095000-080c5000 rw-p 00000000 00:00 0
> > 08f7b000-08fc5000 rw-p 00000000 00:00 0
> > 49599000-495ae000 r-xp 00000000 03:05 740724     /lib/ld-2.3.2.so
> > 495ae000-495af000 rw-p 00015000 03:05 740724     /lib/ld-2.3.2.so
> > 49722000-4972c000 r-xp 00000000 03:05 737358     /lib/libnss_files-2.3.2.so
> > 4972c000-4972d000 rw-p 0000a000 03:05 737358     /lib/libnss_files-2.3.2.so
> > 499bc000-499bf000 r-xp 00000000 03:05 737364     /lib/libtermcap.so.2.0.8
> > 499bf000-499c0000 rw-p 00002000 03:05 737364     /lib/libtermcap.so.2.0.8
> > 49c04000-49c09000 r-xp 00000000 03:05 740729     /lib/libcrypt-2.3.2.so
> > 49c09000-49c0a000 rw-p 00004000 03:05 740729     /lib/libcrypt-2.3.2.so
> > 49c0a000-49c31000 rw-p 00000000 00:00 0
> 
> These people are just insane.  The shared libs used to hang out at
> 0x4000xxx to 0x4200xxx.  Then Redhat 7 comes along and they take up
> space to 0x4400xxx.  Fine, I can move up.

I encountered just the same problems when I had to use the institute's 
Redhat installation to run lisp on and eventually ended up doing all the 
development on my Debian notebook, and the large calculation runs on the 
big iron, calling lisp with a small wrapper that sets LD_LIBRARY_PATH 
appropriately and uses libc, libm, ld-linux.so.2, the CMUCL core and 
/usr/bin/lisp from Debian. (Things get a bit more hairy when one wants to 
also use load-foreign, but with a bit of surgery, one can also resolve 
these issues...)

Not nice at all, of course, but a cheap way around nuisance introduced by 
misguided distributions.


-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)

Reply via email to