Displaying 20 results from an estimated 3000 matches similar to: "smbldap-populate....maputf8 errors"
2010 Jan 29
7
perl question
I am trying to run a perl script that said it needs Net::SMPP
I ran this:
your_host]# *perl -MCPAN -e shell*
cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support enabled
cpan> *install Net::SNMP
seemed to work. no errors reported.
however when I run perl I still get the same error saying needs
./sendmessage.pl
Can't locate Net/SMPP.pm in @INC (@INC contains:
2009 Nov 20
2
CentOS-DS Configuration/Setup Issue
All,
I'm running CentOS 5.4 and I've installed the CentOS Directory Server by
running yum -y install centos-ds* without any errors. But as soon as I
attempt to run the setup I get the following:
[root at jpdsys3 ~]# /usr/sbin/setup-ds-admin.pl
Can't locate Setup.pm in @INC (@INC contains: /usr/lib64/dirsrv/perl
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
2005 Jan 05
1
ASTCC Compiling Problem
I have this error compiling ASTCC:
[root@pbx astcc]# make install
mkdir -p /var/www
mkdir -p /var/www/html/_astcc
mkdir -p /var/www/cgi-bin/astcc-admin
chmod 755 ./astcc.agi
chmod 755 ./astcc-admin.cgi
echo | ./astcc.agi >/dev/null
Can't locate DBI.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
2008 Feb 28
1
perl error on CentOS
when i type 'perl perlscript.pl, I get the following error
Can't locate version.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
2007 Mar 19
1
installing perl module in centos/rpmforge vs. cpan methods
Hi,
I just used RPMforge package perl-Mail-Sender, and am looking at the
perl cpan site for info, anyone got a simple way to determine if the
module is working properly?
I am trying to use the cpan info, but it's a bit cryptic (as perl is
wont to be).
-it says to use this:
#!/usr/local/bin/perl
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module
2007 Nov 07
1
Smbldap-populate error
Hello friends
I am configuring Samba + ldap from the following tutorial:
https://www.bsdwiki.de/FreeBSD_-_Samba_PDC
When I run the following command:
Smbldap-populate
this the following error:
Can't locate Convert/ASN1.pm in @INC (@INC contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8
2014 Apr 01
3
trouble installing Math::BigInt module
I had to move a perl script from an old server to a new one. Both the
old and new servers are running "CentOS release 5.10 (Final)" and perl
v5.8.8. (But the problem I'm running into appears to be a package
management problem and not a Perl problem which is why I'm posting it to
a CentOS list.)
The line of code in the script that attempts to open a Net::SFTP
connection,
2008 Aug 24
3
Problems with perl upgrading CentOS 5.1 to 5.2
Hi, I'm having problems with perl.
I'm receivings this e-mails from logwatch everyday and appears to be a
problem with perl.
I explain a bit before expose the errors that I received: I tried to
download all perl* packages, uninstall the repeated ones and reinstall all
packages where installed.
I need some help to try to solve this problem, because is a production
server and I can't
2005 Jul 06
3
asterisk perl radiusclient
hello
how to solve these errors
/var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10
use Asterisk::AGI;
vi /etc/asterisk/extensions.conf
exten =>
_X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP
vi /etc/asterisk/modules.conf
load => res_agi.so
<---------------errors------------------------>
*CLI> Can't locate Asterisk/AGI.pm in @INC (@INC
contains:
2007 Oct 26
2
perl question on CentOS
I'm trying to use nmap2nagios (a perl script) on CentOS, but when I
run it, I get the following error:
(If this is offtopic for this list, please let me know)
./nmap2nagios.pl -v -r /tmp/nmap.xml -o /tmp/new.cfg
./nmap2nagios.pl: line 9: use: command not found
./nmap2nagios.pl: line 10: use: command not found
./nmap2nagios.pl: line 11: use: command not found
./nmap2nagios.pl: line 14: use:
2012 Jan 22
1
Problem with spamassassin under CentOS-5.7
I'm getting the following warning in my logwatch,
or if I restart the spamassassin service.
I've tried yum-reinstalling the packages involved
but that didn't help.
-------------------------------
/etc/cron.daily/sa-learn:
Subroutine IO::Socket::INET6::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
Hello,
Apologies in advance if this is not the appropriate forum for this post.
My problem is I'm not able to install the package "GPLOTS". Below are
the outputs for the commands: sessionInfo() and
install.packages("gplots",dependencies=TRUE).
It seems the package "GDATA" is part of the problem but I'm not an
expert in this. The "GDATA" package
2006 Jul 11
1
Building Search_Xapian under FreeBSD
Hi all.
I can't buil perl bindings for Xapian under FreeBSD for version 0.9.6
Here is something about system and error messages:
uname -a: FreeBSD xxx 4.11-RELEASE FreeBSD 4.11-RELEASE
xapian-config --cxxflags: -I/usr/local/include
xapian-config --libs: -L/usr/local/lib -lxapian
xapian-config --version: xapian 0.9.6
# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing
2006 Aug 23
1
Unicode::MapUTF8
hello
when I try to install samba 3.0.23b I get this error
error: Failed dependencies:
perl(Unicode::MapUTF8) is needed by samba-3.0.23b-1
is this perl module required since 3.0.23b?
and why?
can you use 3.0.23b without it?
werner
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2007 May 03
0
smbldap-tools Error in perl module decode.pm
smbldap-tools in a working environment suddenly unable to add or modify
users.
smbldap-useradd kenh
Use of uninitialized value in die at
/usr/lib/perl5/vendor_perl/5.8.6/Convert/ASN1/_decode.pm line 111.
Perl debug trace
[root@steel ~]# perl -d /usr/sbin/smbldap-useradd jimh
Loading DB routines from perl5db.pl version 1.28
Editor support available.
Enter h or `h h' for help, or `man
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
Short:
Which package do I need to install to get
"auto/I18N/Langinfo/autosplit.ix"?
Long:
The problem I have was discussed almost a year ago (see this
thread), but the resolution was not complete...
I''m using Mark Johnson''s slim.py script (package list below), against
repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui`
and `svcadm enable
2005 Jul 11
2
ActiveState Perl, cygwin and R (was: cygwin tar?)
Hello!
I have just read mails in thread
<http://tolstoy.newcastle.edu.au/R/devel/04a/0583.html>
about problems with Cygwin and Rtools. I had the same problems and kept
just the newest cygwin1.dll and things seem OK now. However I
currently hit the problem with Perl (I have ActiveState and Cygwin Perl
installed). When I tried to work with 'Rdconv' in Cygwin I get the following:
$
2010 Oct 01
1
Here we go again: SpamAssassin doesn't like the new Perl update...
Check this out:
% sa-update
Subroutine NetAddr::IP::UtilPolluted::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/NetAddr/IP/Util.pm
line 180
*******************************************************************************
Gilbert Sebenste ********
(My opinions
2008 Apr 13
1
Incorrect @INC: Rcmd SHLIB error under Windows (2.6.2, 44383) (PR#11161)
Hi, R team.
I'm trying to build a dll from a c program to be invoked within R using
the .C() functionality.
Everything works like a charm on my Linux (Centos 5) (also 2.6.2) machines---
but under windows (Vista Ultimate) upon running (in either the windows 'Cmd'
command window or a Bash window) the command
Rcmd SHLIB myfun.c
I receive the error:
Can't locate R/Utils.pm in
2008 Aug 20
1
vicidial mysql problem
I installed asterisk, astguiclient, php and mysql. but when i dialled one
number to another number my asterisk server give the following error:
> /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
> install_driver(mysql) failed: Can't load
>
'/usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/auto/DBD/mysql/mysql.so'
> for module DBD::mysql: libmysqlclient.so.15: