SID-01277: LdapNgPlugin install can't locate pre-requisite modules
| Status: |
Answered |
TWiki version: |
5.0.2 |
Perl version: |
5.10 |
| Category: |
LdapNgPlugin |
Server OS: |
Linux SLES 11 |
Last update: |
14 years ago |
While installing the
LdapNgPlugin I get the following errors:
Attempt to reload TWiki/Contrib/LdapContrib.pm aborted.
Compilation failed
Checking dependency on Unicode::MapUTF8....
Can't locate Unicode/MapUTF8.pm
However
MapUTF8 and
LdapContrib have already been previously installed and the modules can be found in the following paths:
twiki/unicode/Unicode-MapUTF8-1.11/lib/Unicode/MapUTF8.pm
twiki/lib/TWiki/Contrib/LdapContrib.pm
Do I need to set up any libpaths so the Plugin can find these modules?
--
RonMascarenhas - 2011-09-21
Discussion and Answer
That looks like a strange location for the Unicode::MapUTF8 library. May be better to install via yum or CPAN installer? See
HowToInstallCpanModules. If you install locally under TWiki, put the library at
twiki/lib/CPAN/lib/Unicode/MapUTF8.pm.
--
TWikiGuest - 2011-09-21
For some reason they were in the wrong location. Had to re-install
MapUTF8 and
LdapContrib to get it to work.
--
RonMascarenhas - 2011-10-17
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.