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/13 21:27:16 UTC

[jira] [Commented] (QPID-4781) cmake build of perl bindings fails in RC2

    [ https://issues.apache.org/jira/browse/QPID-4781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656270#comment-13656270 ] 

Darryl L. Pierce commented on QPID-4781:
----------------------------------------

There's a fix for a similar issue regarding the Ruby language bindings. For Cmake earlier than 2.8 the produced file is missing the lib prefix. So I copied that fix over to the Perl bindings as well. So now it will be sure that the file installed is named cqpid_perl.so, which is what the bindings expect.

This commit can be found here:

http://svn.apache.org/viewvc?view=revision&revision=1482038
                
> cmake build of perl bindings fails in RC2
> -----------------------------------------
>
>                 Key: QPID-4781
>                 URL: https://issues.apache.org/jira/browse/QPID-4781
>             Project: Qpid
>          Issue Type: Bug
>          Components: Perl Client
>    Affects Versions: 0.22
>         Environment: RHEL5
>            Reporter: Jimmy Jones
>            Assignee: Darryl L. Pierce
>             Fix For: 0.23
>
>
> Running cmake .. && make && make install
> -- Installing: /usr/local/etc/qpid/qpidd.conf
> CMake Error at bindings/qpid/perl/cmake_install.cmake:36 (FILE):
>   file INSTALL cannot find file
>   "/home/test/qpid-0.22-rc2/cpp/bld/bindings/qpid/perl/libcqpid_perl.so" to
>   install.
> Call Stack (most recent call first):
>   bindings/cmake_install.cmake:37 (INCLUDE)
>   cmake_install.cmake:63 (INCLUDE)
> make: *** [install] Error 1
> The library in that directory is cqpid_perl.so, not libcqpid_perl.so

--
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