View Single Post
Unread 05-20-2002, 04:52 PM   #2
krp
Cooling Neophyte
 
krp's Avatar
 
Join Date: Jun 2001
Location: Gainesville, FL, USA
Posts: 32
Default

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.
krp is offline   Reply With Quote