Hi all,
I realise this is a bit of a noob question (none of these are technologies I typically work with)
I've downloaded & built from source (Git repo) the latest Gearman server, which all completed fine, but I'm now getting the following error when trying to use it within a PHP environment:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/gearman.so' - /usr/lib/php/20151012/gearman.so: cannot open shared object file: No such file or directory in Unknown on line 0
print gearman_version()."\n";
Nowhere in the source files can I find either gearman.so.x (or whatever) so I know this won't have built from the source (please correct me if I'm wrong, I'm fairly sure I'm not).
Does anyone know what I must do to obtain this library please?
Many thanks for your help
Rog