Hi all user Grass,
Thanks to Glynn Clements for helping me.
i still have a problem when installing "grass57-5.7.0-2mdk.i586.rpm"
i have already install :
fftw-2.1.5-4.1.fc2.fr.i386.rpm
gdal-1.1.9-3mdk.i586.rpm
gdal-python-1.1.9-3mdk.i586.rpm
libgdal0-1.1.9-3mdk.i586.rpm
libgrass5_0-1.0.0-1mdk.i586.rpm
proj-4.4.8-1.i386.rpm
All dependencies are already installed but why did i still find this error ?
# rpm -ihv grass57-5.7.0-2mdk.i586.rpm
error: Failed dependencies:
libgdal.so.1 is needed by grass57-5.7.0-2mdk
# whereis libgdal.so.1
libgdal.so: /usr/local/lib/libgdal.so.1 /usr/local/lib/libgdal.so
#
does anyone know ???
any suggestion ?? 
sei kian
seikian@enciety.com wrote:
Thanks to Glynn Clements for helping me.
i still have a problem when installing "grass57-5.7.0-2mdk.i586.rpm"
i have already install :
fftw-2.1.5-4.1.fc2.fr.i386.rpm
gdal-1.1.9-3mdk.i586.rpm
gdal-python-1.1.9-3mdk.i586.rpm
libgdal0-1.1.9-3mdk.i586.rpm
libgrass5_0-1.0.0-1mdk.i586.rpm
proj-4.4.8-1.i386.rpm
All dependencies are already installed but why did i still find this error ?
# rpm -ihv grass57-5.7.0-2mdk.i586.rpm
error: Failed dependencies:
libgdal.so.1 is needed by grass57-5.7.0-2mdk
I would have expected libgdal0-1.1.9-3mdk.i586.rpm to have provided
that. What does "rpm -q --provides libgdal0" say?
Where did you get the grass57 RPM? Was there any documentation
regarding which RPMs it requires?
# whereis libgdal.so.1
libgdal.so: /usr/local/lib/libgdal.so.1 /usr/local/lib/libgdal.so
#
That doesn't matter. As I mentioned before, anything which wasn't
installed by RPM doesn't exist as far as RPM is concerned.
--
Glynn Clements <glynn.clements@virgin.net>
Hi All,
Hi,Glynn
#rpm -q --provides libgdal0
it says "
libgdal = 1.1.9
libgdal0 = 1.1.9
libgdal.1.1.so
libgdal0 = 1.1.9-3mdk
"
I got the grass57 RPM :
http://ftp.gwdg.de/pub/linux/mandrake/devel/cooker/contrib/i586/grass57-5.7.0-2mdk.i586.rpm
any suggestion ?? 
or could you tell me where can i get the complete stuff for installing
grass57 (linux mandrake)
include direction to install it.
thanks
sei kian
seikian@enciety.com wrote:
#rpm -q --provides libgdal0
it says "
libgdal = 1.1.9
libgdal0 = 1.1.9
libgdal.1.1.so
libgdal0 = 1.1.9-3mdk
"
I got the grass57 RPM :
http://ftp.gwdg.de/pub/linux/mandrake/devel/cooker/contrib/i586/grass57-5.7.0-2mdk.i586.rpm
I don't see a "libgdal0" package in that directory, although I do see:
libgdal1-1.2.1-1mdk.i586.rpm
libgdal1-devel-1.2.1-1mdk.i586.rpm
or could you tell me where can i get the complete stuff for installing
grass57 (linux mandrake)
include direction to install it.
The only person who can provide definitive information regarding the
RPM file which you have is the person who created it. I have no idea
who that is; maybe "rpm -qi" will tell you.
--
Glynn Clements <glynn.clements@virgin.net>
or could you tell me where can i get the complete stuff for installing
grass57 (linux mandrake)
include direction to install it.
all the rpms required should be available at the contrib directory on one
their ftp mirrors, eg. in case of Mdk 10:
ftp://ftp.univie.ac.at/systems/linux/Mandrake/10.0/contrib/i586/
Maciek