Ad Widget

Collapse

Cannot compile with SQLite3 on Solaris

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbrijun
    Member
    • Mar 2006
    • 63

    #1

    Cannot compile with SQLite3 on Solaris

    Hi,

    I am unable to compile a proxy on Solaris with SQLite3 support. I have used OpenCSW repository to install the "sqlite3" package, and the library is there:

    Code:
    /opt/csw/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6
    Each attempt to run ./configure --enable-proxy --with-sqlite3 ends up with an error message "SQLite3 library not found".

    Any advice would be welcome.
    Last edited by mbrijun; 26-01-2012, 11:27.
  • mbrijun
    Member
    • Mar 2006
    • 63

    #2
    RESOLVED - Cannot compile with SQLite3 on Solaris

    It looks like the ./configure was looking for "sqlite3.h" file which was missing. After installing the "libsqlite3_dev" package the problem went away.

    Comment

    Working...