Opened 12 years ago

Closed 12 years ago

#4155 closed defect (fixed)

libtool build error when --enable-mapserver

Reported by: msmitherdc Owned by: tbonfort
Priority: normal Milestone:
Component: MapCache Version: svn-trunk (development)
Severity: normal Keywords: libtool make
Cc:

Description

Building mapcache on redhat 6 x86_64 against Oracle OHS (apache 2.2).

Compiles fine without --enable-mapserver. With --enable-mapserver i get

/bin/sh ../libtool --mode=link --tag CC gcc -rpath /home/gridusr/local/lib ./image_error.lo ./service_wmts.lo ./core.lo ./cache_sqlite.lo ./grid.lo ./configuration_xml.lo ./source.lo ./cache_tiff.lo ./imageio_mixed.lo ./dimension.lo ./http.lo ./ezxml.lo ./services.lo ./axisorder.lo ./source_mapserver.lo ./service_demo.lo ./strptime.lo ./configuration.lo ./service_kml.lo ./lock.lo ./buffer.lo ./service_wms.lo ./tileset.lo ./cache_disk.lo ./image.lo ./cache_memcache.lo ./service_ve.lo ./source_wms.lo ./source_gdal.lo ./imageio_png.lo ./imageio.lo ./imageio_jpeg.lo ./util.lo ./service_tms.lo -lcurl -lpng -ljpeg -L/u01/app/oracle/product/ofm/Oracle_WT1/lib -lapr-1 -L/u01/app/oracle/product/ofm/Oracle_WT1/lib -laprutil-1 -lsqlite3 -lpixman-1 -ltiff ../../libmapserver.la-o libmapcache.la libtool: link: you must specify an output file libtool: link: Try `libtool --help --mode=link' for more information. make[1]: * [libmapcache.la] Error 1 make[1]: Leaving directory `/home/gridusr/local/src/mapserver/mapcache/lib' make: * [all] Error 2

Change History (2)

comment:1 by msmitherdc, 12 years ago

better formatting

/bin/sh ../libtool --mode=link --tag CC gcc -rpath /home/gridusr/local/lib ./image_error.lo ./service_wmts.lo ./core.lo ./cache_sqlite.lo ./grid.lo ./configuration_xml.lo ./source.lo ./cache_tiff.lo ./imageio_mixed.lo ./dimension.lo ./http.lo ./ezxml.lo ./services.lo ./axisorder.lo ./source_mapserver.lo ./service_demo.lo ./strptime.lo ./configuration.lo ./service_kml.lo ./lock.lo ./buffer.lo ./service_wms.lo ./tileset.lo ./cache_disk.lo ./image.lo ./cache_memcache.lo ./service_ve.lo ./source_wms.lo ./source_gdal.lo ./imageio_png.lo ./imageio.lo ./imageio_jpeg.lo ./util.lo ./service_tms.lo -lcurl   -lpng -ljpeg -L/u01/app/oracle/product/ofm/Oracle_WT1/lib -lapr-1 -L/u01/app/oracle/product/ofm/Oracle_WT1/lib -laprutil-1  -lsqlite3 -lpixman-1   -ltiff  ../../libmapserver.la-o libmapcache.la
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make[1]: *** [libmapcache.la] Error 1
make[1]: Leaving directory `/home/gridusr/local/src/mapserver/mapcache/lib'
make: *** [all] Error 2

comment:2 by tbonfort, 12 years ago

Resolution: fixed
Status: newclosed

fixed in r13023

configure now takes --with-mapserver[=/usr/local] to enable mapserver support

Note: See TracTickets for help on using tickets.