[mapserver-users] Compiling Mapserver 3.6 for Linux (SuSE8.0)
Doyon, Jean-Francois
Jean-Francois.Doyon@ccrs.nrcan.gc.ca
Wed, 26 Jun 2002 09:43:30 -0400
Peter,
Yup, you're missing a package ... "yacc" :)
Yacc and Bison are similar, and you can get bison to behave as Yacc does
with "bison -y" ...
However, from what I can tell SuSe should include the "yacc" package ... if
not you should be able to find it and install it.
Cheers,
J.F.
-----Original Message-----
From: Peter Haussl [mailto:pha@plan.at]
Sent: Wednesday, June 26, 2002 8:33 AM
To: mapserver-users@lists.gis.umn.edu
Subject: [mapserver-users] Compiling Mapserver 3.6 for Linux (SuSE8.0)
I try to compile mapserver for Linux (Distribution: SuSE 8.0) to run with
Proj 4.4.5
GD 1.8.3 (including GIF Support)
LibPNG 1.2.3
I've compiled all sub libaries and prepared make using
./configure --with-proj --with-gd=/tmp/gdlib/ --with-png=/tmp/gdlib/
while doing the make i've got the following errormessages
make: yacc: Command not found
make: *** [mapserver.c] Error 127
I hope anybody out there who can help me!
Peter