Hltv Problems
Mudhoney
Join Date: 2003-08-23 Member: 20103Members
having a few issues with HLTV, in fact I can't get it to run for some reason. It returns this error:
<!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->./hltv: error while loading shared libraries: libhlwon.so: cannot open shared object file: No such file or directory<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
i'm running Redhat 9.0 with hlds_l 3.1.1.0 and ns2.0. The .so file is present in the hlds_l directory. hlds runs fine.
Any help much appreciated.
<!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->./hltv: error while loading shared libraries: libhlwon.so: cannot open shared object file: No such file or directory<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
i'm running Redhat 9.0 with hlds_l 3.1.1.0 and ns2.0. The .so file is present in the hlds_l directory. hlds runs fine.
Any help much appreciated.
Comments
added the path to the .so file into /etc/ld.so.conf then did a ldconfig -v
<b>export LD_LIBRARY_PATH=/home/yo/servers/27035/hlds_l/:$LD_LIBRARY_PATH</b>
Add the export line to your .bash_profile.
If you use tcsh or csh as your shell, add this to your .tcshrc or .cshrc:
setenv LD_LIBRARY_PATH /home/yo/servers/27035/hlds_l/:$LD_LIBRARY_PATH
(note that there is no equals sign)