On 13/08/09 1:01 PM, "Michael Petch" <[email protected]> wrote:
> Since I believe there may be missing header files (and development files) on > your system can you also email me a copy of the files (They are in the > directory where you built gnubg): Can you run this command as well: dpkg-query -l | grep sqlite I'd like to know what Sqlite packages you have installed. At a minimu you will need: libsqlite0 libsqlite3-0 libsqlite3-dev (or something similar) If you wish you could try installing these packages with the command: apt-get install libsqlite0 libsqlite3-0 libsqlite3-dev Then try to rebuild Gnubg starting with the ./configure process (If you add libraries you will have to run ./configure again) Mike _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
