Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Im following the guide here: https://help.ubuntu.com/community/Leafnode2. On my Ubuntu 10.10 box (its what they had, I know its not LTS or anything but if you could just help me out here that would be great) and when i perform the following script:
  2.  
  3. mkdir -pv $HOME/leafnode_build && cd $HOME/leafnode_build && \
  4. wget http://home.pages.de/~mandree/leafnode/beta/leafnode-2.0.0.alpha20110807a.tar.bz2 && \
  5. tar xjvf leafnode-2.0.0.alpha20110807a.tar.bz2 && cd leafnode-2.0.0.alpha20110807a && \
  6. ./configure --prefix=/usr \
  7. --sysconfdir=/etc/leafnode \
  8. --mandir=/usr/man \
  9. --localstatedir=/var \
  10. --enable-runas-user=news \
  11. --enable-spooldir=/var/spool/news && \
  12. make && \
  13. sudo checkinstall -D --install=yes --fstrans=no --pakdir $HOME/leafnode_build \
  14. --pkgname leafnode --backup=no --deldoc=yes --deldesc=yes --delspec=yes \
  15. --default --pkgversion "2.0.0.alpha20110807a"
  16.  
  17. I get this error:
  18.  
  19. ========================= Installation results ===========================
  20. /var/tmp/tmp.ZquOW7XgSU/installscript.sh: 4: : not found
  21.  
  22. **** Installation failed. Aborting package creation.
  23.  
  24. Cleaning up...OK
  25.  
  26. Bye.
  27.  
  28.  
  29. Thanks in advance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement