|
@@ -899,7 +899,7 @@ It's convenient to have the clock on your server automatically synchronised with
|
899
|
899
|
First install some prerequisites.
|
900
|
900
|
|
901
|
901
|
#+BEGIN_SRC: bash
|
902
|
|
-apt-get install build-essential automake git pkg-config
|
|
902
|
+apt-get install build-essential automake git pkg-config autoconf libtool libssl-dev
|
903
|
903
|
#+END_SRC
|
904
|
904
|
|
905
|
905
|
Now download and install tlsdate.
|
|
@@ -914,7 +914,7 @@ make
|
914
|
914
|
make install
|
915
|
915
|
#+END_SRC
|
916
|
916
|
|
917
|
|
-Create an init script.
|
|
917
|
+If you get errors during the /configure/ stage then you may need to reboot so that some of the installed dependencies take effect. Then create an init script.
|
918
|
918
|
|
919
|
919
|
#+BEGIN_SRC: bash
|
920
|
920
|
emacs /etc/init.d/tlsdated
|