User Tools

Site Tools


acdsn:daemon_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
acdsn:daemon_installation [2012/09/21 13:16] – [monit] sbolayacdsn:daemon_installation [2012/09/30 20:31] – [For a complete installation of the acdsn server] sbolay
Line 6: Line 6:
 ===== For a complete installation of the acdsn server ===== ===== For a complete installation of the acdsn server =====
   - ssh to the [[http://www.acmesystems.it/FOXG20|FoxG20]] box and login (root/netusg20)   - ssh to the [[http://www.acmesystems.it/FOXG20|FoxG20]] box and login (root/netusg20)
-  - then keep the server on time to avoid time stamp error<code bash>+  - update the debian source-list with your favorite debian package mirror<code bash> 
 +    vi /etc/apt/source.list</code> 
 +  - keep the server on time to avoid time stamp error<code bash>
     aptitude update && aptitude install ntpdate && ntpdate ntp.metas.ch</code>     aptitude update && aptitude install ntpdate && ntpdate ntp.metas.ch</code>
   - update the installation<code bash>   - update the installation<code bash>
Line 13: Line 15:
     aptitude update && aptitude install automake make libtool flex byacc bison g++ libldap2-dev texinfo</code>     aptitude update && aptitude install automake make libtool flex byacc bison g++ libldap2-dev texinfo</code>
   - Compile and install [[http://www.hyperrealm.com/libconfig/|libconfig]]<code bash>   - Compile and install [[http://www.hyperrealm.com/libconfig/|libconfig]]<code bash>
-    ./configure && make && make install)</code>+    ./configure && make && make install</code>
     * If you get libtool: Version mismatch error.<code bash>     * If you get libtool: Version mismatch error.<code bash>
       This is libtool 2.2.6, but the       This is libtool 2.2.6, but the
acdsn/daemon_installation.txt · Last modified: 2012/10/03 10:02 by sbolay