Last update at :2024-06-19,Edit by888u
We often have various errors when compiling files in Linux VPS. It doesn’t matter if errors occur. Basically, the answers to the questions raised by regular users can be found online. For example, last night when Snail tried to compile LITESPEED, an error message like "make:*** No targets specified and no makefile found.Stop." appeared.
First, update the latest version of system software
apt-get update
This must be executed before our system software or one-click package can be installed.
Second, compile missing associated software
apt-get install gcc build-essential
After the compilation and execution is completed, we can solve the problem by executing execution commands such as ./configure && make.
Recommended site searches: Chinese domain name, Yangzhou dual-line server attack-proof IP, windows virtual host, domain name registration official website, me domain name, website registration number query, US host recommendation, domain name query, US free virtual host,
发表评论