Hello Bas, Am 25.08.2015 um 16:34 schrieb Sebastiaan Couwenberg: > On Debian/Ubuntu you can drop in a configuration sniplet in > /etc/ld.so.conf.d for the local configuration: > > $ cat /etc/ld.so.conf.d/usr-local.conf * > /usr/local/lib
* this line was already in the file. > If you use the Multi-Arch library paths you need to append the paths to > the 32 & 64bit library path configurations: > > /etc/ld.so.conf.d/i386-linux-gnu.conf > /etc/ld.so.conf.d/x86_64-linux-gnu.conf > > These need to have respectively /usr/local/lib/i386-linux-gnu and > /usr/local/lib/x86_64-linux-gnu appended, preferably with a comment to > help you merge the configuration changes on upgrade, e.g.: > > $ cat /etc/ld.so.conf.d/x86_64-linux-gnu.conf > # Multiarch support > /lib/x86_64-linux-gnu > /usr/lib/x86_64-linux-gnu > # Custom local libraries * > /usr/local/lib/x86_64-linux-gnu * this line was missing, after adding this line I have a working local installation. The 'sed' line in my posted script has gone. BS: UBUNTU 15.04 64bit Many thanks Josef ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
