When I attempted to link PHP 5.3.2 with SQLite 3.7.0 I got an undefined
symbol sqlite3_column_table_name.  By adding -DSQLITE_ENABLE_COLUMN_METADATA
to my SQLite CFLAGS in the configure, I was able to link the PHP 5.3.2
Apache Module:

CFLAGS="-arch x86_64 -DSQLITE_ENABLE_COLUMN_METADATA" \
./configure --prefix=/usr/local \
            --enable-readline \
            --enable-threadsafe

I didn't have to do this for previous SQLite versions.  NBD (No Big Deal).
-- 
Jeffrey Thompson
JANOAH, INC.
Alpharetta, GA
Office: 678-373-4157
jeff...@janoah.net
http://twitter.com/janoahinc

"where the Spirit of the Lord is, there is liberty" -- 2 Corinthians 3:17
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to