Hi, I''ve just install Instiki on Mac OS X 10.4.x, but have not beel able to make it successfully past the setup page. After filling in the name, address, and password, I page is displayed that states "Unknown web ''wiki''". I followed the directions in the README, but to no avail. Any suggestions would be greatly appreciated! Thanks, Roger Alexander.
hello roger can you please try to delete the vendor/rails directory (if you have rails installed on your os) and report back if that fixes your problem? if not, you have to get a current ruby osx package and a sqlite package http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html http://sqlite.org see our current thread on that http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html -matthias On 3/21/07, Roger T. Alexander <rta at eecs.wsu.edu> wrote:> Hi, > > I''ve just install Instiki on Mac OS X 10.4.x, but have not beel able > to make it successfully past the setup page. After filling in the > name, address, and password, I page is displayed that states "Unknown > web ''wiki''". I followed the directions in the README, but to no avail. > > Any suggestions would be greatly appreciated! > > Thanks, > > Roger Alexander. > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
Hi Matthias, Thanks for the response. I did try deleting the vendor directory as you describe below, but that did not work either. Also, I my Ruby installation is 1.8.5 (from Darwinports): ruby 1.8.5 (2006-12-25 patchlevel 12) [powerpc-darwin8.8.0] The version of sqlite I have installed (also from Darwinports) is: ralex-03:~ rta$ sqlite3 -version 3.3.13 And readline (again Darwinports): ralex-03:~ rta$ port installed|grep -i readline readline @5.1.004_0 (active) Unfortunately, even with all the above installed, it still does not work. I''ve also tried this on two different machines. Suggestions? Thanks, Roger. On Mar 21, 2007, at 3:16 AM, Matthias Tarasiewicz wrote:> hello roger > can you please try to delete the vendor/rails directory (if you have > rails installed on your os) and report back if that fixes your > problem? > if not, you have to get a current ruby osx package and a sqlite > package > http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html > http://sqlite.org > > see our current thread on that > http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html > > -matthias > > On 3/21/07, Roger T. Alexander <rta at eecs.wsu.edu> wrote: >> Hi, >> >> I''ve just install Instiki on Mac OS X 10.4.x, but have not beel able >> to make it successfully past the setup page. After filling in the >> name, address, and password, I page is displayed that states "Unknown >> web ''wiki''". I followed the directions in the README, but to no >> avail. >> >> Any suggestions would be greatly appreciated! >> >> Thanks, >> >> Roger Alexander. >> >> _______________________________________________ >> Instiki-users mailing list >> Instiki-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/instiki-users >> > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users
hello roger -- one final question: do you have rails and rubygems installed on your system? with the following configuration it should work for sure: ruby 1.8.4 or greater rails 1.2.3 rubygems 0.9.2 gem: sqlite3-ruby 1.2.1 (gem install sqlite3-ruby) the problem seems to be some broken libraries in the default installation of mac-osx, that cause sqlite3 errors. did you compile ruby with the correct readline directory? ./configure --prefix=/usr/local --enable-pthread --with-readline-dir=/usr/local find more information here: http://hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger?status=301 if that still does not fix things, i can research more on that topic, since i am also on osx. -matthias On 3/21/07, Roger T. Alexander <rta at eecs.wsu.edu> wrote:> Hi Matthias, > > Thanks for the response. I did try deleting the vendor directory as > you describe below, but that did not work either. Also, I my Ruby > installation is 1.8.5 (from Darwinports): > > ruby 1.8.5 (2006-12-25 patchlevel 12) [powerpc-darwin8.8.0] > > The version of sqlite I have installed (also from Darwinports) is: > > ralex-03:~ rta$ sqlite3 -version > 3.3.13 > > And readline (again Darwinports): > > ralex-03:~ rta$ port installed|grep -i readline > readline @5.1.004_0 (active) > > Unfortunately, even with all the above installed, it still does not > work. I''ve also tried this on two different machines. > > Suggestions? > > Thanks, > > Roger. > > > > > > On Mar 21, 2007, at 3:16 AM, Matthias Tarasiewicz wrote: > > > hello roger > > can you please try to delete the vendor/rails directory (if you have > > rails installed on your os) and report back if that fixes your > > problem? > > if not, you have to get a current ruby osx package and a sqlite > > package > > http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html > > http://sqlite.org > > > > see our current thread on that > > http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html > > > > -matthias > > > > On 3/21/07, Roger T. Alexander <rta at eecs.wsu.edu> wrote: > >> Hi, > >> > >> I''ve just install Instiki on Mac OS X 10.4.x, but have not beel able > >> to make it successfully past the setup page. After filling in the > >> name, address, and password, I page is displayed that states "Unknown > >> web ''wiki''". I followed the directions in the README, but to no > >> avail. > >> > >> Any suggestions would be greatly appreciated! > >> > >> Thanks, > >> > >> Roger Alexander. > >> > >> _______________________________________________ > >> Instiki-users mailing list > >> Instiki-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/instiki-users > >> > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >