BF2 linux server wont start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • K5olbass

    #1

    BF2 linux server wont start

    hi,
    i need help starting my linux server... i continue to get this error message when i attempt to start the server

    david@ubuntu:~/David/BF2 server/bf2$ sh start.sh
    start.sh: line 27: /home/david/David/BF2: No such file or directory
    start.sh: line 27: exec: /home/david/David/BF2: cannot execute: No such file or directory
    david@ubuntu:~/David/BF2 server/bf2$


    if anyof you fellow linux nerds fixed this issue or have came accros this... help
  • D.H1cks

    #2
    Re: BF2 linux server wont start

    Have you tried removing the space in your file path, instead of 'BF2 Server' try having 'BF2_server'? The script may not be able to parse the space properly. Let me know if that works.

    Comment

    • K5olbass

      #3
      Re: BF2 linux server wont start

      Originally posted by D.H1cks
      Have you tried removing the space in your file path, instead of 'BF2 Server' try having 'BF2_server'? The script may not be able to parse the space properly. Let me know if that works.
      Hey,
      Thanks for the help... after i did that... i got another error

      david@ubuntu:~/David/BF2server/bf2$ sh start.sh
      /home/david/David/BF2server/bf2/bin/ia-32/bf2: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
      david@ubuntu:~/David/BF2server/bf2$

      im not really sure what to do, again im not native to linux server hosting so thanks for the help

      Comment

      • D.H1cks

        #4
        Re: BF2 linux server wont start

        I think you may be missing some older standard libraries that are needed. Go to the following directory:

        /usr/lib

        and list all files and links that start with libstdc

        If you do not have libstdc++.so.5 link then you will have to try and find it. I cannot remember where I got it from, someplace on the net.

        When I did get it, I installed it in a different directory to make sure I did not mess up my latest libraries. Then I made a link in the /usr/lib directory to the older files.

        Hope this helps.

        Comment

        Working...