You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Darryl L. Pierce (JIRA)" <ji...@apache.org> on 2013/05/10 10:25:16 UTC

[jira] [Resolved] (QPID-4825) Problem with versioning of shared libraries and installation using cmake

     [ https://issues.apache.org/jira/browse/QPID-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce resolved QPID-4825.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23

This is posted upstream:

http://svn.apache.org/viewvc?view=revision&revision=1480927
                
> Problem with versioning of shared libraries and installation using cmake
> ------------------------------------------------------------------------
>
>                 Key: QPID-4825
>                 URL: https://issues.apache.org/jira/browse/QPID-4825
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>            Reporter: Darryl L. Pierce
>            Assignee: Darryl L. Pierce
>             Fix For: 0.23
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org