You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2013/02/18 21:31:12 UTC

[jira] [Commented] (PROTON-243) 0.4 RC1 libqpid-proton not found

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

Ted Ross commented on PROTON-243:
---------------------------------

The shorter version:  When installing 0.4 on a 64-bit system, the libraries are installed into the wrong directory (/usr/lib when it should be /usr/lib64).

                
> 0.4 RC1 libqpid-proton not found 
> ---------------------------------
>
>                 Key: PROTON-243
>                 URL: https://issues.apache.org/jira/browse/PROTON-243
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.4
>         Environment: Fedora 18
>            Reporter: michael goulish
>
> All build steps went well, following the README directions, until I got to building the C examples
> here is what happened then:
> ( executive summary: I had to set LD_LIBRARY_PATH to get libqpid-proton to be findable at link time. )
>       cd ../examples/messenger/c
>       cmake .
>       make
>       ./recv &
>       ./recv: error while loading shared libraries: 
>         libqpid-proton.so.1: cannot open shared object file: 
>         No such file or directory
>       # Uh-oh.
>       ldd recv
>         linux-vdso.so.1 =>  (0x00007fff03960000)
>         libqpid-proton.so.1 => not found
>         libc.so.6 => /lib64/libc.so.6 (0x00007f5dfc48f000)
>         /lib64/ld-linux-x86-64.so.2 (0x00007f5dfc851000)
>       export LD_LIBRARY_PATH=/usr/lib
>       ./recv &
>       # It's Happy !
>       ./send
>       Address: amqp://0.0.0.0
>       Subject: (no subject)
>       Content: "Hello World!"
>       # Hooray !

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

Re: [jira] [Commented] (PROTON-243) 0.4 RC1 libqpid-proton not found

Posted by Rafael Schloming <rh...@alum.mit.edu>.
This should be fixed now.

--Rafael

On Mon, Feb 18, 2013 at 12:31 PM, Ted Ross (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/PROTON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580820#comment-13580820]
>
> Ted Ross commented on PROTON-243:
> ---------------------------------
>
> The shorter version:  When installing 0.4 on a 64-bit system, the
> libraries are installed into the wrong directory (/usr/lib when it should
> be /usr/lib64).
>
>
> > 0.4 RC1 libqpid-proton not found
> > ---------------------------------
> >
> >                 Key: PROTON-243
> >                 URL: https://issues.apache.org/jira/browse/PROTON-243
> >             Project: Qpid Proton
> >          Issue Type: Bug
> >          Components: proton-c
> >    Affects Versions: 0.4
> >         Environment: Fedora 18
> >            Reporter: michael goulish
> >
> > All build steps went well, following the README directions, until I got
> to building the C examples
> > here is what happened then:
> > ( executive summary: I had to set LD_LIBRARY_PATH to get libqpid-proton
> to be findable at link time. )
> >       cd ../examples/messenger/c
> >       cmake .
> >       make
> >       ./recv &
> >       ./recv: error while loading shared libraries:
> >         libqpid-proton.so.1: cannot open shared object file:
> >         No such file or directory
> >       # Uh-oh.
> >       ldd recv
> >         linux-vdso.so.1 =>  (0x00007fff03960000)
> >         libqpid-proton.so.1 => not found
> >         libc.so.6 => /lib64/libc.so.6 (0x00007f5dfc48f000)
> >         /lib64/ld-linux-x86-64.so.2 (0x00007f5dfc851000)
> >       export LD_LIBRARY_PATH=/usr/lib
> >       ./recv &
> >       # It's Happy !
> >       ./send
> >       Address: amqp://0.0.0.0
> >       Subject: (no subject)
> >       Content: "Hello World!"
> >       # Hooray !
>
> --
> 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
>