Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4825

Problem with versioning of shared libraries and installation using cmake

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23
    • C++ Client
    • None

    Description

      Description of problem:

      install qpid-cpp-client-0.18-14.el6.x86_64...

      root@mrg24 ~]# ls -l /usr/lib64 | grep qpid
      lrwxrwxrwx. 1 root root 22 May 3 09:04 libqpidclient.so.8 -> libqpidclient.so.8.0.0
      -rwxr-xr-x. 1 root root 805240 Jan 24 23:44 libqpidclient.so.8.0.0
      lrwxrwxrwx. 1 root root 22 May 3 09:04 libqpidcommon.so.8 -> libqpidcommon.so.8.0.0
      -rwxr-xr-x. 1 root root 2892856 Jan 24 23:44 libqpidcommon.so.8.0.0
      lrwxrwxrwx. 1 root root 25 May 3 09:04 libqpidmessaging.so.3 -> libqpidmessaging.so.3.2.2
      -rwxr-xr-x. 1 root root 542800 Jan 24 23:44 libqpidmessaging.so.3.2.2
      lrwxrwxrwx. 1 root root 21 May 3 09:04 libqpidtypes.so.1 -> libqpidtypes.so.1.2.2
      -rwxr-xr-x. 1 root root 116080 Jan 24 23:44 libqpidtypes.so.1.2.2
      drwxr-xr-x. 3 root root 4096 May 3 09:04 qpid
      [root@mrg24 ~]#

      install qpid-cpp-client-0.22-1.el6.x86_64...

      [root@mrg24 ~]# ls -l /usr/lib64/qpid
      -rwxr-xr-x. 1 root root 718040 Apr 26 16:18 /usr/lib64/libqpidclient.so.2.0.0
      -rwxr-xr-x. 1 root root 2410648 Apr 26 16:18 /usr/lib64/libqpidcommon.so.2.0.0
      -rwxr-xr-x. 1 root root 495568 Apr 26 16:18 /usr/lib64/libqpidmessaging.so.2.0.0
      lrwxrwxrwx. 1 root root 23 May 3 09:30 /usr/lib64/libqpid-proton.so.1 -> libqpid-proton.so.1.0.0
      -rwxr-xr-x. 1 root root 217264 Apr 26 11:37 /usr/lib64/libqpid-proton.so.1.0.0
      -rwxr-xr-x. 1 root root 112352 Apr 26 16:18 /usr/lib64/libqpidtypes.so.1.0.0

      Version-Release number of selected component (if applicable):
      0.22

      How reproducible:

      100%

      Steps to Reproduce:
      1. build and install 0.22 rpm and compare with 0.18 rpm install

      Actual results:

      Version numbers are incorrect
      There are no links *.so.X to the actual files

      Expected results:
      Results should be similar to 0.18 installation.

      Attachments

        Activity

          People

            mcpierce Darryl Pierce
            mcpierce Darryl Pierce
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: