tarickb / sasl-xoauth2

SASL plugin for XOAUTH2
Other
73 stars 21 forks source link

support for centos7 #37

Closed vadimprt closed 1 year ago

vadimprt commented 2 years ago

unable to building from source on centos7:

CMake Error at CMakeLists.txt:15 (cmake_minimum_required): CMake 3.0.0 or higher is required. You are running version 2.8.12.2

-- Configuring incomplete, errors occurred! See also "/tmp/sasl-xoauth2/build/CMakeFiles/CMakeOutput.log". See also "/tmp/sasl-xoauth2/build/CMakeFiles/CMakeError.log".

tarickb commented 2 years ago

That seems like a pretty old version of CMake, I'm not sure how feasible it is to try to support it...

pincushionman commented 2 years ago

It can be done, but the CentOS 7 user has to use packages from the EPEL. And then

yum install cmake3
Jakuje commented 1 year ago

I have epel7 built package here: https://copr.fedorainfracloud.org/coprs/jjelen/sasl-xoauth2/

tarickb commented 1 year ago

Thanks @Jakuje!