Hi, this is known issue, you have to use outside script for running hltv, you can't just ./hltv
I'm using my own "script" called hltv_run (like hlds_run for hlds_i686) hltv_run #!/bin/sh export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" ./hltv # (you can use hltv parameters here [+exec hltv.cfg -port 27020 etc.]) then you have to chmod it: chmod +x hltv_run and execute it: ./hltv_run. It should work. Kveri Andrey Egorov wrote / napĂsal(a): > Hi for all. > > I try will run HLTV server. I download Counter-Strike 1.6 server > content, open console and run ./hltv > > [and...@cgs1 hlds]$ ./hltv > > Console initialized. > FileSystem initialized. > Error:libsteam_api_c_linux.so: cannot open shared object file: No such file > or directory > Type 'help' for a list of commands. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > WARNING! System::RunFrame: system time difference <= 0. > > Why server don't work? > > Andrey. > > > _______________________________________________ > 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

