Displaying 20 results from an estimated 1000 matches similar to: "CPAN issues"
2015 Jun 29
0
CPAN issues
It's not a good idea to update CPAN and/or install modules from CPAN into
the OS-installed perl. Use rpm packages from yum. Many can be found in
the standard CentOS repo and EPEL has many as well. Take a look at
perlbrew if you really need a new version of perl for some reason. If you
don't really need the new version, don't update it.
? Brian Mathis
@orev
On Mon, Jun 29, 2015
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it
on Friday, with the same results)
I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl
install completed. Ultimately, I need to get Selenium::Remote::Driver
working, but I'm struggling before that.
I started off as always by using RPM's for everything I possibly can. I
2004 Jun 29
1
Anyone here. . .
who can help me with an install of perl-ldap 0.31?
I'm having two problems in the testing phase of the installation, one is
the gpg signature appears to be broken, it dies with this error:
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.3 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0-signature.....gpg: Signature made
2015 Jun 29
2
CPAN issues
?CPAN is a core module which can be tricky to update on the RedHat based
systems.
Suggest investigating:
local::lib
App::cpanminus
Pinto?
?If you need a newer Perl, check out www.softwarecollections.org.
2015 Jun 30
0
CPAN issues
Thank you Kahlil for your reply.
I made few perl changes, uninstalled CPAN, removed the .cpan dir, and reinstalled, and ran 'install CPAN' and everything looked much better. That is, no failures. The last part of the output was;
<snip>
t/97-mock.t ................... ok
t/97-process_options.t ........ ok
t/97-process_setup_options.t .. ok
t/97-return_values.t .......... ok
All
2017 Mar 31
1
Re: [PATCH 1/3] perl: Add =encoding to Sys::Guestfs man page.
On Fri, Mar 31, 2017 at 10:32:22AM +0100, Richard W.M. Jones wrote:
> Otherwise the man page cannot contain any non-7-bit-ASCII characters.
>
> The test error seen was:
>
> Wide character in print at /usr/share/perl5/vendor_perl/Test2/Formatter/TAP.pm line 112.
> t/910-pod.t ................
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/1 subtests
Somehow I
2008 Sep 22
2
install of Pod::Simple through CPAN
I'm running CentOS 4.4.
I'm trying to install swatch (a log watcher) using CPAN.
It's getting hung up on trying to install a dependency, Pod::Simple
So before I get too wrapped up in this, I have the following
questions:
1. Is there an alternative way to install swatch? I didn't get a hit
when I tried yum.
2. I'm not wedded to swatch. Is there another log checker
2011 May 11
1
hivex: Test failure for Perl, OCaml, Python bindings on sparc
On a Debian/unstable chroot environment on smetana.debian.org ("Linux
smetana 2.6.32-5-sparc64-smp #1 SMP Tue Mar 8 01:00:11 UTC 2011 sparc64
GNU/Linux") node_set_value and node_values fail with a "Bad address"
error, see below.
I am going to make an attempt at debugging this tonight, any advice
would be appreciated.
Cheers,
-Hilko
,----
| (sid)bengen at
2015 Jun 10
1
make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
Eric Lindblad
http://www.ericlindblad.blogspot.com
- - -
Slackware-14.0
bash-4.2# make check
Making check in perl
make[1]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl'
make check-am
make[2]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl'
make check-TESTS
make[3]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl'
./t/01use.t .. ok
All tests
2008 Mar 30
1
smbldap-populate....maputf8 errors
Hi,
I am trying to set up a SAMBA PDC using LDAP for authentication. I am using
this document as a guide:
http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/
SAMBA and openldap are running on the same machine for R&D purposes and I am
using the following software:
OpenSuSE 10.3
samba-3.0.26a-3
openldap2-2.3.37-6
smbldap-tools-0.9.2
I have configured slapd.conf:
2007 Oct 08
2
asterisk hangs on STRPTIME
hello,
running asterisk 1.4.11 on CentOS 4.5
I am getting no response on function STRPTIME() the system just hangs,
STRFTIME() is working fine as seen below. Same thing happens whether
I called in from a softphone or via teliax.
While executing the following code :
;
exten => s,n,Set(v_ts=)
exten => s,n,Set(v_ts=${STRFTIME(|America/New_York|%Y-%m-%d)})
exten =>
2008 Oct 15
1
Problem building Perl net-snmp
Hi
I'm trying to build the perl modules of net-snmp-5.4.2. Everything seems
to work fine until "make test"[1]. The problem with "DynaLoader.pm"
seems to be an old one.
The machine is Centos 5.2 i386
I'm trying to build instead of using the one available in the repos
because I'll build in other platforms and also in nagios-plugins.
Thanks
Marcelo
[1]
2012 Mar 16
3
A difference between allocated and available memory in Xen virtual guest
Hello,
I have allocated 4 GB memory for a guest instance on the Xen hypervisor.
But within the instance there is only 2 GB memory available. See the details,
the guest is named pr-idm:
# Allocated memory on the hypervisor
[root@pr-hyp xen]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3846 8 r-----
2019 Mar 11
2
CPAN not working, or is it?
On Monday 11 March 2019 14:28:38 Pete Biggs wrote:
> > However, as I went for bigger modules, anything that had dependences
> > were then failing as the dependencie were installed OK but then did not
> > appear to be available.
> A number of things you can do. The sort of recommended way is to
> package the perl modules into an RPM and install them that way (so that
>
2012 Jan 17
1
[LLVMdev] [cfe-dev] LLVM & Clang file management
On Sat, Dec 24, 2011 at 9:52 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
>
> On Tue, Dec 6, 2011 at 11:27 AM, Manuel Klimek <klimek at google.com> wrote:
>>
>>
>> Are there open bugs? A quick search for unicode on llvm.org/bugs
>> didn't show anything windows specific.
>>
>
> There's http://llvm.org/bugs/show_bug.cgi?id=10348
2010 Apr 15
6
scripting CPAN installs
Hey folks,
Maybe there is a Perl/CPAN list that is a better place to ask this?
If so, maybe someone can point me to it.
Anyway, I want to be able to script the installation of a bunch of
CPAN modules, and the first basic problem I am coming up against is
that the "cpan" command seems to always return 0 regardless of whether
or not the install completed.
Google does not bring up a
2007 Nov 08
1
Perl make test fails on threads in rhel5
Hi all,
I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian:
make test fails on test 37:
ok 34 - check PositionIterator
ok 35 - create TermIterator
ok 36 - check TermIterator
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 37-65
Failed 29/65 tests, 55.38% okay
$ xapian-config --version
xapian-config - xapian-core 1.0.4
$ cat
2017 Mar 31
0
[PATCH 1/3] perl: Add =encoding to Sys::Guestfs man page.
Otherwise the man page cannot contain any non-7-bit-ASCII characters.
The test error seen was:
Wide character in print at /usr/share/perl5/vendor_perl/Test2/Formatter/TAP.pm line 112.
t/910-pod.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
---
generator/perl.ml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/generator/perl.ml b/generator/perl.ml
index
2017 Jan 23
2
sanbooting FreeBSD ISO under UEFI
Hi all,
I currently use iPXE to load memdisk and, subsequently, a FreeBSD disk
image to perform an OS installation to disk. This works great in BIOS, but
upcoming requirements make UEFI a prerequisite. Because memdisk is not
UEFI-aware, new UEFI-aware media is necessary. The current plan is to
integrate the installation scripts (currently in the hard drive image) into
a bootable FreeBSD ISO
2005 Dec 08
5
perl module
Hi list,
I have trouble install the following perl modules to my Centos 4.2 server
and I need help
Digest::SHA1
Digest::HMAC
Net::DNS
Time::HiRes
HTML::Tagset
HTML::Parser
Pod::Usage
Parse::Syslog
Statistics::Distributions
I tried "perl -MCPAN -e shell" and then "install Pod::Usage" and I got the
following errors:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata