Menu

can't build ncidd server

Help
2024-01-19
2024-01-19
  • Galen Whipple

    Galen Whipple - 2024-01-19

    Newby here (80 year old retired newby)
    Trying to build ncidd server on ubuntu PC and I have installed the DEB packages.
    I get the following make error when running 'make install-local' in the server folder:

    install: cannot stat 'modem2.conf': No such file or directory
    make[1]: *** [Makefile:261: install-etc] Error 1
    make[1]: Leaving directory '/home/galen/src/ncid/server'
    make: *** [Makefile:254: install-local] Error 2

    Any help would be great.

     
  • Galen Whipple

    Galen Whipple - 2024-01-19

    should have speciified ncid-1.13-2-src.tar

     
  • Ed Attfield

    Ed Attfield - 2024-01-19

    My dumb question: Did you do the install as root?

    sudo make ubuntu-install

     
    • Ed Attfield

      Ed Attfield - 2024-01-19

      Full instructions for a Debian (Ubuntu) build and install are in the User Manual

       
  • Galen Whipple

    Galen Whipple - 2024-01-19

    i did run
    sudo make local- install

    Thanks

     
  • Ed Attfield

    Ed Attfield - 2024-01-19

    i would do this for a new install:

    cd /home/galen/src/ncid/
    make clobber
    make ubuntu
    sudo make ubuntu-install

     
  • Galen Whipple

    Galen Whipple - 2024-01-19

    That worked!

    Thanks much!!

     

Log in to post a comment.