REST-assured on Cent OS

December 13, 2011 at 6:37 pm
filed under Uncategorized

To get REST-assured running on my CentOS VM with the sqlite3 gem I needed to install sqlite3 manually and export the LD_LIBRARY_PATH. Like this.

sudo wget http://www.sqlite.org/sqlite-autoconf-3070400.tar.gz
sudo tar xzvf sqlite-autoconf-3070400.tar.gz
cd sqlite-autoconf-3070400
sudo ./configure
make install
export LD_LIBRARY_PATH=/usr/local/lib

no comments

RSS /

Comments are closed.