[GRASS5] v.digit and libproj error

Hello In grass53, I execute the commando v.digit and shows the following error:

v.digit:error while loading shared libraries: libproj.so.O: cannot open shared object file: No such file or directory

in a mail of mailing list says this:

Probably the link
cd /usr/lib
ln -s libproj.so libproj.so.0

I already did it and I do not obtain any better result than I must do?

Alejandro Ruiz Romero.
Estudiante de Ingenieria Agrícola
Departamento de Ingenieria Civil y Agrícola
Universidad Nacional de Colombia - Sede Bogotá.

On Wed, 20 Oct 2004 aruizro@unal.edu.co wrote:

Hello In grass53, I execute the commando v.digit and shows the following error:

v.digit:error while loading shared libraries: libproj.so.O: cannot open shared object file: No such file or directory

in a mail of mailing list says this:

Probably the link
cd /usr/lib
ln -s libproj.so libproj.so.0

No probably your proj library is not installed properly. Make sure it is in a directory referenced in the LD_LIBRARY_PATH environment variable or add the directory to /etc/ld.so.conf and run ldconfig