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.


Messages - faketmpmaile

Pages: [1]
1
PHP Selector / Re: PHP-FPM Selector - Build Fails
« on: May 18, 2022, 07:51:46 AM »
does it work?

wget https://libzip.org/download/libzip-1.4.0.tar.gz
tar zxvf libzip-1.4.0.tar.gz
cd libzip-1.4.0
mkdir build
cd build
/usr/local/bin/cmake ..
make
make test
make install

CMake Error at CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED):
  CMake 3.0.2 or higher is required.  You are running version 2.8.12.2


-- Configuring incomplete, errors occurred!

Pages: [1]