You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to use use_stemmer: true option in my chef-solo config, and I see that is a reason of Error on sphinx installation.
==> default: make[1]: Enteringdirectory`/var/chef/cache/sphinx/libstemmer_c'==> default: make[1]: Leaving directory `/var/chef/cache/sphinx/libstemmer_c'==> default: STDERR: configure: WARNING: ODBC source support will NOT be available==> default: make[1]: *** No rule to make target `src_c/stem_ISO_8859_1_hungarian.c',neededby `stem_ISO_8859_1_hungarian.o'.Stop.
==> default: make: *** [all-recursive]Error1
I found following message:
# libstemmer changed the name of the Hungarian source files,
# but the released version of sphinx still refers to it under the old name.
inreplace "libstemmer_c/Makefile.in",
"stem_ISO_8859_1_hungarian", "stem_ISO_8859_2_hungarian"
I think it can be fixed, but I can't do that because I use Vargant and chef only for one day and I haven't enough skills to fix recipes correctly right now.
Maybe somebody can do that? Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I tried to use
use_stemmer: true
option in my chef-solo config, and I see that is a reason of Error on sphinx installation.I found following message:
sources:
I think it can be fixed, but I can't do that because I use Vargant and chef only for one day and I haven't enough skills to fix recipes correctly right now.
Maybe somebody can do that? Thanks!
The text was updated successfully, but these errors were encountered: