[GRASS-user] wish and other errors on start up

I compiled GRASS 6.1 CVS for pdaXrom (http://www.pdaxrom.org/) for a Zaurus PDA, and am getting the following error:


Hit RETURN to continue

Starting GRAS …

WARNING: The wish command does not work as expected!
Please check your GRASS_WISH environment variable.
Use -help option for details.
Switching to text based interface mode.

Hit RETURN to continue.

/usr/lib/grass/set_data: /lib/libc.so.6: version ‘GLIBC_2.3’ not found (required by /usr/lib/grass/lib/libgrass_gis.so)


Any ideas how I should go about this?

I’m trying to simplify the process of getting GRASS running on a Zaurus PDA. pdaXrom is a Linux/X-windows based environment for the Sharp Zaurus pdas.
(http://wiki.debian.org/?GrassGISonZaurus)

Before the compiling I istalled dependencies as stated in the source’s INSTALL text file.

Thanks!

Luis E. Menoyo
U.S. Geological Survey
677 Ala Moana Blvd., Suite 415
Honolulu, HI 96813
lemenoyo@usgs.gov
808-587-2428

Hit RETURN to continue

Starting GRAS ...

Did you start with "grass61 -text" ?

It's trying to start the GUI version.

WARNING: The wish command does not work as expected!
Please check your GRASS_WISH environment variable.
Use -help option for details.
Switching to text based interface mode.

Hit RETURN to continue.

Is Tcl/Tk installed? Does "wish" work from the command line?
(needed for the optional GUI menus, not for plain old x-monitors)

/usr/lib/grass/set_data: /lib/libc.so.6: version 'GLIBC_2.3' not found
(required by /usr/lib/grass/lib/libgrass_gis.so)

ouch.

Hamish

Is Tcl/Tk installed? Does "wish" work from the command line?
(needed for the optional GUI menus, not for plain old x-monitors)

The wish command is wish8.4 on my setup. Made a wish → wish8.4. That took care of that problem.

> /usr/lib/grass/set_data: /lib/libc.so.6: version 'GLIBC_2.3' not found
>> (required by /usr/lib/grass/lib/libgrass_gis.so)

>ouch.

This is were Grass61 is hanging right now. I do have /lib/libc.so.6 on the system. Any ideas how to go about solving this problem?

Any info will be greatly appreciated.

Thanks!

Luis E. Menoyo
U.S. Geological Survey
677 Ala Moana Blvd., Suite 415
Honolulu, HI 96813
lemenoyo@usgs.gov
808-587-2428

Hamish <hamish_nospam@yahoo.com>

05/11/06 07:16 PM

To

Luis E Menoyo <lemenoyo@usgs.gov>

cc

grassuser@grass.itc.it

Subject

Re: [GRASS-user] wish and other errors on start up

> Hit RETURN to continue
>
> Starting GRAS ...

Did you start with "grass61 -text" ?

It's trying to start the GUI version.

> WARNING: The wish command does not work as expected!
> Please check your GRASS_WISH environment variable.
> Use -help option for details.
> Switching to text based interface mode.
>
> Hit RETURN to continue.

Is Tcl/Tk installed? Does "wish" work from the command line?
(needed for the optional GUI menus, not for plain old x-monitors)

> /usr/lib/grass/set_data: /lib/libc.so.6: version 'GLIBC_2.3' not found
> (required by /usr/lib/grass/lib/libgrass_gis.so)

ouch.

Hamish

Hi All,

I want to surpress the output of some Grass commands when using a script, by redirecting it to /dev/null.
I use:

null=/dev/null
r.mapcalc ‘map=etcetc’ >> $null

Some of the output gets redirected, but some still appears on screen. How can I redirect the other output as well?

ADThanksVANCE,

-Jeroen.

Hi,
if you are using the bash try this:

r.mapcalc 'map=sin(row())' > /dev/null 2>&1

Soeren

Jeroen Wortel schrieb:

Hi All,

I want to surpress the output of some Grass commands when using a script, by redirecting it to /dev/null.
I use:

null=/dev/null
r.mapcalc 'map=etcetc' >> $null

Some of the output gets redirected, but some still appears on screen. How can I redirect the other output as well?

ADThanksVANCE,

-Jeroen.

------------------------------------------------------------------------

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser