Hi,

I have been trying to draw a layer using information in MySql database .
When I test my layer with shp2img, I get this initial message :

  " the procedure entry point msSmallMalloc could not be located in the
dynamic library libmap.dll"

and then :

msDrawMap(): Image handling error. Failed to draw layer named 'geo'.
loadCustomLayerDLL: General error message. Failed to load dynamic Layer LIB:
C:/OSGeo4W/apache/bin/msplugin_mssql2008.dll msGetSymbol(): General error
message. Can't load requested dynamic library:
C:/OSGeo4W/specialplugins/msplugin_mssql2008.dll

This is how I'm defining the "geo" layer

LAYER
        NAME geo
        STATUS ON
        TYPE POINT
        CONNECTIONTYPE PLUGIN
        PLUGIN "C:/OSGeo4W/specialplugins/msplugin_mssql2008.dll"
        CONNECTION "MYSQL:xx,user=xx;password=xx,host=xx,port=xx"
        DATA "Location from Production" 
        CLASS
                STYLE
                        COLOR 232 232 232
                        OUTLINECOLOR 32 32 32
                END # end of style
        END # end of class
END # end of layer

Do you guys have any idea of what could be causing the error? Any help will
be appreciated 

Thanks,
Julia

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/mssql2008-plugin-not-working-failed-to-load-dynamic-library-tp4492672p4492672.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to