DJBDNS Problem

Discussion in 'Installation/Configuration' started by pinguingilo, Oct 3, 2006.

  1. pinguingilo

    pinguingilo New Member

    i want to install Djbdns in my ubuntu server...but when i compile daemontools thereis error like this :

    Code:
    root@ubuntuserver:/package/admin/daemontools-0.76# package/install
    Linking ./src/* into ./compile...
    Compiling everything in ./compile...
    package/compile: line 20: exec: make: not found
    Copying commands into ./command...
    cp: cannot stat `compile/svscan': No such file or directory
    
    i have install djbdns on FC 5, there is no problem and running well...can tell me why like this ?? are not daemontools compatible with Ubuntu 6.06...help me...:confused: :confused:
     
  2. Ben

    Ben Active Member Moderator

  3. falko

    falko Super Moderator Howtoforge Staff

    You can install make like this:
    Code:
    apt-get install make
     
  4. curx

    curx New Member

  5. Thanks a lot!
    apt-get install make WORKED!
     

Share This Page