mariadb 5.5.x 빌드시주의 사항
src.rpm 얻기
빌드
mariadb.spec
# Regression tests take a long time, you can skip 'em with this
- %{!?runselftest:%global runselftest 1}
+ %{!?runselftest:%global runselftest 0}
rpmbuild -bb mariadb.spec
CentOS8에서 CentOS7의 mariadb를 빌드하는 경우
종속 패키지
policycoreutils-python
policycoreutils-python-utils
로 이름이 바뀌었기 때문에 그곳을 설치했습니다.mariadb.spec
- BuildRequires: checkpolicy policycoreutils-python
+ BuildRequires: checkpolicy policycoreutils-python-utils
rpmbuild -bb mariadb.spec
sys/event.h – not found – Chris on MySQL에 따르면, libevent-2.0.21-stable.tar.gz를 사용하면 좋은 모습입니다.
libevent-devel
인가 libev-libevent-devel
를 넣으면 좋은 생각도 한다. CentOS8에서 mariadb 5.5.66 빌드
cd /usr/local/src/
tar xzf mariadb-5.5.66.tar.gz
cd /usr/local/src/mariadb-5.5.66
yum install -y gcc gcc-c++
yum install -y cmake
cmake . -DCMAKE_INSTALL_PREFIX=/opt/mariadb-5.5
make -s 1>/dev/null
make install
Reference
이 문제에 관하여(mariadb 5.5.x 빌드시주의 사항), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tukiyo3/items/ed4e9337618e305ae522텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)