Yate Community Forum

General Category => Yate based projects => Topic started by: Shinytingzent on December 16, 2019, 05:05:44 PM

Title: Makefile:214: recipe for target 'install-noconf' failed Problem
Post by: Shinytingzent on December 16, 2019, 05:05:44 PM
I need help. Ive downloaded yate and yatebts but having trouble

I do

cd yate
./autogen.sh
./configure
make
make install

but when i do the command "make install" i get

make -C ./engine all
make[1]: Entering directory '/home/ash101/yate/engine'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ash101/yate/engine'
make -C ./modules all
make[1]: Entering directory '/home/ash101/yate/modules'
make[1]: Leaving directory '/home/ash101/yate/modules'
make -C ./clients all
make[1]: Entering directory '/home/ash101/yate/clients'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ash101/yate/clients'
make[1]: Entering directory '/home/ash101/yate/libs/yscript'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ash101/yate/libs/yscript'
make[1]: Entering directory '/home/ash101/yate/libs/yasn'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ash101/yate/libs/yasn'
make[1]: Entering directory '/home/ash101/yate/libs/yradio'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ash101/yate/libs/yradio'
install: cannot create regular file '/usr/local/lib/libyate.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyate.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyatescript.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyatescript.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyatesig.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyatesig.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyateasn.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyateasn.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyateradio.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyateradio.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyatemgcp.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyatemgcp.so': Permission denied
install: cannot create regular file '/usr/local/lib/libyatejabber.so.6.1.1': Permission denied
ln: failed to create symbolic link '/usr/local/lib/libyatejabber.so': Permission denied
Makefile:214: recipe for target 'install-noconf' failed
make: *** [install-noconf] Error 1
Title: Re: Makefile:214: recipe for target 'install-noconf' failed Problem
Post by: Ioana Stanciu on December 17, 2019, 02:12:19 AM
You need to be root or have root permissions to install Yate.
See  https://docs.yate.ro/wiki/Compiling_and_installing_Yate_from_SVN#Install_the_binaries (https://docs.yate.ro/wiki/Compiling_and_installing_Yate_from_SVN#Install_the_binaries)