Changes between Initial Version and Version 3 of Ticket #188
- Timestamp:
- 11/30/07 14:47:25 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #188 – Description
initial v3 3 3 {{{ 4 4 5 I have managed to build MGOS2 on Ubuntu 7.04 with help from Jason's great instructions on the wiki. However, when I try and make a new data connection with either postgis or ogr I get errors. 5 I have managed to build MGOS2 on Ubuntu 7.04 with help from Jason's 6 great instructions on the wiki. However, when I try and make a new 7 data connection with either postgis or ogr I get errors. 6 8 7 In mapguide studio when I try to make a postgis connection I get the default feature editor screen and errors in my error log saying CLNT_8_UNABLE_TO_LOAD_LIBRARY. 9 In mapguide studio when I try to make a postgis connection I get 10 the default feature editor screen and errors in my error log 11 saying CLNT_8_UNABLE_TO_LOAD_LIBRARY. 8 12 9 When I make an ogr connection I get the proper editor (with data source and readonly connection options) but I get a connection failed error when I try and test the connection. The error log says CLNT_4_PROVIDERNOTREGISTERED. 13 When I make an ogr connection I get the proper editor (with data 14 source and readonly connection options) but I get a connection 15 failed error when I try and test the connection. The error log 16 says CLNT_4_PROVIDERNOTREGISTERED. 10 17 11 I have tested my connection string with ogrinfo and it works, and I have checked that both providers are in my providers.xml file. 18 I have tested my connection string with ogrinfo and it works, 19 and I have checked that both providers are in my providers.xml 20 file. 12 21 13 I have also tested both connection strings with testconnection in the web tier test suite and both give me the CLNT_4_PROVIDERNOTREGISTERED error. 22 I have also tested both connection strings with testconnection in 23 the web tier test suite and both give me the 24 CLNT_4_PROVIDERNOTREGISTERED error. 14 25 15 Has anyone successfully managed to use either of these connectors with Ubuntu, and how do I begin debugging the problem? 16 17 Many thanks 18 19 Jo 26 Has anyone successfully managed to use either of these connectors 27 with Ubuntu, and how do I begin debugging the problem? 20 28 21 29 }}}