Frank Warmerdam wrote:

On 1/16/06, Matthew Perry <[EMAIL PROTECTED]> wrote:
I have the ubuntu gdal package installed in /usr plus a compiled
version in /usr/local which I need to support some extra formats. As
far as I can tell, both versions of gdal are functioning 100%

Matt,

This is almost certainly the cause of your problem.  The error
is basically indicating that MapServer was compiled using include
files with one definition of the Set methods, but you linked against
a shared library with a different definition.  These methods had
a "const correctness" change that is normally invisible to
applications, but does change the ABI (the mangled internal
names of methods).

My suggestion is that you uninstall the package from
/usr, if you are installing your own custom build in /usr/local.

Oops, didn't catch that one.  What Frank said! ;)

-Perry

Reply via email to