summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorjustint <justint@web>2010-10-14 21:45:48 +0000
committerJoey Hess <joey@kitenet.net>2010-10-14 21:45:48 +0000
commit1c4eeddb784b4e04abb5364d140684359a56aca3 (patch)
tree3a74c3d31ccfe03ae0ce18111e4993f6dfeef564 /doc/tips
parent222e1fdc1f62433d290c39e8bb3235167192b062 (diff)
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
index aa89c4f55..50bb2f520 100644
--- a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
+++ b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
@@ -171,15 +171,10 @@ it installed without issue so I'm baffled why it didn't install from command lin
## turning on search plugin:
-I turned on the plugin from the setup page in ikiwiki but it gave an error when I went to search. Error "blah blah cgi-bin/omega/omega" does not exist or some such. I did a
+I turned on the plugin from the setup page in ikiwiki but it gave an error when I went to search. Error "Error: /usr/lib/cgi-bin/omega/omega failed: No such file or directory".
+I did a "find / -name "omega" -print" and found the omega program in "/usr/local/lib/xapian-omega/bin/omega".
-find / -name "omega" -print
-
-and found the omega program in
-
-/usr/local/lib/xapian-omega/bin/omega.
-
-Then I went into the setup file and replaced the bad path, updated and badda-boom badda-bing.
+Then I went into the 2wiki.setup file and replaced the bad path, updated and badda-boom badda-bing.