qpdf 컴파일 및 설치 후 잘못된 버전

qpdf 컴파일 및 설치 후 잘못된 버전

qpdf 5.1.3을 설치하려고 했습니다. 기본 버전은 5.1.1입니다(저는 Ubuntu 14.04를 사용하고 있습니다).

에서 컴파일한 후소스포지 다운로드, 버전 5.1.1이 설치되었습니다. 출력은 다음과 /usr/local/bin/qpdf --version같습니다.

qpdf version 5.1.1  
Copyright (c) 2005-2015 Jay Berkenbilt  
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.

의 출력apt-cache policy qpdf

qpdf:
Installed: 5.1.3-1
Candidate: 5.1.3-1
Version table:
*** 5.1.3-1 0
100 /var/lib/dpkg/status
5.1.1-1 0
500 fr.archive.ubuntu.com/ubuntu trusty/main amd64 Packages

혼란스러워서 만약 내가 달리면

find . -type f -name 'qpdf' -exec {} --version \;

내가 얻는 소스 폴더에서

qpdf version 5.1.1  
Copyright (c) 2005-2015 Jay Berkenbilt  
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.  
qpdf version 5.1.3  
Copyright (c) 2005-2015 Jay Berkenbilt  
This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution. It is
provided "as is" without express or implied warranty.

그래서 두 가지 버전이 컴파일된 것 같습니다.

여기서 무슨 문제가 있습니까?

관련 정보