|
Posted by Gilles Ganault on 09/28/16 12:01
On Mon, 28 Jan 2008 22:10:10 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:
>Sounds like you've got something really screwed up.
I've never its "clean" option, so it might be broken without my doing
anythign. I'll just delete and start again.
>Check the output of ./config --help. But IIRC, it's something like:
>
>--with-sqllite=/path/to/development/libs
So libs=compiled version? I'll try this instead:
PHP5_SQLITE+=--disable-pdo --without-pdo-sqlite --with-sqlite
If NOK,
PHP5_SQLITE+=--disable-pdo --without-pdo-sqlite
--with-sqlite=/usr/local/lib/libsqlite3.a
The exemples I found all their disable SQLite, or compile it with PDO
and dynamically.
Thanks.
Navigation:
[Reply to this message]
|