GRASS GIS and install problem __bzero

Question:

When using precompiled GRASS binaries on Linux I get the error:

r.in.ppm: error in loading shared libraries
: undefined symbol: __bzero

r.in.tiff: error in loading shared libraries
: undefined symbol: __bzero

Answer:

If using precompiled GRASS Linux binaries you need you Linux being based on glibc2.x (libc.so.6). It seems that you Linux version is too old.

What you can do:

  • upgrade your Linux
  • Compile GRASS sources locally
  • Markus Neteler March 2000

    Go back to GRASS GIS FAQ...