ldd -r whatever.so is the equivalent of depends. It will tell you if dependencies are not found.
Traian ________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Jason Birch [EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:38 AM To: MapGuide Users Mail List; [EMAIL PROTECTED] Subject: [fdo-internals] RE: [mapguide-users] Not much luck with ogr or postgis on Ubuntu I ran into the same problem the last time I checked. Perhaps we need to put the PostGIS and OGR shared libraries into the include path before running MapGuide or something? I unfortunately don't know enough about this stuff works on *nix to be able to figure out where to start. Is there something equivalent to depends.exe on windows? I can't start my VM right now, but if you look in your FDO directory, can you see whether the appropriate provider library files were built for these? Any FDO folks have any ideas about this? Jason -----Original Message----- From: Jo Cook Subject: [mapguide-users] Not much luck with ogr or postgis on Ubuntu 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. 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. 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. I have tested my connection string with ogrinfo and it works, and I have checked that both providers are in my providers.xml file. I have also tested both connection strings with testconnection in the web tier test suite and both give me the CLNT_4_PROVIDERNOTREGISTERED error. Has anyone successfully managed to use either of these connectors with Ubuntu, and how do I begin debugging the problem? _______________________________________________ fdo-internals mailing list [EMAIL PROTECTED] http://lists.osgeo.org/mailman/listinfo/fdo-internals _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
