Re: [Astlinux-users] Custom Builds. PHP

2012-12-03 Thread Lonnie Abelbeck
David, For our PHP, we have PDO enabled (--enable-pdo), but not BR2_PACKAGE_PHP_EXT_PDO_SQLITE (--with-pdo-sqlite). There is a checkbox in the build system (make menuconfig) for this. If building a custom image is your thing, then this is a very easy customization. Lonnie On Dec 1, 2012, a

[Astlinux-users] Custom Builds. PHP

2012-12-01 Thread David | StyleFlare
I recently asked if the PDO module was included as part of AstLinux, but after some more research it seems that the PDO module also requires compilation of a PDO specific DRIVER, so I was wondering how I could custom build pdo_sqlite into AstLInux. Thanks in advance for any information on this.