Dan Kennedy wrote:

configure:79872: checking for sqlite_open in -lsqlite

It might be looking for sqlite version 2, not 3. Grep the
configure script for the string "sqlite3_open", and then
"sqlite_open". If you find the latter and not the former,
it's version 2 you need to install.




You were exactly right. I compiled 2.8.17 and that let PHP 6 configure, make, and make install.

However I think I blew away Fedora's yum (yellowdog updater) program when I compiled and installed 3.3.3...or maybe 2.8.17 did it...yum seems to have gone haywire. But there was also a raft of Fedora updates so I'll not point fingers at SQLite. I was just recalling that yum uses SQLite now and my own misconfiguration could have caused a problem.

Bob Cochran


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


Reply via email to