Displaying 20 results from an estimated 3000 matches similar to: "PERL module woes"
2010 Sep 02
2
Issue with Perl and rpmforge - advice?
I have an old version of rkhunter installed on my CentOS 5 machine,
one I got from rpmforge.
In my most recent attempts to update this, I get the following errors in yum:
Resolving Dependencies
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing
2010 Jan 20
2
perl updates always break perl programs, how to fix?
I realize this is my fault because once upon a time I installed a package
using CPAN and probably other admins on the system have as well but now
whenever I update perl I have to jump through hoops to get perl applications
to work again (usually updating Scalar::Util and another package with CPAN).
I would love to figure out how to fix this so it's not such a headache to
keep up to date with
2014 Mar 14
0
Re: Sys::Virt integration into other event loops
On Fri, Mar 14, 2014 at 09:01:22AM -0600, Scott Wiersdorf wrote:
> Hi all,
>
> I’m trying to integrate Perl’s Sys::Virt into an already existing AnyEvent program.
>
> I’m accustomed to writing things like this:
>
> use EV;
> use AnyEvent;
> use AnyEvent::Handle;
> my $h = AnyEvent::Handle->new(fh => $fh, …);
> $h->on_read(sub { … });
>
> EV::run;
2009 Aug 03
1
Perl Module Question
To safely make Perl modules from CPAN in Solaris, I used this procedure:
mkdir /opt/cpan
chmod 777 /opt/cpan
chown joe:101 /opt/cpan
PERL5LIB=$PERL5LIB:/opt/cpan
export PERL5LIB
/usr/perl5/bin/perlgcc -MCPAN -e shell
Also, ~/.cpan/CPAN/MyConfig.pm specifically had
'makepl_arg' => q[LIB=/opt/cpan PREFIX=/opt/cpan INSTALLMAN3DIR=/opt/cpan/man/man3],
Does this make sense in CentOS as
2014 Mar 14
3
Sys::Virt integration into other event loops
Hi all,
I’m trying to integrate Perl’s Sys::Virt into an already existing AnyEvent program.
I’m accustomed to writing things like this:
use EV;
use AnyEvent;
use AnyEvent::Handle;
my $h = AnyEvent::Handle->new(fh => $fh, …);
$h->on_read(sub { … });
EV::run; ## start the event loop
I can add some code in the on_read() handler and every time the $fh has something to read, it will fire
2007 May 09
1
Oracle instantclient on CentOS 4.4 with DBD::Oracle
Does anyone have experience on installing the Oracle instantclient and
DBD::Oracle on CentOS 4.4.
I have been having several issues with getting the RPMs from Oracle's site
working with DBD::Oracle. I can get the oracle instant client to install
without issue. But I cannot compile/install DBD::Oracle using cpan or
cpan2rpm.
I found http://freshrpms.net/docs/oracle/ which has a nosrc rpm
2010 Sep 03
3
Issue with Perl and rpmforge - advice? - SOLVED
On Wed, Sep 1, 2010 at 6:51 PM, Mark <mhullrich at gmail.com> wrote:
> I have an old version of rkhunter installed on my CentOS 5 machine,
> one I got from rpmforge.
>
> In my most recent attempts to update this, I get the following errors in yum:
>
:
> --> Finished Dependency Resolution
> perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
>
2013 Feb 14
0
Installing SOGo on Centos 5
Hello,
I was following directions at:
http://www.sogo.nu/english/support/faq/article/how-to-install-sogo-and-sope-through-yum-1.html
to install SOGo on CentOS 5.9 and, noticing that among the dependencies
is memcached and rpmforge includes a much more recent version than EPEL,
I preferred rpmforge and therefore I set a higher priority for rpmforge
repo (see below).
[Note: I guess I could have
2008 Oct 26
1
cpan2rpm
When you use --no-depchk with this tool, does this actually turn off the dependency
check in the final rpm as well? Reading docs about this I am not sure and I just installed
an rpm that I know I am missing the deps for and built with this switch and it installed fine?
Thanks,
jlc
2007 Oct 26
3
Managing R packages under Linux
Greetings,
I need to develop a way to manage the installation and update of R
packages under linux (CentOS), hopefully using Puppet. I''ve got most of
the rest of hodge-podge of install scripts and maintenance scripts
translated into Puppet and need to tackle this beast now.
R is a programming language for statistics, basically, and has a few
jillion add on package libraries, very much
2017 Oct 22
1
perl-ExtUtils-ParseXS-3.18-3.el7.noarch: [Errno 256] No more mirrors to try
Everyone,
I have had some continued difficulties in getting yum update to
download and update perl-ExtUtils-ParseXS-3.18-3.el7.noarch after the
update from 7.3 to 7.4 on several machines. I have had to --exclude
this rpm from the command line to make the update happen.
I was unable to identify this problem on the known issues of :
2008 Aug 21
7
perl
Am trying to install perl module "File::Find", but not able it gave the
following
cpan[1]> install File::Find
CPAN: Storable loaded ok (v2.15)
Going to read /root/.cpan/Metadata
Database was generated on Thu, 21 Aug 2008 02:03:21 GMT
Running install for module 'File::Find'
The most recent version "1.12" of the module "File::Find"
is part of the
2007 Aug 05
1
Enbended Perl
Hi All;
I am looking for a way to install Enbedded Perl on a Blue Quartz CentOS 4
Based server....
Any info on how to do it ???
All I have is http://perl.apache.org/embperl/
And no info on installing it on the Apache/2.0.52 (CentOS) Server
Used by BQ Cent OS4
Personally I have never heard of it but I had a request to use it
On one of my production servers...
Franklin S. Werren webmaster at
2006 Dec 14
1
perl-libnet question
*Hi all,
does somebody know where I can find perl-libnet rpm for centos 4.3 with
perl-5.8.5-16.RHEL4.x86_64.rpm
Tried dag's repo wich has alot of perl modules but unfortuneately hasn't got
perl-libnet, just an empty dir
http://dag.wieers.com/packages/perl-libnet/
thanks in advance!
Ivqgo
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Aug 19
0
failure building memcached rpm
Hi all,
I need to install the latest memcached version (1.4.20) on a number of
machines in this environment. There are only rpm's of this app for RHEL 6.
But we need to install the latest memcached on a number of RHEL 5 machines.
To be specific, they are OEL 5.7 hosts.
I've installed all of the developers tools that I would need.
But when I go to build the RPM I am getting the
2004 Aug 06
1
libshout-perl compilation error
Hi - got this from both the CVS source and the tarball:
(libshout compiled and installed cleanly)
[root@hunter stream]# cd Shout-1.0
[root@hunter Shout-1.0]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Shout
[root@hunter Shout-1.0]# make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Shout
mkdir blib/lib/auto
mkdir
2016 Dec 15
3
Redhat Dependencies
Centos and redhat repositories are not the same. Also I tried epel already.
They may change the names of the related packages so I ll ask to redhat
team ASAP. Actually I'm testing it out so I have no hurry.
I ll let you know guys
mobile!
15 Ara 2016 ÖS 9:49 tarihinde "Vinicius Lehmann via samba" <
samba at lists.samba.org> yazdı:
> Hi,
>
> Execute* yum install
2015 Oct 23
1
[PATCH v3] perl: Switch to using Module::Build.
version 3:
- Split requires into configure_requires/etc.
- Use lists for extra_compiler_flags, extra_linker_flags.
- Suppress .packlist file.
- Set the release_status field.
Rich.
2015 Oct 23
1
[PATCH] perl: Switch to using Module::Build.
Switch from 'ExtUtils::MakeMaker' to 'Module::Build'.
There's not really a huge difference here. The interfacing gymnastics
that we have to do to make Makefile.am and Module::Build talk to each
other is probably a little bit simpler.
I compared the output of 'make install' before and after, and there's
not much difference. 'perllocal.pod' is not
2006 Apr 22
3
rjs woes, any hints?
I''ve pared my rjs experiment down to what seems a bare minimum. When I click
on my link_to_remote, the rjs executes, returns the correct javascript to
the browser, but it doesn''t update the div I''ve specified. What appears to
be coming back from the controller is:
Element.update("my_form", "hello, rjs");
I''m tearing my hair out.