I'm trying to compile php 5.0.3 using the --with-sqlite=/usr/local/sqlite/lib option among some others and I obtain the following error code:
checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)... no
checking for sqlite support... yes
checking for sqlite_open in -lsqlite... no
configure: error: wrong sqlite lib version or lib not found
Any idea why is this problem arising?
Thanks in advance.
-- JM Lopez-Coronado.