Results 1 to 2 of 2

Thread: Issue with -daemon command or such

  1. #1
    Join Date
    Apr 2018
    Beans
    1

    Issue with -daemon command or such

    Did apt update and apt upgrade on a new 16.04 VPS

    downloaded a zip file that I then unzipped and entered the dir that the file unzipped to

    Instructions for what I'm doing gave me 3 commands to do at this point

    chmod 777 seraphd
    chmod 777 seraph-cli

    and then the 3rd command

    ./seraphd -daemon

    The error I get at this point is

    ./seraphd: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

    Sorry if this is too vague, this is literally all the steps I've taken so far and were instructed on the walkthrough and I am very new to Ubuntu


    https://www.youtube.com/watch?v=gQmTg0Q97qQ

    That is the link to the tutorial I was following along to, replacing solaris with seraph.

    Thanks in advance.

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Issue with -daemon command or such

    in terminal:
    apt search libboost

    see what has that & install

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •