hlds_run script will set the path to those libs on start. # setup the libraries, local dir first! export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Fearn Sent: Thursday, December 22, 2005 2:56 AM To: [email protected] Subject: Re: [hlcoders] Linux binary compiles fine but fails to load. On 12/22/05, Stephen Micheals <[EMAIL PROTECTED]> wrote: > tier0_i486.so => not found > vstdlib_i486.so => not found You have not exported your library path, it can't find the HL libraries. export LD_LIBRARY_PATH=/path/to/hlds:$LD_LIBRARY_PATH Jeff _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

