Hi all,
i have prepared binaries from the pre5 code for linux.
The package is stored at:
http://grass.itc.it/grass5/binary/linux/ and should arrive at the
mirrors tomorrow.
The code was compiled on Red Hat 7.2 Linux (Enigma, glibc-2.2.4, gcc
2.96) and should run on all glibc-2 i686 linux systems.
libgdal.1.1.so, nviz and the postgresql modules are included.
Please contact me or the grass5 list if you experience any problems.
Andreas
--
Andreas Lange, 65187 Wiesbaden, Germany, Tel. +49 611 807850
Andreas Lange wrote:
i have prepared binaries from the pre5 code for linux.
The package is stored at:
http://grass.itc.it/grass5/binary/linux/ and should arrive at the
mirrors tomorrow.
The code was compiled on Red Hat 7.2 Linux (Enigma, glibc-2.2.4, gcc
2.96) and should run on all glibc-2 i686 linux systems.
I suspect that may be "all glibc-2.2 i686 linux systems". Binaries
linked against glibc-2.2 don't necessarily work with glibc-2.1 (e.g.
RedHat 6.x).
There will also be version differences for many of the optional
libraries (PNG, TIFF, etc). It might be useful to have a list of all
of the shared library dependencies, e.g.
find $GISBASE -type f -perm +111 -exec ldd {} \; | sed 's/ => .*$//' | sort | uniq
Basically, if it was built on RedHat 7.2, the only platform where you
can expect everything to work is RedHat 7.2. And then only if the
build platform was "clean"; I don't build GRASS binary distributions
because my system has too many upgraded libraries.
--
Glynn Clements <glynn.clements@virgin.net>