![]() | ||
|
|
Random Nonsense / Geek Stuff All those random tech ramblings you can't fit anywhere else! |
![]() |
Thread Tools |
![]() |
#1 |
Cooling Savant
Join Date: Mar 2002
Location: Silver Spring, MD
Posts: 282
|
![]()
Here's a screen dump
[chad@localhost hlds_l]$ ./hlds_run Auto-restarting the server on crash libSteamValidateUserIDTickets.so: cannot open shared object file: No such file or directory Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem Mon May 20 17:42:58 EDT 2002: Server Died any ideas? -sonix- |
![]() |
![]() |
![]() |
#2 |
Cooling Neophyte
Join Date: Jun 2001
Location: Gainesville, FL, USA
Posts: 32
|
![]()
that sez you should have a shared-runtime-library file named:
libSteamValidateUserIDTickets.so someplace on the system, typically in /lib, /usr/lib or suchlike directory... and the runtime loader is not finding it in any of the usual places. Assuming you actually HAVE the aforementioned file someplace else, you may need to add the path to it to the /etc/ld.so.conf file, and run the command: # ldconfig -v To add the library path to the runtime loader's search list.
__________________
chilling out in the swamp... (#1) Athlon XP@1.667gHz, watercooled: (DD Maze2 new revision, Eheim 1250, BlackiceXtreme), in modded Supermicro SC750 fulltower case. (#2) Athlon TB@1.4gHz, watercooled: (DD Maze2 orig revison, CaseEtc resepump, Blackice), in modded LiteOn FS020 midtower case. |
![]() |
![]() |
![]() |
#3 |
Cooling Savant
Join Date: Mar 2002
Location: Silver Spring, MD
Posts: 282
|
![]()
slow down man.
so i am missing a library. gotcha now to add iti go to /etc/ld.so.conf and append to the end of it # ldconfig -v and then i'm all straight? -sonix- |
![]() |
![]() |
![]() |
#4 |
Cooling Neophyte
Join Date: Mar 2001
Location: Umeå, Sweden
Posts: 98
|
![]()
Actually, the script that comes with the server should work perfectly for you.. in fact the third line in the "linuxreadme.txt" file reads:
Start the server by running ./hlds_run It will setup environment variables so that the run-time linker will find the missing libraries.
__________________
Pump:Eheim 1048, Radiator:LPD radiator 100x150x20mm, CPU block:DD Maze-2, GPU block: DD GPU block, Chipset block:Zalman NB32 AMD XP 1500+, EpoX 8K7A, PoV GF3Ti200 Pic of my YY-cube |
![]() |
![]() |
![]() |
#5 |
Cooling Savant
Join Date: Mar 2002
Location: Silver Spring, MD
Posts: 282
|
![]()
If you look at my screen dump thats the first line. I did type that and it gave me that error message. BTW- do u have any idea how i can run the .bin file for hlds_l_3109_full.bin @ fileplanet?
- sonix - |
![]() |
![]() |
![]() |
#6 |
Cooling Neophyte
Join Date: Mar 2001
Location: Umeå, Sweden
Posts: 98
|
![]()
Oops, didn't see that .. had my mind all set on you trying to run just "hlds". But then you should do as they say, get a debug.log file.
The hlds_run script prepends the current directory (".') to the dynamic linker search path: Code:
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ![]() It should exist in the same directory as the hlds_run script. Oh, and if you want to run something that is a script (like the .bin file probably is, Quake3 comes as a compressed script as well), you will have to make sure that the "x" flag is set on the file for the user you have access to the file with. Code:
chmod a+x scriptfile Code:
chmod 755 scriptfile
__________________
Pump:Eheim 1048, Radiator:LPD radiator 100x150x20mm, CPU block:DD Maze-2, GPU block: DD GPU block, Chipset block:Zalman NB32 AMD XP 1500+, EpoX 8K7A, PoV GF3Ti200 Pic of my YY-cube |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|