Hey guys im having troubles compiling my mod under linux. It gets up to the stage of trying to compile and then spits this error out:
[code] bash-3.1# make if [ -z "gcc" ]; then echo "Compiler not defined."; exit; fi if [ ! -d . ];then mkdir .;fi cd . if [ ! -f "tier0_i486.so" ]; then ln -s /root/gesource/main/bin/tier0_i486.so .; fi if [ ! -f "vstdlib_i486.so" ]; then ln -s /root/gesource/main/bin/vstdlib_i486.so .; fi ./vcpm ../dlls/server.vcproj ./vcpm: error while loading shared libraries: libxerces-c.so.28: cannot open shared object file: No such file or directory make: *** [mod] Error 127 bash-3.1# [/code] I have set the LD_LIBRARY_PATH to point to xerces dir. I cant find any one else with this error. Any help would be appreciated. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

