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

Chuck Rolke commented on PROTON-710:
------------------------------------

Do you have Swig installed on the build host? None of the bindings is built 
without it.

{noformat}
find_package(SWIG)
if (SWIG_FOUND)
  add_subdirectory(bindings)
endif (SWIG_FOUND)
{noformat}

If you do have Swig installed then please post attach a log of your build and 
we can track down where it's failing.

> Library cproton.so missing from build
> -------------------------------------
>
>                 Key: PROTON-710
>                 URL: https://issues.apache.org/jira/browse/PROTON-710
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: php-binding
>    Affects Versions: 0.7
>         Environment: Debian 3.2.51-1 x86_64 GNU/Linux
>            Reporter: Haag Olivier
>
> After the build, there is no *cproton.so* generated although it's what 
> *cproton.ini* is pointing on.
> I check in my module's list and there is no trace of proton.
> So I add manualy the *cproton.ini* to my php5/conf.d dir and when I check the 
> module's list I get:
> {quote}PHP Startup: Unable to load dynamic library 
> '/usr/lib/php5/20100525/cproton.so' - /usr/lib/php5/20100525/cproton.so: 
> cannot open shared object file: No such file or directory in Unknown on line 
> 0{quote}
> There is only those ones: 
> - libqpid-proton.so
> - libqpid-proton.so.2
> - libqpid-proton.so.2.0.0
> So I try to load them in php but I get this when I get the module's list:
> {quote}PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 
> ‘libqpid-proton.so’ in Unknown on line 0{quote}
> I'm probably wrong somewhere so I ask you here what should I do ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to