diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-20 22:37:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-20 22:37:15 -0400 |
commit | 38c2495a9fc74d1c728d4c43255bf62011f2da31 (patch) | |
tree | 9dfe09951e622d34ee67a6da646fed9f7c967d9c /doc/install | |
parent | 187d59454b0272f7b8a73958b4a5aa00dc20b2bb (diff) |
response
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/discussion.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index 9b64330e4..ebdb7e090 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -1,5 +1,17 @@ No matter what I do, ikiwiki gives me a `Can't locate loadable object for module Locale::gettext in @INC` although I've installed (and reinstalled) the Locale module, and no luck. If I look at the directories in the INC path, I can see the file. The wiki won't compile in spite of this, and I've tried everything I can think of.. -- [[tychoish]] +> Sounds like the `Locale::gettext` perl module is there, but your perl +> installation is broken so that the accompnying so file is not there, or +> doesn't work. On my system I have +> `/usr/lib/perl5/Locale/gettext.pm` and +> `/usr/lib/perl5/auto/Locale/gettext.so` -- suspect your problem is with +> the second one. +> +> If you can't fix it, this problem could probably be worked around by +> unsetting all environment variables when running ikiwiki (`LANG`, +> `LC_ALL`, `LC_MESSAGES`). Then it won't try to load `Locale::gettext` at +> all. --[[Joey]] + --- I am trying to install Ikiwiki version 2.1 from the source tarball. |