Fri, Jun 15 2001
00:12:27
|
|
Request created by guest
|
|
Subject: zlib not found
Platform: Linux/Intel
Linux distro: RedHat
linux cpu: Intel (i486, i586, pentium ...)
Xwindows version: Xfree 4.0.x
Xwindows manager: KDE 1.x
TclTk version: I don't know
grass downloaded at: Hannover site
grass binary for platform: Linux/Intel binaries
grass sources source: yes, I am using the latest GRASS from CVS
I am a first time grass user and I have experienced some problems installing
it. When I run the ./configure command, the following message appears:
could not find zlib (or something like that)
However, the zlib is correctly installed in the /usr/lib dir
Thank you for any help...
Rafael |
|
Fri, Jun 15 2001
16:45:42
|
|
Mail sent by lagace@echo.grr.ulaval.ca
|
|
Return-Path |
<lagace@echo.grr.ulaval.ca>
|
Delivered-To |
grass-bugs@mailman.intevation.de
|
Sender |
rlagace@echo.grr.ulaval.ca
|
Message-ID |
<3B2A29F6.49F3F263@grr.ulaval.ca>
|
Date |
Fri, 15 Jun 2001 11:29:58 -0400
|
From |
Robert =?iso-8859-1?Q?Lagac=E9?= <lagace@echo.grr.ulaval.ca>
|
Organization |
=?iso-8859-1?Q?Universit=E9?= Laval - =?iso-8859-1?Q?Qu=E9bec?=
|
X-Mailer |
Mozilla 4.7 [en] (X11; U; HP-UX B.10.20 9000/715)
|
X-Accept-Language |
French, fr, en
|
MIME-Version |
1.0
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Subject |
Re: [GRASS5] [bug #754] (grass) zlib not found
|
References |
<20010614221228.29CAF139FF@mailman.intevation.de>
|
Content-Type |
text/plain; charset=iso-8859-1
|
Content-Transfer-Encoding |
8bit |
Request Tracker wrote:
>
> this bug's URL: http://intevation.de/rt/webrt?serial_num=754
> -------------------------------------------------------------------------
>
> Subject: zlib not found
>
> Platform: Linux/Intel
> Linux distro: RedHat
> linux cpu: Intel (i486, i586, pentium ...)
> Xwindows version: Xfree 4.0.x
> Xwindows manager: KDE 1.x
> TclTk version: I don't know
> grass downloaded at: Hannover site
> grass binary for platform: Linux/Intel binaries
> grass sources source: yes, I am using the latest GRASS from CVS
>
> I am a first time grass user and I have experienced some problems installing
it. When I run the ./configure command, the following message appears:
>
> could not find zlib (or something like that)
>
Where are your zlib include files?
In my case, where the zlib are not in the normal place, I put the following
in configure.
--with-zlib-includes=/opt/zlib/include \
--with-zlib-libs=/opt/zlib/lib \
Grass is looking for zlib.h
Give me the exact message.
> However, the zlib is correctly installed in the /usr/lib dir
>
> Thank you for any help...
>
> Rafael
>
> -------------------------------------------- Managed by Request Tracker
> _______________________________________________
> grass5 mailing list
> grass5@geog.uni-hannover.de
> http://www.geog.uni-hannover.de/mailman/listinfo/grass5
--
Robert Lagacé, professeur
Pavillon Comtois
Université Laval
Ste-Foy, Québec, G1K 7P4
tel : (418)-656-2131#2276
Fax : (418)-656-3723
E-mail : lagace@grr.ulaval.ca
|
|
Fri, Jun 15 2001
17:53:26
|
|
Mail sent by neteler@geog.uni-hannover.de
|
|
Return-Path |
<neteler@geog.uni-hannover.de>
|
Delivered-To |
grass-bugs@mailman.intevation.de
|
Date |
Fri, 15 Jun 2001 17:24:29 +0100
|
From |
Markus Neteler <neteler@geog.uni-hannover.de>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@geog.uni-hannover.de
|
Subject |
Re: [GRASS5] [bug #754] (grass) zlib not found
|
Message-ID |
<20010615172429.B27117@hgeo02.geog.uni-hannover.de>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@geog.uni-hannover.de
|
References |
<20010614221228.29CAF139FF@mailman.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
User-Agent |
Mutt/1.2.5i
|
In-Reply-To |
<20010614221228.29CAF139FF@mailman.intevation.de>; from grass-bugs@intevation.de on Fri, Jun 15, 2001 at 12:12:28AM +0200 |
Hi Rafael,
On Fri, Jun 15, 2001 at 12:12:28AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=754
> -------------------------------------------------------------------------
>
> Subject: zlib not found
>
> Platform: Linux/Intel
> Linux distro: RedHat
> linux cpu: Intel (i486, i586, pentium ...)
> Xwindows version: Xfree 4.0.x
> Xwindows manager: KDE 1.x
> TclTk version: I don't know
> grass downloaded at: Hannover site
> grass binary for platform: Linux/Intel binaries
> grass sources source: yes, I am using the latest GRASS from CVS
>
> I am a first time grass user and I have experienced some problems installing
it. When I run the ./configure command, the following message appears:
>
> could not find zlib (or something like that)
>
> However, the zlib is correctly installed in the /usr/lib dir
please try to use the configure path parameters:
configure --help |grep zlib
--with-zlib-includes=DIR
Specify includes directory for zlib
--with-zlib-libs=DIR
Specify library directory for zlib
both libz and zlib.h must be present.
Regards
Markus Neteler
|
|
Fri, Jun 22 2001
13:46:50
|
|
Status changed to resolved by mneteler
|
|