[XviD-devel] a newbie question,,setuping xivd in linux os

Edouard Gomez xvid-devel@xvid.org
Wed, 25 Dec 2002 13:13:43 +0100


--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Make sure ld is looking for libs in /usr/local/lib

Two ways to make this happens:

1- You have root access, then add a line "/usr/local/lib" to the file
/etc/ld.so.conf and run ldconfig again
  $ echo "/usr/local/lib" >> /etc/ld.so.conf
  $ ldconfig

2- If you have no root access, then (for a bourne shell):
  $ export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/usr/local/lib

The second solution can be inserted in the user's profile in
~/.bash_profile or ~/.bashrc to make it automatic.

--=20
Edouard Gomez

--LZvS9be/3tNcYl/X
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+CaD3R5dTYz5sWMcRAgGPAKD6Pn192qrYCoRMl22Ez+p4VtNi7wCbBSzF
qek8rLWg94ug/ChYXknMHmU=
=spF9
-----END PGP SIGNATURE-----

--LZvS9be/3tNcYl/X--