Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Shinytingzent

Pages: [1]
1
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

Pages: [1]