make: *** No targets specified and no makefile found. Stop.

sufiyanshaikh

Verified User
Joined
Aug 14, 2019
Messages
181
I am getting the below error
command used
cd /usr/local/directadmin/custombuild
./build update
./build set php1_release 7.3
./build set php2_release 7.4
./build set php1_mode lsphp
./build set php2_mode lsphp
./build php n --> after this command facing error


Updating users ...
Updating statuses of users ...
CloudLinux Selector setup: successful
Restarting apache.
Rewriting all users httpd.conf files, please wait...
Debug mode. Level 10

dataskq: command: action=rewrite&value=httpd
PHP 7.3.17 Installed.
Found /usr/local/directadmin/custombuild/libzip-1.6.1.tar.gz
Extracting ...
Done.
Configuring libzip-1.6.1...
cmake3: error while loading shared libraries: libuv.so.1: cannot open shared object file: No such file or directory
Done. Making libzip-1.6.1...
Trying to make libzip...
make: *** No targets specified and no makefile found. Stop.
 
i am also getting the same, did you find a solution yet?

I have tried rebuilding Curl but that didn't work for me
Code:
cd /usr/local/directadmin/custombuild
./build curl
./build php n
 
Last edited:
i am also getting the same, did you find a solution yet?

I have tried rebuilding Curl but that didn't work for me
Code:
cd /usr/local/directadmin/custombuild
./build curl
./build php n
May you paste the exact error you get?
 
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
gitlab-runner-13.4.1-1.x86_64 has installed conflicts gitlab-ci-multi-runner: gitlab-runner-13.4.1-1.x86_64
Found /usr/local/directadmin/custombuild/libzip-1.6.1.tar.gz
Extracting ...
Done.
Configuring libzip-1.6.1...
./build: line 16494: cmake3: command not found
Done. Making libzip-1.6.1...
Trying to make libzip...
make: *** No targets specified and no makefile found. Stop.
 
'yum check' output follows:
gitlab-runner-13.4.1-1.x86_64 has installed conflicts gitlab-ci-multi-runner: gitlab-runner-13.4.1-1.x86_64
try removing gitlab-runner.

Seems like you have some conflicts may be related to other software installed.

cmake3: command not found
Maybe you don't have all of the needed preinstall packages?

What is the OS?
 
Back
Top