pdlib icon indicating copy to clipboard operation
pdlib copied to clipboard

PHP extension for Dlib.

Results 33 pdlib issues
Sort by recently updated
recently updated
newest added

Fix according to "recent" version defined in the php_pdlib.h

System: FreeBSD system 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64 Issue: Unable to compile PDlib due to 'ld: error: unable to find library -lstdc++' and 'Error code 1' Expected behaviour: PDlib compiles...

I am using `Nextcloud-AIO` and want to install the `Face Recognition` app which requires this extension as a dependency. Please add this to [PECL](https://pecl.php.net/packages.php) so me and anybody else can...

Hello, I am attempting to get pdlib working with PHP8.1 in order to get nextcloud facerecognition working again after an update via yunohost. I have copied my console output of...

On NextCloud Getting Error Module 'pdlib' already loaded at Unknown#0 How can I uninstall pdlib or make this error go away

I've installed dlib and pdlib following the installation instructions. However after installing pdlib i run `make test` and it returns with 1 fail: Just test php extension version. The error...

php: symbol lookup error: /usr/lib/php/20210902/pdlib.so: undefined symbol: _ZN4dlib4cuda17tensor_descriptorC1Ev Face Recognition fine with CPU, failing on GPU compile missing token “First we try to open the models… php: symbol lookup error:...

I tried to compile and install for nextcloud on Php8.2 and it didn't work properly. Please add support as the latest nextcloud betas allow using php8.2

Hello, i managed to compile everythin. I changed in the Makefile: CC = clang and CXX = clang++ There were serveral warnings while compiling: ` /home/chrissie/pdlib/pdlib.cc:139:61: warning: offset of on...

php-dev (on debian-like systems) needs to be installed to succesfully build pdlib (so we can run phpize). This is not mentioned in the Requirements or installation instructions.