Hello

a while ago I posted about not being able to build Links with support for SQLite3

it was because I use the line

# SQL Lite
SQLITE_LIBDIR= ...


in Makefile.config

once I changed it to :

# SQL Lite
SQLITE3_LIBDIR= ...


it worked.

Again maybe I am dumb, but maybe this could be added to the Makefile.sample.config :


# SQL Lite
SQLITE_LIBDIR=
# SQL Lite 3
SQLITE3_LIBDIR=

E.D
_______________________________________________
links-users mailing list
[email protected]
http://lists.inf.ed.ac.uk/mailman/listinfo/links-users

Reply via email to