Cant get sqlite to work error: no such file to load -- sqlit

i have followed the steps here but still get the no such file to load
–sqilite error:
http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite

Os: osx 10.4.8

Acording to wiki:
sqlite3 is part of Mac OS X 10.4. Its path is ’/usr/bin/sqlite3’. You do
not need to install it.

Below are combinations swig/sqlite gem i have tried

  1. swig -mac ports
  2. sqlite3-ruby gem
    or
  3. gem install sqlite-ruby – --with-sqlite-dir=/opt/local

Then…

  1. swig -from source
  2. sqlite-ruby gem

Still get the error.

Some help would be great.

cheers,
adam