최근 핵심 시스템 파일이 삭제되어 전용 서버를 다시 구축해야 했습니다. 하지만 그것은 또 다른 이야기입니다 ...
재구축하기 전에 우리는 Bazaar의 다양한 프로젝트에 변경 사항을 병합하고 분기하고 커밋했습니다. 이제 호스팅 회사가 CentOs 5.0 대신 CentOs 4.8에 서버를 재구축한 것 같습니다. 이전에도 그랬던 것 같습니다. 지원에 따르면 Bazaar는 새로운 운영 체제와 호환되지 않습니다.
지원팀은 다음과 같이 말했습니다.
모든 Bazaar 종속성을 설치했지만 하나가 누락되었습니다.
- 종속성 누락: bzr 패키지에는 libc.so.6(GLIBC_2.4)이 필요합니다.
이후 버전의 CentOS에서 사용할 수 있습니다.
내 질문은. 이것이 완전히 맞는 말인가요? Centos 4.8에서 Bazaar를 실행할 수 있는 방법이 있나요?
그렇지 않다면 Bazaar와 같은 다른 버전 관리 시스템이 있습니까?
아래는 Bazaar 설치 시도 로그이다.
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package bzr
Error: Missing Dependency: python(abi) = 2.4 is needed by package bzr
Error: Missing Dependency: rtld(GNU_HASH) is needed by package bzr
Error: Missing Dependency: libcrypto.so.6 is needed by package python-pycurl
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-paramiko
Error: Missing Dependency: rtld(GNU_HASH) is needed by package python-pycurl
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-pycurl
Error: Missing Dependency: libssl.so.6 is needed by package python-pycurl
Error: Missing Dependency: rtld(GNU_HASH) is needed by package python-crypto
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package python-crypto
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-crypto
Error: Missing Dependency: python-abi = 2.4 is needed by package python-crypto
답변1
만약 너라면진짜RHEL4/CentOS4를 유지해야 합니다(이 점에 대해 생각해 보십시오. 원래 게시물에 대한 내 의견을 읽어 보십시오). 최소한 RPM을 찾을 수 있습니다.자식그리고수은존재하다RHEL4용 EPEL. 둘 다 Bazaar와 비슷하지만 Bazaar의 Launchpad 통합이 부족합니다.
답변2
소스에서 설치할 수 있습니다. 나는 꽤 많은 의존성을 가지고 있으며 분명히 일부 부분은 C로 작성된 것 같습니다. 하지만 특별히 복잡해 보이지는 않습니다. 다음은 상당히 자세한 설명입니다.