[Gllug] simple bash problem

tet at accucard.com tet at accucard.com
Thu Jan 24 08:32:57 UTC 2002


>btw that syntax is really odd, try:
>export LD_LIBRARY_PATH="/usr/local/gnome/lib:$LD_LIBRARY_PATH"

Or better still, stick a #!/bin/sh at the top, and use:

	LD_LIBRARY_PATH="/usr/local/gnome/lib:$LD_LIBRARY_PATH"
	export LD_LIBRARY_PATH

which would make it portable to non-Linux boxen.

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list