MapTools.org

[maplab-users] WMS CLIENT CONNECTION support not available

Daniel Morissette morissette@dmsolutions.ca
Thu, 27 Mar 2003 20:28:01 -0500
Matt Doggett wrote:
> 
> I know that I configured mapserver using --with-wmsclient however when I
> examine the results of phpinfo() my mapserver is
> 
> MapScript Version ($Revision: 1.104.2.5 $ $Date: 2002/10/28 21:47:53 $)
> MapServer version 3.6.4 OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP SUPPORTS=PROJ
> SUPPORTS=TTF SUPPORTS=WMS_SERVER INPUT=TIFF INPUT=EPPL7 INPUT=JPEG
> INPUT=GDAL INPUT=SHAPEFILE
> 
> Notice the LACK of SUPPORTS=WMS_CLIENT.  This must be my problem, but
> like I said, I compiled mapserver --with-wmsclient
> 

2 possibilities:

1- You may have an old /usr/local/lib/libmap.a on your system and
mapscript linked against it by accident.  If you do have one then delete
it and recompile mapserver.  Make sure you do never 'make install' in
the mapserver directory in the future.

2- It could be that libwww is not installed on your system or could not
be found by configure.  The w3c-libwww version 5.4 is required for 
--with-wmsclient to work.  I would have expected configure to abort if
it doesn't find it but perhaps it just produces a warning.  Rerun
configure and check the configure output to verify that it does find
libwww.  If it doesn't then that's the problem you need to work on.

Daniel
-- 
------------------------------------------------------------
 Daniel Morissette               morissette@dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------


This archive was generated by Pipermail.