Bug 1313260

Summary: liblas-config reports wrong libraries
Product: [Fedora] Fedora Reporter: Thomas Kreuzer <thomas.kreuzer>
Component: liblasAssignee: Devrim Gündüz <devrim>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: devrim, thomas.kreuzer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-04 08:22:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
liblas.spec bug fix none

Description Thomas Kreuzer 2016-03-01 09:30:59 UTC
Description of problem:

liblas-config refers to the following libraries

  libboost_program_options.so
  libboost_thread.so
  libgeotiff.so
  liblaszip.so

however, those library names are not present on Fedora 23, they are:

  libboost_program_options.so.1.58.0
  libboost_thread.so.1.58.0
  libgeotiff.so.2
  liblaszip.so.6

I am not sure whether liblas-config should be patched or the corresponding libraries should create the appropriate symlinks.
There certainly are a few easy ways to patch liblas-config, but I am not sure what is considered best practice.

Version-Release number of selected component (if applicable):
liblas-1.8.0-7

Comment 1 Thomas Kreuzer 2016-03-04 08:22:57 UTC

*** This bug has been marked as a duplicate of bug 1300860 ***

Comment 2 Thomas Kreuzer 2016-03-04 08:33:33 UTC
Created attachment 1133109 [details]
liblas.spec bug fix