[GRASSLIST:1936] v.net.pass (in GRASS5.7)

Dear GRASS Users:

I want to make shortest path vector data from some vector data.
Becouse I want to use v.net.path command,
I installed GRASS5.7 from pre-compiled binary. (from http://wgrass.media.osaka-cu.ac.jp/grassh/grass51/binary/linux/ )

But
I executed
$ v.net.path
but
GRASS said error messege as follows.

v.net.path: error while loading shared libraries: libgrass_gis.so: cannot open s
hared object file: No such file or directory

I saw /usr/local/grass57/lib.
There is libgrass_gis.so.

My question is
1. What error messege does mean?
2. What way is there to work v.net.path command?
3. What concern does have with DGLib?

Please give me your suggestion.
Thank you in advance.
Sincerely yours.

----
Hayashi Shin-ichiro
mail:forest@bres.tsukuba.ac.jp URL:http://ryuiki.agbi.tsukuba.ac.jp/~forest
Watershed Management Lab., University of TSUKUBA

On Tuesday 02 December 2003 14:39, Hayashi Shin-ichiro wrote:

Dear GRASS Users:

I want to make shortest path vector data from some vector data.
Becouse I want to use v.net.path command,
I installed GRASS5.7 from pre-compiled binary. (from
http://wgrass.media.osaka-cu.ac.jp/grassh/grass51/binary/linux/ )

But
I executed
$ v.net.path
but
GRASS said error messege as follows.

v.net.path: error while loading shared libraries: libgrass_gis.so: cannot
open s hared object file: No such file or directory

I saw /usr/local/grass57/lib.
There is libgrass_gis.so.

My question is
1. What error messege does mean?
2. What way is there to work v.net.path command?
3. What concern does have with DGLib?

Please give me your suggestion.
Thank you in advance.
Sincerely yours.

Is it LD_LIBRARY_PATH set to /usr/local/grass57/lib? Try echo $LD_LIBRARY_PATH.
Other modules work?

Radim