You need to have the current working directory (./) in your library search path - otherwise half-life won't it's .so files. For the hlds itself this is done in hlds_run, but for hltv you have to export it manually before:
export LD_LIBRARY_PATH=.:$LDC_LIBRARY_PATH Regards, Dominic On Tue, 23 Sep 2003, Obsessed wrote: > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] > hi, I just installed the full steam binary for linux. > Unfortunately I only find one hltv executable in my hlds_l dir .. > where is the hltv.cfg ? where is the hltv readme ? > Also I get errors starting it : > Console initialized. > FileSystem initialized. > Error:libSteamValidateUserIDTickets_i386.so: cannot open shared object file: No such > file or directory > ***** FATAL ERROR ***** > Proxy::Init: couldn't load network module. > *** STOPPING SYSTEM *** > ERROR! System::AddModule: couldn't initialize module (null). > Type 'help' for a list of commands. > > > -- > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

