On Sun, 2 May 1999, walter kalata wrote:

> What is ldconfig,

tells the dynamic linker the configuration has chagned (i.e. new libraries
installed).

> how do you edit /etc/ld.so.conf

You open the file /etc/ld.so.conf in your favorite editor, make the
changes you want, and save it.
You want to add the line /usr/local/lib.

An easier way is to recompile glib and gtk with ./configure --prefix=/usr;
this will install the headers and libraries where the compiler and linker
look for them automatically.

> and Where do I change 
> LD_LIBRARY_PATH??????????????

That's an environment variable - do export LD_LIBRARY_PATH=something in a
"normal" shell, or setenv LD_LIBRARY_PATH something in tcsh.

LLaP
bero


Reply via email to