On 11-03-31 04:38 AM, Peter Hopfgartner wrote:

Looking at ./configure, around line 12710, the tests look like:

   test -f $XSLT_DIR/include/libxslt/xslt.h&&  XSLT_INCDIR="$XSLT_DIR/include"
   test -f $XSLT_DIR/lib/libxslt.so&&  XSLT_LIBDIR="$XSLT_DIR/lib"

Anyway, on a pure 64 bit machine, there won't be any lib/libxslt.so, but a 
lib64/libxslt.so. Indeed, changing this to lib64 it configures fine on my 
machine.


Thanks for the report. I have fixed this in SVN trunk r11448. The fix will be in the next beta.

Daniel

--
Daniel Morissette
http://www.mapgears.com/
Provider of Professional MapServer Support since 2000

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to