When I run the following command in terminal:
php somePHPfile.php
The following error happens:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/gearman.so' - /usr/lib/php5/20100525/gearman.so: cannot open shared object file: No such file or directory in Unknown on line 0
I've installed gearman and gearmanAdmin. The gearman.so
is not present in the /usr/lib/php/20100525/
path.
I've installed gearman from source. Gearman's version is 1.1.5 is installed.
I have on gearman.so in the following path:
/usr/lib/x86_64-linux-gnu/libgearman.so.6.0.0
Try this command:
I know this is a rather crude way to do this. But, this should work well enough.