Fred wrote: > Hello > > I could compile PHP5 successfully with the old 2.8.17 SQLite library that > comes with PHP5 using those switches in PHP5.mk: > > PHP5_SQLITE+=--disable-pdo --without-pdo-sqlite --with-sqlite > > But I'd rather use the latest and greatest from www.sqlite.org which is > 3.5.4. Problem is, the following fails: > > PHP5_SQLITE+=--disable-pdo --without-pdo-sqlite > --with-sqlite=/usr/local/lib/libsqlite3.a >
From the document I've reviewed, it's not possible unless you use either pdo or pdo-external for sqlite support. Otherwise, the internally bundled (with php5) sqlite2 version is used. You should still use the variable $(STAGING_DIR)/usr. Why again is the pdo-sqlite bad? Sqlite is NOT broken in trunk. I just recompiled it again. With all of the problems you're having (zaptel the other day, this now), I'd say there's something that needs to be resolved with your build environment. If I can build you an image with php and sqlite support as you want, can you test it to verify the functionality? If so, what image do you want (meaning which target arch: geni586, VIA, net5501, net4801?) Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
