I guess all the academics on the GRASS mail list are off since universities world-wide are closed, so I'll see if coders here can help me resolve an inability to configure the Makefile prior to building.
When I run ./configure with all the necessary options (and all previous builds have not had problems finding libraries or headers for postgres or sqlite), it fails with these messages: checking for location of SQLite library... /usr/lib/ checking for sqlite3_open in -lsqlite3... no checking for sqlite3_open in -lsqlite3... no configure: error: *** Unable to locate SQLite library. When I search the system for the sqlite3 libraries I see: /usr/lib/libsqlite3.la /usr/lib/libsqlite3.so /usr/lib/libsqlite3.so.0 /usr/lib/libsqlite3.so.0.8.6 The trailing slash on the library location works when I tell configure --with-postgres-libs=/usr/local/pgsql/lib/ so I don't understand why there's a problem with my specifying --with-sqlite-libs=/usr/lib/. Ideas needed. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
