On 6/25/20 4:17 PM, Jeff McKenna wrote: > Just pointing here to a report of a missing required file for PHP > mapscript: > https://bugs.launchpad.net/ubuntu/+source/mapserver/+bug/1884854 I > can't find a result for that filename 'mapscript.php' in the > php-mapscript-ng package > https://packages.debian.org/unstable/php-mapscript-ng
The file is not installed as part of the build process, this installs the results of `make install`. There is no mapscript.php in the source tree, nor is there any reference in any of the CMakeLists.txt files. `make install` only installs these files: -- Installing: <BUILDPATH>/usr/lib/php/20190902/php_mapscript.so -- Installing: <BUILDPATH>/usr/lib/php/20190902/php_mapscriptng.so And these are included in their respective packages. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
