Rich Shepard wrote: > What controls the information in /usr/lib/pkgconfig/sqlite3.pc? > > Here, it contains: > > # Package Information for pkg-config > > prefix=/usr > exec_prefix=${prefix} > libdir=/usr/lib > includedir=${prefix}/include > > Name: SQLite > Description: SQL database engine > Version: 3.6.23.1 > Libs: -L${libdir} -lsqlite3 -ldl > Libs.private: -lpthread > Cflags: -I${includedir} > > Yet I have version 3.7.3 installed and working. I suspect this mis-match > is why an application fails to configure by not finding the sqlite3 > libraries.
Probably sqlite3.pc was installed by your normal system package manager (like yum or apt) as part of the sqlite-devel package. What distro are you in? Did you compile/install 3.7.3 by hand after that? -- Eric A. Smith Dad said, "To fish you must be patient." Since Dad is not patient, and since he was catching no fish, I figured he must be right. -- Paige Smith, age 14 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users