On Monday 15 January 2007 10:45, neelam wrote:
thnx dinesh and siddhesh .......... u r right ... i dont have the sqlite3 - devel package installed on my system .... wht i do for this ? ( but i dont get any warnings even after using -Wall option ) .. still the error comes as invalid operation when linked with sqlite3 lib
Please format your message properly the next time. It becomes a bit difficult to understand. Anyway, getting back to your question, installation of sqlite devel library depends on your distribution. Here are a few commands for common distributions:
Fedora: yum install sqlite-devel rpm -ivh [RPM FILE NAME]
Debian or debian based distros ( Ubuntu, KUbuntu etc... ): apt-get install sqlite-devel dpkg ( i'm not sure of the syntax )