Hi, Russell
try skipping the dbi-0.1.1.tar.gz installation step and follow the rest of the instructions
Apologies for lengthy post.
Did as suggested. Installing metadot password
aborted:# ./install --no-tests mwiki xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+ install --mode=700 --directory metadot-on-rails-attachments
+ cd metadot-on-rails-attachments
+ tar -xf ../default_wiki_attachments.tar
+ cd ..
+ install --mode=700 --directory metadot-rails
+ cd metadot-rails
+ tar -xf ../wiki.tar
+ install --mode=700 --directory log
+ sed 's/metadot_/mwiki_/g; s/password:/password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ./config/database-sample.yml
sed: -e expression #1, char 77: unknown option to `s'
+ set +x
***************
*** ABORTED ***
***************
I used correct password (copy paste) from .mycnf
3 new db's were created: mwiki_development, mwiki_production and mwiki_test - all 0 tables.
Noticed this line from above
+ sed 's/metadot_/mwiki_/g; s/password:/password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I
removed :password from line
90 of install (forgive presumptuousness)
re-running ./install
still aborts, but at this point:
]# ./install --no-tests mwiki xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+ install --mode=700 --directory metadot-on-rails-attachments
+ cd metadot-on-rails-attachments
+ tar -xf ../default_wiki_attachments.tar
+ cd ..
+ install --mode=700 --directory metadot-rails
+ cd metadot-rails
+ tar -xf ../wiki.tar
+ install --mode=700 --directory log
+ sed 's/metadot_/mwiki_/g; s/password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ./config/database-sample.yml
+ '[' 2 -gt 1 ']'
+ rake install database=mwiki username=root password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
(in /opt/metadot7/metadot-rails)
+ rake db:migrate
(in /opt/metadot7/metadot-rails)
rake aborted!
Access denied for user 'root'@'localhost' (using password: NO)
(See full trace by running task with --trace)
+ set +x
***************
*** ABORTED ***
***************
This line from above is interesting
Access denied for user 'root'@'localhost' (using password: NO)
could that be because of removing (what appeared to me) to be a duplicate "password:" in install?
I don't really know what I'm doing, except I was trying to "trouble shoot" - please forgive if I'm barking up the wrong tree - feel somewhat foolish

See if you can assist, please.