Trevor wrote: > I did some testing with beta3 and seems as though libraries > in /usr/local/lib are not getting picked up correctly unless > I specifically add /usr/local/lib to LD_LIBRARY_PATH. > Is anyone seeing similar behaviour?
the library search cache needed to be rebuilt with `ldconfig` after all the custom installs. (/usr/local/lib was already in /etc/ld.so.conf.d/) hopefully fixed by r4170. Hamish _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://wiki.osgeo.org/wiki/Live_GIS_Disc
