Firebird 3을 소스에서 중앙 OS 6으로 설치
CentOS6.9(64bit) / Firebird 3.0.2 (64bit) / source install
아직 rpm,tar가 없는 것 같아요.gz에서 설치
CentOS6.9(64비트) 로컬 설치
1.Firewall 3050 port open
vi/etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3050 -j ACCEPT
/etc/init.d/iptables restart
2.yum에서 필요한 라이브러리 얻기
yum -y update
yum -y install libstdc++.so.5
yum -y install libstdc++.so.6
yum -y install libncurses.so.5
3.install libtommath
cd/usr/local/src
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
yum -y install libtommath-devel
4. Firebird-3.0.2.32703-0.amd64.tar.gz(libtommath와bit 정렬)
cd/usr/local/src
wget https://sourceforge.net/projects/firebird/files/firebird-linux-amd64/3.0.2-Release/Firebird-3.0.2.32703-0.amd64.tar.gz
tar zxvf Firebird-3.0.2.32703-0.amd64.tar.gz
cd Firebird-3.0.2.32703-0.amd64
./install.sh!
(libtommath, CentOS, Firebird의 비트(64/32비트)를 혼합하여 설치하면 문제 없음
/opt/firebird/bin/fbguard: error while loading shared libraries: libtommath.so.0: cannot open shared object file: No such file or directory
[실패]
의 오류입니다.
)
Reference
이 문제에 관하여(Firebird 3을 소스에서 중앙 OS 6으로 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/a23/items/31da2cf9cf1d564dd564
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Firebird 3을 소스에서 중앙 OS 6으로 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/a23/items/31da2cf9cf1d564dd564텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)