Re: eusqlite installation on Linux
- Posted by dukester Dec 24, 2010
- 1374 views
Got it working!
Here are the foolproof steps I took to get sqlite3.x working with Euphoria 3.1.1 on a Linux Xubuntu box:
DL sqlite-3.5.4.so
mv sqlite-3.5.4.so /usr/lib/
cd /usr/lib
sudo ln -s sqlite-3.5.4.so sqlite3.so
sudo ldconfig
DL eusqlite3.zip
unzip into a EUINC directory
Hope this helps someone down the road!
Merry Christmas!
Duke