Change PHP configure command

Issue Summary

I need to enable Sqlite3 but it is disabled by default via --without-sqlite3 flag in configure command.

How can I enable it ?

I tried what is outlined on How do I compile additional PHP extensions?, but it gives me an error :

Cannot find build files at ‘/home/vsts/work/_temp/local-lightning-php/php-7.3.5/build/lib/php/build’. Please check your PHP installation.

Phpize demands an actual extension, and running ./configure doesn’t work.

Thanks for your help !

System Details

  • Local version : 6.1.8
  • OS : Ubuntu 21.10
  • PHP on the local site : 7.3.5

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.