View previous topic :: View next topic |
Author |
Message |
geekslack n00b
Joined: 19 Sep 2005 Posts: 10 Location: Brazil
|
Posted: Mon Feb 27, 2006 3:52 pm Post subject: smbldap-tools strange problem |
|
|
Hi all!
When I put command smbldap-usershow <user>, the system return:
Quote: |
voldemort ~ # smbldap-usershow geekslack
Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/sbin/ /etc/perl /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.6/i686-linux-thread-multi /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.7/i686-linux-thread-multi /usr/lib/perl5/5.8.7 /usr/local/lib/site_perl .) at /usr/sbin//smbldap_tools.pm line 6, <DATA> line 225.
BEGIN failed--compilation aborted at /usr/sbin//smbldap_tools.pm line 6, <DATA> line 225.
Compilation failed in require at /usr/sbin/smbldap-usershow line 31, <DATA> line 225.
BEGIN failed--compilation aborted at /usr/sbin/smbldap-usershow line 31, <DATA> line 225.
voldemort ~ #
|
But when I do:
Quote: |
voldemort ~ # ldapsearch -x -b geekslack "dc=redtalons,dc=intra"
# extended LDIF
#
# LDAPv3
# base <geekslack> with scope sub
# filter: dc=redtalons,dc=intra
# requesting: ALL
#
# search result
search: 2
result: 34 Invalid DN syntax
text: invalid DN
# numResponses: 1
voldemort ~ #
|
Its correct?
My ldap was work normaly, but since update of perl this problem appears.
Thanks for any help.
ps: sorry my terrible english. _________________ Geek_Slack
geekslack@gentoobr.org
Gentoo x86
kernel 2.6.22-gentoo-r2 |
|
Back to top |
|
|
rsteed n00b
Joined: 24 Feb 2006 Posts: 11
|
Posted: Mon Feb 27, 2006 7:07 pm Post subject: |
|
|
Run the following command to install the Unicode::MapUTF8 module or download Unicode-MapUTF8-1.11.tar.gz and manually install.
Code: | perl -MCPAN -e 'install Unicode::MapUTF8' |
|
|
Back to top |
|
|
geekslack n00b
Joined: 19 Sep 2005 Posts: 10 Location: Brazil
|
Posted: Mon Feb 27, 2006 10:43 pm Post subject: |
|
|
Thanks for help rsteed!
It's work now... partially, but I will do work. _________________ Geek_Slack
geekslack@gentoobr.org
Gentoo x86
kernel 2.6.22-gentoo-r2 |
|
Back to top |
|
|
|