vps
vps copied to clipboard
COMPILATION FAILED! No makefile found.
I experience a repeated issue with compilation using
./install.sh -p alqo
The same error occurs with different parameters (different coins and ipv4/ipv6)
Script output:
Script version v0.9.9, you picked: alqo , running on Ubuntu 16.04
I am going to install and configure
=> 1 alqo masternode(s) in version tags/v4.1
for you now.
You have to add your masternode private key to the individual config files afterwards
Stay tuned!
A logfile for this run can be found at the following location:
/tmp/nodemaster_18-11-25-1543178739_out.log
*************************************************************************************
* Validating network rules
* All good, we have a swap
* Package installation!
* Starting the compilation process for alqo, stay tuned
./install.sh: line 559: jp2a: command not found
* Checking out desired GIT tag: tags/v4.1
./install.sh: line 598: pv: command not found
/root/vps/config/alqo/alqo.compile: line 5: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
COMPILATION FAILED! Please open an issue at https://github.com/masternodes/vps/issues. Thank you!
I tried in different environments - the result is always the same. Run under:
- Vultr VPS (1 GB RAM), Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-127-generic x86_64), both with and without ipv6 support, script NOT customized
- HostUs VPS (0.8 GB RAM), Ubuntu 16.04.1 LTS (GNU/Linux 2.6.32-042stab127.2 x86_64), ipv4 and ipv6, due to error with eth0 changed interface to venet0
As long as this error persists on both independent virtual machines I do not think it is connected to custom interface setting (ens3 -> venet0).
Could you point me how to solve it?
Went through the same issues:
You need to install pv , jp2a and git.