-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: proton-0.7
-
Fix Version/s: None
-
Component/s: php-binding
-
Labels:None
-
Environment:Debian 3.2.51-1 x86_64 GNU/Linux
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:
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
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:
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) ‘libqpid-proton.so’ in Unknown on line 0
I'm probably wrong somewhere so I ask you here what should I do ?