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

Jimmy Jones commented on QPID-4719:
-----------------------------------

This might be a separate issue, but if I take the full qpid-0.22-rc1.tar.gz, 
run bootstrap, configure, make, make install in cpp, the perl examples don't 
work:

[jimmy@localhost perl]$ ./hello_world.pl 
Can't load '/usr/lib64/perl5/auto/cqpid_perl/cqpid_perl.so' for module 
cqpid_perl: /usr/lib64/perl5/auto/cqpid_perl/cqpid_perl.so: undefined symbol: 
_ZN4qpid9messaging8Duration6SECONDE at /usr/lib64/perl5/DynaLoader.pm line 200.
 at /usr/lib64/perl5/cqpid_perl.pm line 11
Compilation failed in require at /usr/lib64/perl5/qpid_messaging.pm line 22.
BEGIN failed--compilation aborted at /usr/lib64/perl5/qpid_messaging.pm line 22.
Compilation failed in require at /usr/lib64/perl5/qpid.pm line 20.
BEGIN failed--compilation aborted at /usr/lib64/perl5/qpid.pm line 20.
Compilation failed in require at ./hello_world.pl line 24.
BEGIN failed--compilation aborted at ./hello_world.pl line 24.

Looks like cqpid_perl.so has not been linked against the qpid libraries:

[jimmy@localhost perl]$ ldd /usr/lib64/perl5/auto/cqpid_perl/cqpid_perl.so 
        linux-vdso.so.1 =>  (0x00007fffecf95000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5e4b10a000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f5e4ad78000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003a05c00000)

                
> Problem building perl bindings from qpid 0.22 RC1 tarball
> ---------------------------------------------------------
>
>                 Key: QPID-4719
>                 URL: https://issues.apache.org/jira/browse/QPID-4719
>             Project: Qpid
>          Issue Type: Bug
>          Components: Perl Client
>    Affects Versions: 0.22
>            Reporter: Jimmy Jones
>
> Tarball 
> http://people.apache.org/~jross/qpid-0.22-rc1/qpid-cpp-0.22-rc1.tar.gz is 
> missing:
> bindings/qpid/perl/Makefile.PL
> bindings/qpid/perl/Makefile.PL.in
> bindings/qpid/perl/qpid.pm
> bindings/qpid/perl/lib
> Now realised there is a separate tarball for perl bindings, but still have 
> problems, see later comments...

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to