[GRASSLIST:1726] Some question

Hi to all,

1. I would like to know how can I get the three databases, Informix,
Ingres and Postgres software?

2. Is there any interface between grass and oracle database software?

3. I would like to use grass software with ground water modeling by
Finite Element method . Therefor I need a mesh generation software. Is
there a possibility for mesh generation in the grass software?

4. Exactly what is the Solution Transport?

Regards

Javad

Hi all,

I'm trying to solve this problem.
I've installed the binaries
(grass4.3_linuxbin_3_2000.tar.gz: is this the current
stable?) on a Linux Mandrake 7.2. The installation was
smooth and grass works ok. But on running tcltkgrass&
I get the following message:
exec: wish8.0: not found.

Indeed in the system there is a file named wish8.3 in
the /usr/bin directory

Can you suggest a way to solve this trouble?

Thak you,

Mario

=====

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

On Wed, Apr 11, 2001 at 04:28:38AM -0700, Mario Palladino wrote:

Hi all,

I'm trying to solve this problem.
I've installed the binaries
(grass4.3_linuxbin_3_2000.tar.gz: is this the current
stable?) on a Linux Mandrake 7.2. The installation was
smooth and grass works ok. But on running tcltkgrass&
I get the following message:
exec: wish8.0: not found.

Indeed in the system there is a file named wish8.3 in
the /usr/bin directory

Can you suggest a way to solve this trouble?

Thak you,

hi Mario,

simply generate a link:

su
cd /usr/bin
ln -s wish8.3 wish8.0
exit

This should help.

Cheers

Markus