awslabs / aws-crt-php

Apache License 2.0
322 stars 13 forks source link

Cannot install into Beanstlak Linux 2 #109

Closed ricsands2801 closed 3 months ago

ricsands2801 commented 3 months ago

Describe the bug

trying to install via pecl install and get error;

running: make
which: no cmake3 in (/root/pear:/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin)
cmake -DCMAKE_SOURCE_DIR=/root/pear/temp/awscrt -DCMAKE_BINARY_DIR=./cmake_build -DCMAKE_INSTALL_PREFIX=./build/install -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_OPENSSL=ON  -H/root/pear/temp/awscrt/crt/aws-crt-ffi -B./cmake_build/aws-crt-ffi-static -DBUILD_SHARED_LIBS=OFF
make: cmake: No such file or directory
make: *** [Makefile:25

How can we install into linux 2?

Expected Behavior

to install

Current Behavior

Getting error

Reproduction Steps

Run pecl install awscrt in linux 2 beanstalk

Possible Solution

No response

Additional Information/Context

No response

aws-crt-php version used

latest

php version used

8.2

Operating System and version

linux 2

TingDaoK commented 3 months ago

you need cmake installed in your environment as the requirement.

github-actions[bot] commented 3 months ago

Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.