Jump to content

umcookies

Members
  • Posts

    2
  • Joined

Posts posted by umcookies

  1. You need to install libc6-dev. Wonder why that was installed on all my test environments by default and not for you though ... :(

     

    Thank you so much, working perfectly now.

    I have no idea either to be honest but can't believe it was something so simple.

     

    What about those errors hinted that I needed to install libc6-dev? I tried searching those errors and had no luck.

  2. Howdy all, been trying to setup a server for a few friends and myself over the last two days with no luck. I've tried with fresh installs of multiple ubuntu versions and currently trying to work my way around Debian 7 however I'm running into issues actually starting the server.

    I get through the whole installation process, create an instance with all the settings they want and when I go to start the server I get this error, was wondering if anyone has run into a similar issue and what the fix is.

     

    root@108:/home/alistair# 7dtd.sh start Vultr

    /usr/local/lib/7dtd/common.sh: line 63: /usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon: No such file or directory

    /usr/local/lib/7dtd/common.sh: line 63: /usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon: No such file or directory

    Failed!

     

    So then I hunt down that directory, and see there's only two files there. A make file and a file called start-stop-daemon.c. So I try running the make command and get the following error.

     

    root@108:/home/sdtd/engine# cd /usr/local/lib/7dtd/start-stop-daemon/

    root@108:/usr/local/lib/7dtd/start-stop-daemon# make

    gcc -Wall -Wextra -Wno-return-type -o start-stop-daemon start-stop-daemon.c

    start-stop-daemon.c:59:25: fatal error: sys/syscall.h: No such file or directory

    compilation terminated.

    make: *** [start-stop-daemon] Error 1

     

    Some or any help would be greatly appreciated.

×
×
  • Create New...