Hi Zac,
Thank you for for help
Actually that was the first thing I did, and I thought it was OK.
I've done it again just in case, and the result is below.
At the last line of the rusult, it says libPostGISProvider.so (a symbolic
link of libPostGISProvider-3.3.0.so) is undefined?
administra...@
I appreciate your help.
I also tried various thing like you said, but no difference was made.
Takashige.
--
View this message in context:
http://n2.nabble.com/Unable-load-PostGisProvider-on-Ubuntu-8.04-tp3376565p3382040.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
try using ldd to list the dependancies of the fdo files
http://linux.about.com/library/cmd/blcmdl1_ldd.htm
z
On Tue, Aug 4, 2009 at 11:49 AM, Takashige wrote:
>
> Hi Jackie,
>
> Thank you for the reply.
> There's libpq.so.5.1 file in /usr/lib directory, so I added the directory
> to the PATH va
A bit of a hack, but how about copying libpq.so or making a symlink of it to
the same dir as the postgis provider?
- Jackie
Takashige wrote:
>
> Hi Jackie,
>
> Thank you for the reply.
> There's libpq.so.5.1 file in /usr/lib directory, so I added the directory
> to the PATH variable and rebo
Hi Jackie,
Thank you for the reply.
There's libpq.so.5.1 file in /usr/lib directory, so I added the directory
to the PATH variable and rebooted the Server.
But it didn't make difference. The result was the same when I spacified the
directory in the LD_LIBRARY_PATH.
Thanks.
Takashige
--
View t
The PostGIS provider on Windows requires libpq.dll (The PostgreSQL library)
either in the same directory as the provider dlls or in a directory
specified in the PATH environment variable.
I would imagine the same scenario in Linux. Do you have the directory
containing libpq.so in PATH or LD_LIBRA
Hi Zac,
Thank you for replying.
> a quick google provided found that answer
Oh, I'm sorry. I didn't notice that.
But in my providers.xml, there is no Oracle parts.
Thank you.
Takashige
--
View this message in context:
http://n2.nabble.com/Unable-load-PostGisProvider-on-Ubuntu-8.04-tp3376
that an oracle client error,
a quick google provided found that answer
http://www.google.com.au/search?q=CLNT_8_UNABLE_TO_LOAD_LIBRARY+fdo
try either installing the oracle instant client or remove the oracle
fdo provider
from your providers.xml
z
On Mon, Aug 3, 2009 at 6:53 PM, Takashige wrote:
Hi all,
I'm using Mapguide Opensource 2.0.2 on Ubuntu 8.04 Server and it's running
fine.
But I get "CLNT_8_UNABLE_TO_LOAD_LIBRARY" error when I try to use
PostGisProvider (ver3.3.1).
PostgreSQL + PostGis seems running OK because I can create and refer to
geospatial-tables on my server.
PostGis P