Posts: 105
Threads: 14
Joined: Jan 2005
Reputation:
0
Seen this before... Here is how you fix.
In your root directory (where the cstrike folder and server executables are located)
mkdir bin
cp libSteamValidateUserIDTickets_i386.so bin/libSteamValidateUserIDTickets_i386.so
Try running it again, if you get a new error about another .so file not being found just copy that .so file to the bin as well. I'm not sure why this happens, but this should fix your problem. If you're still having issues try to make sure the files are executable (in both bin and outside)
i.e chmod +x libSteamValidateUserIDTickets_i386.so
If you moved multiple files into the bin just issue: chmod +x *
Posts: 2
Threads: 0
Joined: Nov 2008
Reputation:
0
11-03-2008, 08:23 AM
(This post was last modified: 11-03-2008, 08:31 AM by digisquid.)
I get the same error only with libsteam_api_c_linux.so file, I have done whats suggested above and chmod the files both in and out of the bin dir. the same error appears in the server log any other ideas?
This is my startup cmd is this correct?
./hltv -console -port 27550 -ip xxx.xxx.xxx.xx +maxclients 1 +exec hltv.cfg &
echo $!>server.pid
Posts: 2
Threads: 0
Joined: Nov 2008
Reputation:
0
env output:
HOSTNAME=XXXX
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
SSH_CLIENT=xx.xxx.xxx.xx 1555 xxxx
SSH_TTY=/dev/pts/2
USER=test
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:do=00;35:bd=40;33;01:c d=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37; 44:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00; 32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lz h=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2 =00;31:*.tbz2=00;31:*.bz=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*. rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00;35 :*.jpeg=00;35:*.gif=00;35:*.bmp=00;35:*.pbm=00;35:*.pgm=00;35:*.ppm=00;35:*.tga= 00;35:*.xbm=00;35:*.xpm=00;35:*.tif=00;35:*.tiff=00;35:*.png=00;35:*.mng=00;35:* .pcx=00;35:*.mov=00;35:*.mpg=00;35:*.mpeg=00;35:*.m2v=00;35:*.mkv=00;35:*.ogm=00 ;35:*.mp4=00;35:*.m4v=00;35:*.mp4v=00;35:*.vob=00;35:*.qt=00;35:*.nuv=00;35:*.wm v=00;35:*.asf=00;35:*.rm=00;35:*.rmvb=00;35:*.flc=00;35:*.avi=00;35:*.fli=00;35: *.gl=00;35:*.dl=00;35:*.xcf=00;35:*.xwd=00;35:*.yuv=00;35:*.svg=00;35:*.aac=00;3 6:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc =00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/ bin:/usr/sbin:/usr/bin:/root/bin
MAIL=/var/spool/mail/root
PWD=/home/test/hltv
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
HOME=/home/test
SHLVL=2
LOGNAME=test
SSH_CONNECTION=xx.xxx.xxx.xx 1555 xxx.xxx.xx.x x
LESSOPEN=|/usr/bin/lesspipe.sh %s
G_BROKEN_FILENAMES=1
_=/bin/env
Posts: 52
Threads: 9
Joined: Aug 2006
Reputation:
0
did you get this fix?
would be nice if you found a solution or mabye someone can post back
i see you did what you were told env