[Gdal-dev] GDAL for PPC Linux
Antti.Roppola at brs.gov.au
Antti.Roppola at brs.gov.au
Sun Nov 24 20:08:12 EST 2002
Hi Carl,
Check your /etc/ld.so.conf, you may need to use ldconfig
to add the path to your gdal library. For example, I had
to add /usr/local/lib because I had installed GDAL there.
More generally:
Use "ldd" to check your compiled libraries and executables
to see where they are tyring to find things.
For example (on my Debian box):
cd /usr/lib/php4/20010901/
ldd php_mapscript.so
Will show what libraries Mapserver is using, and where it expects to
find them (including GDAL). The next step is to make sure all the
libraries actually exist in those locations.
Also
Cheers,
Antti
-----Original Message-----
From: Carl Brown [mailto:cbsled at ncia.net]
I am not a programmer, so I don't know where to look to find the problems, or
how to fix them. Obviously the build is failing. Tell me what diagnostic
information to post, and I will post it.
Carl Brown
More information about the Gdal-dev
mailing list