Created
November 10, 2009 21:38
-
-
Save uhhuhyeah/231287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MBPro:loc_dashboard davidamcclain$ rake ts:in | |
(in /Users/davidamcclain/apps/notch8/loc_dashboard) | |
Generating Configuration to /Users/davidamcclain/apps/notch8/loc_dashboard/config/development.sphinx.conf | |
Sphinx 0.9.8-release (r1371) | |
Copyright (c) 2001-2008, Andrew Aksyonoff | |
using config file '/Users/davidamcclain/apps/notch8/loc_dashboard/config/development.sphinx.conf'... | |
indexing index 'post_core'... | |
ERROR: source 'post_core_0': unknown type 'pgsql'; skipping. | |
ERROR: index 'post_core': no valid sources configured; skipping. | |
distributed index 'post' can not be directly indexed; skipping. | |
rake aborted! | |
The following command failed: | |
/opt/local/bin/indexer --config "/Users/davidamcclain/apps/notch8/loc_dashboard/config/development.sphinx.conf" --all | |
This could be caused by a PATH issue in the environment of cron/passenger/etc. Your current PATH: | |
/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
You can set the path to your indexer and searchd binaries using the bin_path property in config/sphinx.yml: | |
production: | |
bin_path: '/usr/local/bin' | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment