Re: [CentOS] perl-Curses in C8?

2020-06-06 Thread Jonathan Billings
On Jun 6, 2020, at 09:57, Mike McCarthy, W1NR wrote: > > Are there any repos that would have perl-Curses for CentOS 8? It was > always available in epel but not anymore. Looks like it has been requested already: https://bugzilla.redhat.com/show_bug.cgi?id=1823368 The maintainer hasn’t branche

Re: [CentOS] perl Net::Interface module on CentOS 8

2020-05-04 Thread Werf, C.G. van der (Carel)
Wasn't this renamed to : perl-IO-Interface (in centos7) ?? Carel van der Werf -Original Message- From: CentOS On Behalf Of Jonathan Billings Sent: Sunday, 3 May, 2020 23:01 To: CentOS mailing list Subject: Re: [CentOS] perl Net::Interface module on CentOS 8 On May 3, 2020, at

Re: [CentOS] perl Net::Interface module on CentOS 8

2020-05-03 Thread Jonathan Billings
On May 3, 2020, at 14:34, sthustfo wrote: > > We have received a perl program that makes use of "Net::Interface" module > which I am trying to run on CentOS 8. However, running into issues as this > module is not found. > > use Net::Interface; > > I could use cpan to install the same, but curre

Re: [CentOS] perl-Net-SCP on Centos 7

2019-03-04 Thread Gary Stainburn
On Monday 04 March 2019 10:31:17 Gianluca Cecchi wrote: > Pressed return too earlier... > But in the same repo there is: > http://dries.eu/rpms/perl-Net-SCP/perl-Net-SCP > > that seems the same version I have in my Fedora 29 > Gianluca HI Gianluca Thanks for this. I had already looked at the site

Re: [CentOS] perl-Net-SCP on Centos 7

2019-03-04 Thread Gianluca Cecchi
On Mon, Mar 4, 2019 at 11:29 AM Gianluca Cecchi wrote: > > > On Mon, Mar 4, 2019 at 11:28 AM Gianluca Cecchi > wrote: > >> An older thread on CentOS pointed to this resource: >> http://dries.eu/rpms/perl-Net-SCP-Expect/perl-Net-SCP-Expect >> >> HIH, >> Gianluca >> >>> >>> > Sorry I missed the "E

Re: [CentOS] perl-Net-SCP on Centos 7

2019-03-04 Thread Gianluca Cecchi
On Mon, Mar 4, 2019 at 11:28 AM Gianluca Cecchi wrote: > An older thread on CentOS pointed to this resource: > http://dries.eu/rpms/perl-Net-SCP-Expect/perl-Net-SCP-Expect > > HIH, > Gianluca > >> >> Sorry I missed the "Expect" in the rpm name ___ C

Re: [CentOS] perl-Net-SCP on Centos 7

2019-03-04 Thread Gianluca Cecchi
An older thread on CentOS pointed to this resource: http://dries.eu/rpms/perl-Net-SCP-Expect/perl-Net-SCP-Expect HIH, Gianluca On Mon, Mar 4, 2019 at 11:03 AM Gary Stainburn < gary.stainb...@ringways.co.uk> wrote: > Hi All, > > My new server is now built and I'm rebuilding the various services.

Re: [CentOS] Perl fun part 2

2017-11-29 Thread Chris Adams
Once upon a time, Mark Haney said: > Along with the /usr/share/perl5 issues (which I did kinda fix with a > manual copy of the directory from another box), we're having an > issue with SystemD (go figure) stopping the radiator service, but > failing to unbind the ports (1645/1646). It's complaini

Re: [CentOS] Perl fun part 2

2017-11-29 Thread Pete Biggs
> Along with the /usr/share/perl5 issues (which I did kinda fix with a > manual copy of the directory from another box), we're having an issue > with SystemD (go figure) stopping the radiator service, but failing to > unbind the ports (1645/1646). It's complaining about 'killproc' not > found

Re: [CentOS] perl-ExtUtils-ParseXS-3.18-3.el7.noarch: [Errno 256] No more mirrors to try - Solved

2017-10-22 Thread Gregory P. Ennis
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

Re: [CentOS] Perl Unsafe Module Path Handling Directory Traversal Vulnerability ( CVE-2016-1238)

2016-09-01 Thread Peter
On 01/09/16 17:33, Sidharth Sharma wrote: > When we can expect Security Update for Perl Vulnerability CVE-2016-1238 on > CentOS 6.8 and 7.2? I came up with a mitigation here: https://bugzilla.redhat.com/show_bug.cgi?id=1355695#c21 Peter ___ CentOS ma

Re: [CentOS] Perl Unsafe Module Path Handling Directory Traversal Vulnerability ( CVE-2016-1238)

2016-09-01 Thread Jonathan Billings
On Thu, Sep 01, 2016 at 11:03:30AM +0530, Sidharth Sharma wrote: > When we can expect Security Update for Perl Vulnerability CVE-2016-1238 on > CentOS 6.8 and 7.2? This would be a good place to watch for how Red Hat is addressing the issue: https://access.redhat.com/security/cve/cve-2016-1238 -

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-15 Thread Peter
On 15/03/16 05:26, Paul Heinlein wrote: > I can't speak for Perl 6, but a cursory search suggests that neither > CentOS 6 nor 7 have readily available packages. EPEL has it for CentOS 6, but not 7. The package is "rakudo-star", it's a 2011 version. You can also rebuild the packages from Fedora r

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread Boris Epstein
On Mon, Mar 14, 2016 at 12:47 PM, John R Pierce wrote: > On 3/14/2016 9:35 AM, Valeri Galtsev wrote: > >> But packages aside, as Linux is UNIX-like system, you can always install >> it UNIX way: download tarball from perl site, compile and install it. You >> will have to do your own work maintain

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread John R Pierce
On 3/14/2016 9:35 AM, Valeri Galtsev wrote: But packages aside, as Linux is UNIX-like system, you can always install it UNIX way: download tarball from perl site, compile and install it. You will have to do your own work maintaining it whenever updates are necessary. just don't replace the stuf

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread Valeri Galtsev
On Mon, March 14, 2016 11:26 am, Paul Heinlein wrote: > On Mon, 14 Mar 2016, John R Pierce wrote: > >> On 3/14/2016 8:57 AM, Boris Epstein wrote: >>> What are the proven/tested version of Perl for CentOS 6 and 7? Is Perl >>> 6 >>> operational on either? >> >> C6 comes with perl 5.10.1 >> C7 come

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread Paul Heinlein
On Mon, 14 Mar 2016, John R Pierce wrote: On 3/14/2016 8:57 AM, Boris Epstein wrote: What are the proven/tested version of Perl for CentOS 6 and 7? Is Perl 6 operational on either? C6 comes with perl 5.10.1 C7 comes with perl 5.16.3 Additionally, there are software collections available f

Re: [CentOS] Perl on CentOS 6 and CentOS 7

2016-03-14 Thread John R Pierce
On 3/14/2016 8:57 AM, Boris Epstein wrote: What are the proven/tested version of Perl for CentOS 6 and 7? Is Perl 6 operational on either? C6 comes with perl 5.10.1 C7 comes with perl 5.16.3 -- john r pierce, recycling bits in santa cruz ___ CentO

Re: [CentOS] Perl DBI 1.52 on el6

2015-12-28 Thread Brian Mathis
You might want to try installing the version of DBI you want using local::lib, which can be done with something like (this is using cpan minus): cpanm --local-lib=/path/to/custom/location DBI@1.52 then in your Perl script: use local::lib '/path/to/custom/location'; If you need to do a ful

Re: [CentOS] perl-Net-SCP on Centos 7

2015-08-24 Thread Gary Stainburn
On Monday 24 August 2015 20:07:54 Robert Wolfe wrote: > What are you using to build you mail server? Ever considered giving > iRedMail a try? Installs everything you need to run a Linux based mail > server completed with webmail and groupmail (using SOGo). I have a reasonably complex EXIM / Post

Re: [CentOS] perl-Net-SCP on Centos 7

2015-08-24 Thread Gary Stainburn
On Monday 24 August 2015 19:52:52 Gary Stainburn wrote: > I have found perl-Net-SCP-0.08-1.el6.rf.noarch.rpm. As a last resort I > could localinstall that. Would it have any nasty side effects? I've just tried this and I got the following which seems to indicate a bigger problem. Also Googling s

Re: [CentOS] perl-Net-SCP on Centos 7

2015-08-24 Thread Robert Wolfe
What are you using to build you mail server? Ever considered giving iRedMail a try? Installs everything you need to run a Linux based mail server completed with webmail and groupmail (using SOGo). -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2012 11:47 AM, John Horne wrote: > On Thu, 2012-10-11 at 11:42 -0400, Daniel J Walsh wrote: >> On 10/11/2012 06:34 AM, John Horne wrote: >>> On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: the /etc/cron.daily/freshclam script r

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread John Horne
On Thu, 2012-10-11 at 11:42 -0400, Daniel J Walsh wrote: > On 10/11/2012 06:34 AM, John Horne wrote: > > On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: > >> > >> the /etc/cron.daily/freshclam script runs in the early morning, I get > >> sent an email error message: > >> > >> ==

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2012 06:34 AM, John Horne wrote: > On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: >> >> the /etc/cron.daily/freshclam script runs in the early morning, I get >> sent an email error message: >> >> =

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread John Horne
On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: > > the /etc/cron.daily/freshclam script runs in the early morning, I get > sent an email error message: > > = > /etc/cron.daily/freshclam: > > Can't locate strict.pm in @INC (@INC > contains: /usr/local/lib6

Re: [CentOS] Perl - strict.pm not found

2012-10-10 Thread John Horne
On Wed, 2012-10-10 at 05:44 -0600, Warren Young wrote: > On 10/10/2012 4:38 AM, John Horne wrote: > > > > The problem is that 'strict.pm' is located in /usr/share/perl5 (as it is > > on our other servers), and /usr/share/perl5 is specified in @INC. > > Perl can do this is when you've run it out of

Re: [CentOS] Perl - strict.pm not found

2012-10-10 Thread Warren Young
On 10/10/2012 4:38 AM, John Horne wrote: > > The problem is that 'strict.pm' is located in /usr/share/perl5 (as it is > on our other servers), and /usr/share/perl5 is specified in @INC. Perl can do this is when you've run it out of file handles, then someone tries to load a not-previously-loaded

Re: [CentOS] perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)

2012-03-13 Thread Les Mikesell
On Tue, Mar 13, 2012 at 4:41 PM, Ilya Kazakevich wrote: > Thanks. > My problem is stupid: person who installed MySQL on this server did not use > yum repositories at all! > I have "MySQL-shared-community-5.*1*.57-1.rhel5" installed (according to > rpm -qa) while yum repositories have 5.*0*.95 (acc

Re: [CentOS] perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)

2012-03-13 Thread Ilya Kazakevich
Thanks. My problem is stupid: person who installed MySQL on this server did not use yum repositories at all! I have "MySQL-shared-community-5.*1*.57-1.rhel5" installed (according to rpm -qa) while yum repositories have 5.*0*.95 (according to repoquery -i mysql) and it leads to inconsistency. I thin

Re: [CentOS] perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)

2012-03-13 Thread m . roth
Ilya Kazakevich wrote: > Hello, > > I have server CentOS 5.7. It has mysql-community installed. > > I need to run perl-based tool (mysqlreport) and it requires perl-DBD-MySQL > (not a surprise) > > When I am trying to install perl-DBD-MySQL via yum -- it says it requires > libmysqlclient.*15 *and i

Re: [CentOS] perl .spec / srpm

2012-03-12 Thread Nick
Thanks for the links. On 12/03/12 16:06, John Doe wrote: > Maybe try to tweak: > http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/p/perl-5.14.2-212.fc18.src.rpm On 12/03/12 16:49, Johnny Hughes wrote: > This is where all the CentOS-6.2 SRPMS live: > > http://vault.ce

Re: [CentOS] perl .spec / srpm

2012-03-12 Thread Johnny Hughes
On 03/12/2012 10:27 AM, Nick wrote: > Hi > > Can anyone here point me in the direction of a .spec or SRPM for Perl 5.12.4 > for > CentOS6? Or even any newer version would do. > > Whilst I'm asking, ditto a Perl-enabled version of OpenLDAP (latest stable > release)? IIRC, the version in the base

Re: [CentOS] perl .spec / srpm

2012-03-12 Thread John Doe
From: Nick > Can anyone here point me in the direction of a .spec or SRPM for Perl 5.12.4 > for > CentOS6?  Or even any newer version would do. Maybe try to tweak: http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/p/perl-5.14.2-212.fc18.src.rpm > Whilst I'm asking,

Re: [CentOS] Perl Libraries

2012-02-11 Thread Nicolas Thierry-Mieg
Rob Kampen wrote: > On 02/12/2012 01:05 PM, Ljubomir Ljubojevic wrote: >> On 02/12/2012 12:52 AM, Rob Kampen wrote: >>> On 02/12/2012 12:43 PM, Rob Kampen wrote: On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: > Rob Kampen wrote: >> I am trying to install some perl libs and find th

Re: [CentOS] Perl Libraries

2012-02-11 Thread Rob Kampen
On 02/12/2012 01:05 PM, Ljubomir Ljubojevic wrote: > On 02/12/2012 12:52 AM, Rob Kampen wrote: >> On 02/12/2012 12:43 PM, Rob Kampen wrote: >>> On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: Rob Kampen wrote: > I am trying to install some perl libs and find the ones from CentOS >

Re: [CentOS] Perl Libraries

2012-02-11 Thread Nicolas Thierry-Mieg
Rob Kampen wrote: > On 02/12/2012 12:43 PM, Rob Kampen wrote: >> On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: >>> Rob Kampen wrote: I am trying to install some perl libs and find the ones from CentOS mirrors are correctly loading the x86_64 versions, but the rpmforge ones ar

Re: [CentOS] Perl Libraries

2012-02-11 Thread Ljubomir Ljubojevic
On 02/12/2012 12:52 AM, Rob Kampen wrote: > On 02/12/2012 12:43 PM, Rob Kampen wrote: >> On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: >>> Rob Kampen wrote: I am trying to install some perl libs and find the ones from CentOS mirrors are correctly loading the x86_64 versions, but the

Re: [CentOS] Perl Libraries

2012-02-11 Thread Rob Kampen
On 02/12/2012 12:43 PM, Rob Kampen wrote: > On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: >> Rob Kampen wrote: >>> I am trying to install some perl libs and find the ones from CentOS >>> mirrors are correctly loading the x86_64 versions, but the rpmforge ones >>> are only i386 or i686 ones -

Re: [CentOS] Perl Libraries

2012-02-11 Thread Rob Kampen
On 02/12/2012 10:15 AM, Nicolas Thierry-Mieg wrote: > Rob Kampen wrote: >> I am trying to install some perl libs and find the ones from CentOS >> mirrors are correctly loading the x86_64 versions, but the rpmforge ones >> are only i386 or i686 ones - any reason why?? > did you check the rpmforge.re

Re: [CentOS] Perl Libraries

2012-02-11 Thread Nicolas Thierry-Mieg
Rob Kampen wrote: > I am trying to install some perl libs and find the ones from CentOS > mirrors are correctly loading the x86_64 versions, but the rpmforge ones > are only i386 or i686 ones - any reason why?? did you check the rpmforge.repo configuration?

Re: [CentOS] Perl Libraries

2012-02-10 Thread Rob Kampen
On 02/11/2012 09:04 AM, Les Mikesell wrote: > On Fri, Feb 10, 2012 at 11:09 AM, Matt wrote: > >> Having troubles with perl libraries. Does everyone use yum to install >> perl modules on CentOS 5.x? I have installed the rpmforge repository. >> I am having terrible luck with installing libraries

Re: [CentOS] Perl Libraries

2012-02-10 Thread Les Mikesell
On Fri, Feb 10, 2012 at 11:09 AM, Matt wrote: > Having troubles with perl libraries. Does everyone use yum to install > perl modules on CentOS 5.x? I have installed the rpmforge repository. > I am having terrible luck with installing libraries though. Needed > Mechanize for one script but had

Re: [CentOS] Perl package problems

2011-12-15 Thread Ljubomir Ljubojevic
Vreme: 12/15/2011 08:32 PM, Anne Wilson piše: > On 12/15/2011 04:24 PM, Ljubomir Ljubojevic wrote: >> Here is how I decided to setup third party repositories: >> http://rpms.plnet.rs/CentDOS.repo >> There are few changes needed like "torakat" repo with now centosplus >> kernels. > > Can you explain

Re: [CentOS] Perl package problems

2011-12-15 Thread Ljubomir Ljubojevic
Vreme: 12/15/2011 08:27 PM, Les Mikesell piše: > On Thu, Dec 15, 2011 at 10:24 AM, Ljubomir Ljubojevic wrote: >> >> You can keep all desired repositories enabled as long as you have >> yum-plugin-priorities installed and keep third-party repositories with >> lesser priority (larger number). Like b

Re: [CentOS] Perl package problems

2011-12-15 Thread Johnny Hughes
On 12/15/2011 01:27 PM, Les Mikesell wrote: > On Thu, Dec 15, 2011 at 10:24 AM, Ljubomir Ljubojevic wrote: >> >> You can keep all desired repositories enabled as long as you have >> yum-plugin-priorities installed and keep third-party repositories with >> lesser priority (larger number). Like base

Re: [CentOS] Perl package problems

2011-12-15 Thread Anne Wilson
On 12/15/2011 04:24 PM, Ljubomir Ljubojevic wrote: > Here is how I decided to setup third party repositories: > http://rpms.plnet.rs/CentDOS.repo > There are few changes needed like "torakat" repo with now centosplus > kernels. Can you explain, please, about those "exclude=*releases" statements?

Re: [CentOS] Perl package problems

2011-12-15 Thread Les Mikesell
On Thu, Dec 15, 2011 at 10:24 AM, Ljubomir Ljubojevic wrote: > > You can keep all desired repositories enabled as long as you have > yum-plugin-priorities installed and keep third-party repositories with > lesser priority (larger number). Like base=1, epel=2, repoforge=3, > rpmfusion-* =3, etc. D

Re: [CentOS] Perl package problems

2011-12-15 Thread Anne Wilson
On 12/15/2011 04:24 PM, Ljubomir Ljubojevic wrote: >> > > You can keep all desired repositories enabled as long as you have > yum-plugin-priorities installed and keep third-party repositories with > lesser priority (larger number). Like base=1, epel=2, repoforge=3, > rpmfusion-* =3, etc. > > H

Re: [CentOS] Perl package problems

2011-12-15 Thread Ljubomir Ljubojevic
Vreme: 12/15/2011 12:37 PM, Anne Wilson piše: > On 12/13/2011 07:53 PM, Ljubomir Ljubojevic wrote: >> Vreme: 12/13/2011 06:47 PM, Anne Wilson piše: >>> To avoid similar problems in the future, can you give me some guidelines >>> for priority settings? It seems I got it wrong somewhere:-) Thanks

Re: [CentOS] Perl package problems

2011-12-15 Thread Anne Wilson
On 12/13/2011 07:53 PM, Ljubomir Ljubojevic wrote: > Vreme: 12/13/2011 06:47 PM, Anne Wilson piše: >> To avoid similar problems in the future, can you give me some guidelines >> for priority settings? It seems I got it wrong somewhere:-) Thanks > > It is not wise to have third-party repositorie

Re: [CentOS] Perl package problems

2011-12-13 Thread Ljubomir Ljubojevic
Vreme: 12/13/2011 06:47 PM, Anne Wilson piše: > To avoid similar problems in the future, can you give me some guidelines > for priority settings? It seems I got it wrong somewhere:-) Thanks It is not wise to have third-party repositories overwriting base packages. This should only be used by h

Re: [CentOS] Perl package problems

2011-12-13 Thread Anne Wilson
On 12/12/2011 07:44 PM, Ned Slider wrote: > On 12/12/11 18:47, Anne Wilson wrote: >> For a while now I've been seeing skipped-package notices, which I >> don't really understand. I know it's a version mis-match, but all >> my attempts to sort it out have failed, so I need help, please. >> The curr

Re: [CentOS] Perl package problems too (different) [SOLVED]

2011-12-13 Thread wwp
Hello Nicolas, Alexander, On Tue, 13 Dec 2011 10:11:36 +0100 Nicolas Thierry-Mieg wrote: > wwp wrote: > > > > The yum update lists many packages from 'base' and 'update' and 2 deps > > from 'cr' then fails, see: > > It's yum. It's fragile. > Whenever it doesn't do what you think it should, ru

Re: [CentOS] Perl package problems too (different)

2011-12-13 Thread Nicolas Thierry-Mieg
wwp wrote: > > The yum update lists many packages from 'base' and 'update' and 2 deps > from 'cr' then fails, see: It's yum. It's fragile. Whenever it doesn't do what you think it should, run "yun clean all" and try again. ___ CentOS mailing list CentOS

Re: [CentOS] Perl package problems too (different)

2011-12-13 Thread Alexander Dalloz
Am 13.12.2011 09:40, schrieb wwp: > Hello there, > > > since yersterday, there's a massive update ready for my CentOS 6 (kept > up-to-date, including w/ cr updates). > > The yum update lists many packages from 'base' and 'update' and 2 deps > from 'cr' then fails, see: With the release of 6.1 p

Re: [CentOS] Perl package problems

2011-12-12 Thread Ned Slider
On 12/12/11 18:47, Anne Wilson wrote: > For a while now I've been seeing skipped-package notices, which I don't really > understand. I know it's a version mis-match, but all my attempts to sort it > out have failed, so I need help, please. The current state is > > Skipping filters plugin, no data

Re: [CentOS] Perl module installed via CPAN but its is not found

2011-09-26 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of TE Dukes > Sent: Monday, September 26, 2011 8:06 PM > To: 'CentOS mailing list' > Subject: Re: [CentOS] Perl module installed via

Re: [CentOS] Perl module installed via CPAN but its is not found

2011-09-26 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Scott Silva > Sent: Monday, September 26, 2011 7:50 PM > To: centos@centos.org > Subject: Re: [CentOS] Perl module installed via CPAN but its > is not found &

Re: [CentOS] Perl module installed via CPAN but its is not found

2011-09-26 Thread Scott Silva
on 9/26/2011 4:32 PM TE Dukes spake the following: > Hello, > > I am trying to rebuild a zoneminder rpm. It calls for the module > perl(Sys::Mmap). I installed via CPAN but when I run rpmbuild --rebuild > zoneminder-xx, it tells me the above module is needed. > > Seems I ran into this once befo

Re: [CentOS] perl-Sys-Filesystem on 6.0

2011-08-26 Thread John Doe
From: "m.r...@5-cent.us" > I'm trying to install a number of perl modules, and yum gives up with > perl-Sys-Filesystem, because it has a dependency of > perl(:MODULE_COMPAT_5.8.8) Not sure where you get your perl-Sys-Filesystem from but it works for me: Dependencies Resolved =

Re: [CentOS] perl-Nagios-Plugin-0.35-1.el5.rf.noarch from rpmforge: dependency problem

2011-07-31 Thread Thomas Johansson
On 2011-07-31 19:51, Dirk wrote: > > I have a problem with updating the perl-Nagios-Plugin package. I have > installed perl-Nagios-Plugin-0.33-1.el6.rf.noarch, and running yum > update leads to: > >> Error: Package: perl-Nagios-Plugin-0.35-1.el6.rf.noarch (rpmforge) >> Requires: /usr/lo

Re: [CentOS] perl-Nagios-Plugin-0.35-1.el5.rf.noarch from rpmforge: dependency problem

2011-07-31 Thread Ned Slider
On 31/07/11 18:51, Dirk wrote: > Hi folks, > > I hope this is the right mailing list to ask since on the repoforge > website there is no list or contact information. > > I have a problem with updating the perl-Nagios-Plugin package. I have > installed perl-Nagios-Plugin-0.33-1.el6.rf.noarch, and ru

Re: [CentOS] perl-Nagios-Plugin-0.35-1.el5.rf.noarch from rpmforge: dependency problem

2011-07-31 Thread Thomas Johansson
On 2011-07-31 19:51, Dirk wrote: > Hi folks, > > I hope this is the right mailing list to ask since on the repoforge > website there is no list or contact information. > Try http://lists.repoforge.org/mailman/listinfo /Thomas ___ CentOS mailing list Ce

Re: [CentOS] perl PDF parser

2011-06-29 Thread m . roth
Marko A. Jennings wrote: > On Wed, June 29, 2011 4:26 pm, m.r...@5-cent.us wrote: >> Anyone know the package name that contains the perl PDF parser? > > I use PDF::API2 and PDF::API2::Simple (from rpmforge). Thanks, guys. He came back to tell me he could try the former, and I'd found it via rpmfor

Re: [CentOS] perl PDF parser

2011-06-29 Thread Marko A. Jennings
On Wed, June 29, 2011 4:26 pm, m.r...@5-cent.us wrote: > Anyone know the package name that contains the perl PDF parser? I use PDF::API2 and PDF::API2::Simple (from rpmforge). ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

Re: [CentOS] perl PDF parser

2011-06-29 Thread Emmanuel Noobadmin
It's probably not what you want but I found this on a quick search, seems like an rpmforge package? wget 'http://packages.sw.be/perl-PDF-API2/perl-PDF-API2-0.73-1.el5.rf.noarch.rpm' rpm -Uvh 'perl-PDF-API2-0.73-1.el5.rf.noarch.rpm' On 6/30/11, m.r...@5-cent.us wrote: > Anyone know the package n

Re: [CentOS] perl one-liner issue

2011-03-17 Thread John Doe
From: Joseph L. Casale > To: "centos@centos.org" > Sent: Wed, March 16, 2011 8:56:41 PM > Subject: [CentOS] perl one-liner issue > > I am trying to deduce the one liner for an rpm I am packaging to edit a php > configuration file from within my spec. The line I am editing looks like: > $conf[

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>Go easy on yourself, and : >a) don't try to match the quotation marks verbatim. Instead, match them with >simply a . Clever, thanks! jlc ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Jonathan Detert
On Wed, Mar 16, 2011 at 07:56:41PM +, Joseph L. Casale wrote: > I am trying to deduce the one liner for an rpm I am packaging to edit a php > configuration file from within my spec. The line I am editing looks like: > > $conf['nagios_base'] = "/nagios/cgi-bin"; > > What are the escape require

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Jason Pyeron
> -Original Message- > From: Benjamin Franz > Sent: Wednesday, March 16, 2011 17:30 > To: CentOS mailing list > Subject: Re: [CentOS] perl one-liner issue > > On 03/16/2011 01:42 PM, Joseph L. Casale wrote: > >>> $conf['nagios_base'] = > >

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>The problem is trying to pass valid Perl though the bash shell . There >is an insane amount of interaction between all the escapings involved in >this specific pattern. The hard problem is getting bash to *not* change >what you are passing to Perl before Perl sees it. As I have noticed:) >Aft

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Benjamin Franz
On 03/16/2011 01:42 PM, Joseph L. Casale wrote: >>> $conf['nagios_base'] = >> I'd just search for that part, above. > Me to, and I never even got to the replacement as the search for that > was bailing:) The problem is trying to pass valid Perl though the bash shell . There is an insane amount of

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>> $conf['nagios_base'] = > >I'd just search for that part, above. Me to, and I never even got to the replacement as the search for that was bailing:) ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl one-liner issue

2011-03-16 Thread John R Pierce
On 03/16/11 12:56 PM, Joseph L. Casale wrote: > $conf['nagios_base'] = I'd just search for that part, above. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Bart Schaefer
Oops again, typo: >      s/^(^[>])/\n$1/; Should be s/^([^>])/\n$1/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Bart Schaefer
(Drat, keyboard glitch caused that to be sent before I was finished.) On Thu, Dec 30, 2010 at 5:19 AM, ken wrote: > > > - begin snippet - > while (<$in>) > { >    s/<(\w*\W)/<\L$1/g;         # Downcase XXX in "    s/<\/(\w*\W)/<\/\L$1/g;     # Downcase XXX in " s/^(^[>])/\n$

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Bart Schaefer
On Thu, Dec 30, 2010 at 5:19 AM, ken wrote: > > > - begin snippet - > while (<$in>) > { >    s/<(\w*\W)/<\L$1/g;         # Downcase XXX in "    s/<\/(\w*\W)/<\/\L$1/g;     # Downcase XXX in "    if(/^>/)                    # if this line starts with '>' >    {                      

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Jerry McAllister
On Thu, Dec 30, 2010 at 08:19:00AM -0500, ken wrote: It isn't perl, but does 'tr' exist in CentOS (it does in FreeBSD)? It would do it. jerry > > Given an HTML file which looks like this: > > - begin snippet - > > > >We've Lied to You… > NAME="GENERATOR" > CONTENT="Modula

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread ken
On 12/30/2010 11:01 AM John Doe wrote: > From: ken > >> Some file this script would need to process could very well be >> ridiculously huge, which is why I chose to process line-by-line. >> >> Secondly, yes, I was already using the general strategy of taking out >> the newlines (where they're

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread cpolish
John Doe wrote: > $ cat $FILE | tr "\n" " " | sed 's/ *>\n\nhttp://www.partmaps.org/era/unix/award.html#uucaletter -- "Pedantic, I?" -- Alexei Sayle ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Sean
Not sure exactly what you are trying to do, but Tie::File might be worth a look at if you haven't done so already? Sean ken wrote: > Given an HTML file which looks like this: > > - begin snippet - > >> > > We've Lied to You…> > > NAME="GENERATOR" > CONTENT="Modular DocBoo

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Bowie Bailey
On 12/30/2010 10:24 AM, ken wrote: > On 12/30/2010 09:18 AM Bowie Bailey wrote: >> On 12/30/2010 8:19 AM, ken wrote: >>> Given an HTML file which looks like this: >>> >>> - begin snippet - >>> >>> >>> >>> We've Lied to You…>>> >> NAME="GENERATOR" >>> CONTENT="Modular DocBook HTML St

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread John Doe
From: ken > Some file this script would need to process could very well be > ridiculously huge, which is why I chose to process line-by-line. > > Secondly, yes, I was already using the general strategy of taking out > the newlines (where they're misplaced) and then putting them back in > (wh

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread ken
On 12/30/2010 09:18 AM Bowie Bailey wrote: > On 12/30/2010 8:19 AM, ken wrote: >> Given an HTML file which looks like this: >> >> - begin snippet - >> >> >> >> We've Lied to You…>> > NAME="GENERATOR" >> CONTENT="Modular DocBook HTML Stylesheet Version 1.79">> REL="HOME" >> TITLE="M

Re: [CentOS] perl code to remove newlines

2010-12-30 Thread Bowie Bailey
On 12/30/2010 8:19 AM, ken wrote: > Given an HTML file which looks like this: > > - begin snippet - > > > > We've Lied to You…> NAME="GENERATOR" > CONTENT="Modular DocBook HTML Stylesheet Version 1.79"> REL="HOME" > TITLE="Maximum RPM" > HREF="index.html"> REL="UP" > TITLE="Using R

Re: [CentOS] perl(packed-refs) missing dependency

2010-06-23 Thread Steve Huff
On Jun 23, 2010, at 11:06 AM, James B. Byrne wrote: > I am trying to install git-1.7.1 from the rpmforge repository on my > CentOS-5.5 CI box. I am getting the following error: please report RPMforge issues to , where there is already an announcement concerning this issue: http://lists.rpmfo

Re: [CentOS] perl(packed-refs) missing dependency

2010-06-23 Thread Nicolas Thierry-Mieg
James B. Byrne wrote: > I am trying to install git-1.7.1 from the rpmforge repository on my > CentOS-5.5 CI box. I am getting the following error: known problem, see rpmforge list. A fix is on its way. For now, I guess you should either install the previous version (1.5.2.1-1), or wait a bit unt

Re: [CentOS] Perl 5.10 as default version of Perl

2010-03-02 Thread Kai Schaetzl
No. http://www.centos.org/modules/smartfaq/faq.php?faqid=5 Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl question

2010-02-01 Thread Dave Cross
On 29 January 2010 19:28, Jerry Geis wrote: > 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 wor

Re: [CentOS] perl question

2010-01-29 Thread Jerry Geis
> > Ouch dude, you just broke your server. Try to yum update anything perl > related in the future:) > > >/What else do I need? > / > First, install SMPP, not SNMP? > > Second, use a repo, use span2rpm... Then force the rpm in I guess to bring > the rpm db > into a blissfully ignorant, but happy s

Re: [CentOS] perl question

2010-01-29 Thread Les Mikesell
On 1/29/2010 1:28 PM, Jerry Geis wrote: > 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. n

Re: [CentOS] perl question

2010-01-29 Thread Greg Patton
On 1/29/2010 11:40 AM, m.r...@5-cent.us wrote: >> 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 >> >> s

Re: [CentOS] perl question

2010-01-29 Thread Joseph L. Casale
>Second, use a repo, use span2rpm... Then force the rpm in I guess to bring the >rpm db >into a blissfully ignorant, but happy state:) s/span2rpm/cpan2rpm/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl question

2010-01-29 Thread Joseph L. Casale
>I am trying to run a perl script that said it needs Net::SMPP > >I ran this: >your_host]# *perl -MCPAN -e shell* Ouch dude, you just broke your server. Try to yum update anything perl related in the future:) >What else do I need? First, install SMPP, not SNMP? Second, use a repo, use span2rpm.

Re: [CentOS] perl question

2010-01-29 Thread m . roth
> 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 p

Re: [CentOS] perl question

2010-01-29 Thread linux-crazy
Hi, Check line 18. of your code or paste your code so it will be more usefull and which version of OS you are running. On Sat, Jan 30, 2010 at 12:58 AM, Jerry Geis wrote: > I am trying to run a perl script that said it needs Net::SMPP > > I ran this: > your_host]# *perl -MCPAN -e shell* > cp

Re: [CentOS] perl-Mail-Box dependencies

2010-01-21 Thread Christoph Maser
Am Donnerstag, den 21.01.2010, 17:25 +0100 schrieb Bowie Bailey: > Does anyone know why the CentOS 5 package perl-Mail-Box from both > rpmforge and epel is dependent on spamassassin? Looking at the source > from cpan, it appears to be an option rather than a dependency (and is > even commented out

Re: [CentOS] perl updates always break perl programs, how to fix?

2010-01-21 Thread Christoph Maser
Am Mittwoch, den 20.01.2010, 21:46 +0100 schrieb James Chase: > 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 wor

Re: [CentOS] perl updates always break perl programs, how to fix?

2010-01-20 Thread Kwan Lowe
On Wed, Jan 20, 2010 at 3:46 PM, James Chase wrote: > 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 (

  1   2   >