RES: RES: [Mapserver-users] Problems Compiling GDAL1.1.9 + MapServer
Daniel Morissette
dmorissette at dmsolutions.ca
Mon Apr 12 13:56:10 PDT 2004
Gabriel Moricz wrote:
> Thanks For the Light Daniel...
>
> The error have changed now...hehehehehe..
>
> error:
> /usr/bin/ld: warning: libpq.so.3, needed by ../libgdal.1.1.so, not found
> (try using -rpath or -rpath-link)
There seems to be a problem with libpq.so.3 not being found.
Is there a libpq.so.3 in /usr/local/pgsql/lib/ on your system?
There used to be a "-L/usr/local/pgsql/lib -lpq" in your link line
before, is it still there?
Note that for libpq.so.3 to be found at runtime, you'll also need to add
/usr/local/pgsql/lib to /etc/ld.so.conf and then run 'ldconfig' as root.
However that's probably not going to fix your current problem since you
don't have an executable yet.
--
------------------------------------------------------------
Daniel Morissette dmorissette at dmsolutions.ca
DM Solutions Group http://www.dmsolutions.ca/
------------------------------------------------------------
More information about the MapServer-users
mailing list