On Tue, Feb 02, 1999 at 12:24:33AM +0700, Ernando wrote:
> Libraries have been installed in:
>    /usr/local/lib
> 
> To link against installed libraries in a given directory, LIBDIR,
> you must use the `-LLIBDIR' flag during linking.
> 
>  You will also need to do at least one of the following:

kerjakan salah satu di bawah ini:

>    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
>      during execution

export LD_LIBRARY_PATH="/usr/local/lib"
tambahkan di .[bash_]profile (untuk [ba]sh)

>    - add LIBDIR to the `LD_RUN_PATH' environment variable
>      during linking

sebelum make jalankan dulu
export LD_RUN_PATH=/usr/local/lib

>    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

sebelum configure jalankan dulu:
export LDFLAGS="-Wl,--rpath -Wl,/usr/local/lib" 
(GNU autoconf style)

>    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

setelah make install,
edit /etc/ld.so.conf,
tambahkan baris /usr/local/lib,
jalankan ldconfig,
yang ini butuh root...

jangan lupa, ngga usah semuanya dilakukan, cukup pilih salah satu :)

-- 
There are a few things you should not trust on the Internet:
commercial spams, chain messages, multi level marketing,
Microsoft ads...

______________________________________________________________________
Utk berhenti langganan kirim email ke [EMAIL PROTECTED] 
Sudah cari di arsip? http://www.linux.or.id/milis.php3#arsip-id-linux
Utk info etika diskusi, kirim email kosong ke [EMAIL PROTECTED]

Kirim email ke