I'm beginner in linux world and interested in GRASS.
i try to install grass57-5.7.0-2mdk.i586.rpm in my computer(mandrake10)
and i found :
error: Failed dependencies:
libfftw.so.2 is needed by grass57-5.7.0-2mdk
libgdal.so.1 is needed by grass57-5.7.0-2mdk
I have already install gdal and fftw by compiling their source
( gdal-1.2.1, fftw-3.0.1) and it was done.
but why it still error while i'm trying to install grass57,
i mean the same error that i founded.
I'm beginner in linux world and interested in GRASS.
i try to install grass57-5.7.0-2mdk.i586.rpm in my computer(mandrake10)
and i found :
error: Failed dependencies:
libfftw.so.2 is needed by grass57-5.7.0-2mdk
libgdal.so.1 is needed by grass57-5.7.0-2mdk
I have already install gdal and fftw by compiling their source
( gdal-1.2.1, fftw-3.0.1) and it was done.
but why it still error while i'm trying to install grass57,
i mean the same error that i founded.
RPM only knows about files which were installed from RPMs. Because you
didn't install GDAL and FFTW via RPM, RPM doesn't know that they are
installed, so it is telling you that you need to install them.
Searching on rpmfind.net shows GDAL and FFTW RPMs for Mandrake.
Alternatively, you can use "rpm --force ..." to install ignore the
dependency issues. However, note that GRASS won't work with FFTW
3.0.1; it requires FFTW 2.x.
On Thu, Aug 05, 2004 at 10:52:56AM +0700, seikian@enciety.com wrote:
Hi all,
I'm beginner in linux world and interested in GRASS.
i try to install grass57-5.7.0-2mdk.i586.rpm in my computer(mandrake10)
and i found :
error: Failed dependencies:
libfftw.so.2 is needed by grass57-5.7.0-2mdk
libgdal.so.1 is needed by grass57-5.7.0-2mdk
I have already install gdal and fftw by compiling their source
( gdal-1.2.1, fftw-3.0.1) and it was done.
The documentation recommends to download the related RPMs
(not to compile yourself):
On Thursday 05 August 2004 09:52, Markus Neteler wrote:
On Thu, Aug 05, 2004 at 10:52:56AM +0700, seikian@enciety.com wrote:
> Hi all,
>
> I'm beginner in linux world and interested in GRASS.
> i try to install grass57-5.7.0-2mdk.i586.rpm in my computer(mandrake10)
> and i found :
> error: Failed dependencies:
> libfftw.so.2 is needed by grass57-5.7.0-2mdk
> libgdal.so.1 is needed by grass57-5.7.0-2mdk
>
> I have already install gdal and fftw by compiling their source
> ( gdal-1.2.1, fftw-3.0.1) and it was done.
The documentation recommends to download the related RPMs
(not to compile yourself):
hello everybody, but what to do in matter if i have compiled it by my self
because minesota mapserver instalation ?
thanks
On Fri, Aug 06, 2004 at 10:19:49PM +0200, Ing.Peter Misovic wrote:
On Thursday 05 August 2004 09:52, Markus Neteler wrote:
> On Thu, Aug 05, 2004 at 10:52:56AM +0700, seikian@enciety.com wrote:
> > Hi all,
> >
> > I'm beginner in linux world and interested in GRASS.
> > i try to install grass57-5.7.0-2mdk.i586.rpm in my computer(mandrake10)
> > and i found :
> > error: Failed dependencies:
> > libfftw.so.2 is needed by grass57-5.7.0-2mdk
> > libgdal.so.1 is needed by grass57-5.7.0-2mdk
> >
> > I have already install gdal and fftw by compiling their source
> > ( gdal-1.2.1, fftw-3.0.1) and it was done.
>
> The documentation recommends to download the related RPMs
> (not to compile yourself):
>
hello everybody, but what to do in matter if i have compiled it by my self
because minesota mapserver instalation ?
thanks
No problem of course. It's a recommendation to users who want
to minimize installation issues. Expert users may partially
compile or completely compile the required packages.
On Saturday 07 August 2004 16:03, Markus Neteler wrote:
On Fri, Aug 06, 2004 at 10:19:49PM +0200, Ing.Peter Misovic wrote:
> On Thursday 05 August 2004 09:52, Markus Neteler wrote:
> > On Thu, Aug 05, 2004 at 10:52:56AM +0700, seikian@enciety.com wrote:
> > > Hi all,
> > >
> > > I'm beginner in linux world and interested in GRASS.
> > > i try to install grass57-5.7.0-2mdk.i586.rpm in my
> > > computer(mandrake10) and i found :
> > > error: Failed dependencies:
> > > libfftw.so.2 is needed by grass57-5.7.0-2mdk
> > > libgdal.so.1 is needed by grass57-5.7.0-2mdk
> > >
> > > I have already install gdal and fftw by compiling their source
> > > ( gdal-1.2.1, fftw-3.0.1) and it was done.
> >
> > The documentation recommends to download the related RPMs
> > (not to compile yourself):
>
> hello everybody, but what to do in matter if i have compiled it by my
> self because minesota mapserver instalation ?
> thanks
No problem of course. It's a recommendation to users who want
to minimize installation issues. Expert users may partially
compile or completely compile the required packages.
Hi,
could you tell me, what is the next step after i install grass5.7
I read the tutorial but i couldn't find the way using Grass with C.
my goal is using Grass to develop my project (using C language)
do you have any examples in C/C++ ?