Changes between Initial Version and Version 3 of Ticket #188


Ignore:
Timestamp:
Nov 30, 2007, 2:47:25 PM (16 years ago)
Author:
jbirch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #188 – Description

    initial v3  
    33{{{
    44
    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.
     5I have managed to build MGOS2 on Ubuntu 7.04 with help from Jason's
     6great instructions on the wiki. However, when I try and make a new
     7data connection with either postgis or ogr I get errors.
    68
    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.
     9In mapguide studio when I try to make a postgis connection I get
     10the default feature editor screen and errors in my error log
     11saying CLNT_8_UNABLE_TO_LOAD_LIBRARY.
    812
    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.
     13When I make an ogr connection I get the proper editor (with data
     14source and readonly connection options) but I get a connection
     15failed error when I try and test the connection. The error log
     16says CLNT_4_PROVIDERNOTREGISTERED.
    1017
    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.
     18I have tested my connection string with ogrinfo and it works,
     19and I have checked that both providers are in my providers.xml
     20file.
    1221
    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.
     22I have also tested both connection strings with testconnection in
     23the web tier test suite and both give me the
     24CLNT_4_PROVIDERNOTREGISTERED error.
    1425
    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
     26Has anyone successfully managed to use either of these connectors
     27with Ubuntu, and how do I begin debugging the problem?
    2028
    2129}}}