Closed GoogleCodeExporter closed 9 years ago
Reproduced on http://kadviewer.kademo.nl . Apache error log shows: "ERROR 6:
Unable to load PROJ.4 library (libproj.so)". Had to do with custom install GDAL
(for GeoPackage) on Ubuntu Saucy, somehow GDAL looks for libproj.so not
libproj.so.0.
Solution was:
ln -s /usr/lib/libproj.so.0 /usr/lib/libproj.so
Confirmed it works again, thanks for noticing.
Original comment by jus...@gmail.com
on 6 Jun 2014 at 12:16
Original issue reported on code.google.com by
fotomich...@web.de
on 6 Jun 2014 at 9:47Attachments: