On Sun, Apr 28, 2013 at 6:52 PM, Rudy Bleeker <[email protected]> wrote: > The file libtier0.so is right there in the same directory, so I'm not > sure what's wrong here.
Linux doesn't, by default, load libraries from the current directory. It will always look for libraries in /lib and /usr/lib, and also in the paths listed in LD_LIBRARY_PATH. Try the following: LD_LIBRARY_PATH=$(pwd) ./vpk_linux32 OTHER_ARGUMENTS Cheers, ~~ Ondra _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

