Does anyone know the proper syntax for updating the LD_Library path in
/etc/profile (I presume), to make the gimp see gtk and glib?
Thanks
Does anyone know the proper syntax for updating the LD_Library path in
/etc/profile (I presume), to make the gimp see gtk and glib?
Thanks
Same syntx as PATH (list of directories separated by colons). glib & gtk
must be in one of listed dirs.
export LD_LIBRARY_PATH=/a:/b:/c
“bleatgoat” <bleatgoat@goat.net> wrote in message
news:9lYc6.1244$e5.3171572@news.ntplx.net…
Does anyone know the proper syntax for updating the LD_Library path in
/etc/profile (I presume), to make the gimp see gtk and glib?Thanks