Mapserver compile error on Ubuntu

Pericles S. Nacionales naci0002 at UMN.EDU
Mon Jan 16 12:38:10 PST 2006


Frank Warmerdam wrote:

>On 1/16/06, Matthew Perry <perrygeo at gmail.com> 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



More information about the MapServer-users mailing list