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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
should have speciified ncid-1.13-2-src.tar
My dumb question: Did you do the install as root?
sudo make ubuntu-install
Full instructions for a Debian (Ubuntu) build and install are in the User Manual
i did run
sudo make local- install
Thanks
i would do this for a new install:
cd /home/galen/src/ncid/
make clobber
make ubuntu
sudo make ubuntu-install
That worked!
Thanks much!!