Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-09 Thread Jackie Ng
We're talking about libpq.dll (that is required by PostgreSQLProvider.dll) See: http://themapguyde.blogspot.com.au/2011/04/out-of-box-mapguidefdo-experience-or.html - Jackie -- View this message in context:

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-07 Thread snrt100
hi zspitzer /*um does PostgreSQLProvider.dll exist? do you have the correct PG client installed? */ the PostgreSQLProvider.dll exist and i use postgres 9.0 and postgis 1.5 -- View this message in context:

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-04 Thread greg_sk
Hm so PostGIS doasn't work on 2.4 RC1 ? I get : Message: The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. Unable to load the FDO Provider library '.\PostgreSQLProvider.dll': The specified module could not be found. (Cause: , Root Cause:

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-04 Thread Zac Spitzer
um does PostgreSQLProvider.dll exist? do you have the correct PG client installed? On Tue, Sep 4, 2012 at 5:33 PM, greg_sk gregor.s...@elektro-primorska.si wrote: Hm so PostGIS doasn't work on 2.4 RC1 ? I get : Message: The remote server returned an error: (559) MgFdoException.: An exception

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-08-29 Thread snrt100
i have the same probleme that mapas find. i can t create a feature source to connect with the provider postgres/postgis. window 7 32 bits mapguide os 2.4 32 bits waths wrong !! -- View this message in context:

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-07-10 Thread mapas
thanks im add file to mysql and work but postgres showme this System.Exception: The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. Unable to load the FDO Provider library 'libFdoPostgreSQL.so': /usr/local/fdo-3.7.0/lib/libFdoPostgreSQL.so:

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-07-07 Thread Jackie Ng
The MySQL provider is linked against libmysql.so.16 (ldd will show this), if you don't have this file, then you will have to symlink libmysql.so.16 to the path of your libmysqlclient.so that is installed. The PostgreSQL provider has an undefined symbol problem at the moment so it isn't usable. -

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-07-06 Thread mapas
hi Jackie, thanks.. but dont work.. install client mysql and postgres but dont work, shows me the same error, which can not be happening. my version of ubuntu is 12.04 strange thing is that the other providers work fine. I will install it on another server and tell them what happens. I appreciate

[mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-06-28 Thread mapas
hi, im install fine ... connect shp sqlite etc, but RDBMS Providers not work , uninstall and reinstall but dont work... :) shome this The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. CLNT_8_UNABLE_TO_LOAD_LIBRARY System.Exception: The remote

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-06-28 Thread Jackie Ng
You should ldd the MySQL or PostgreSQL FDO provider so to see if it can find all the libs it needs. If it doesn't find the required dependent so files, you need to apt-get install libmysqlclient (I think) and whatever the equivalent one is for PostgreSQL - Jackie -- View this message in