similar to: Issue with Perl and rpmforge - advice? - SOLVED

Displaying 20 results from an estimated 2000 matches similar to: "Issue with Perl and rpmforge - advice? - SOLVED"

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
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
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
2011 Apr 27
2
Rsync 3 from rpmforge
My brain must be on knots somehow. I try to install rsync 3.x, which I know is in rpmforge repo for my architecture: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214 http://packages.sw.be/rsync/ But yum does not find it, however I try. I have installed yum-priorities. Rpmforge is low priority. But still... yum erase rsync # erase v2.6 from base repo yum --disablerepo=\*
2006 Jun 01
4
PERL module woes
Hi, I'm using CentOS 4.3 on all my PC's, and I'm very happy with it. Everything *just* works. I want to give DVD::RIP 0.97.10 a try. I enabled rpmforge and kbs repos, but there's only 0.52.2 available, which has an annoying bug in it. So I installed the main dependency, transcode, via yum. Then I downloaded the (PERL) sources of DVD::RIP 0.97.10, ran configure (e. g. perl
2013 Jan 28
2
Not respected repo priorities...
Ah ah, the demo effect... just after I said I did not have much issues with repos... ^_^ A collegue installed some packages (for perconna) and since then a server insists on replacing 2 base packages with 2 rfx packages, even when I gave a lower priority to rfx... Installed: perl-IO-Compress-Base-2.020-127.el6.x86_64 Installed: 1:perl-Compress-Raw-Zlib-2.020-127.el6.x86_64 Installed:
2015 Jul 01
2
What causes phantom update nags?
On 07/01/2015 02:12 PM, John R Pierce wrote: > On 7/1/2015 2:02 PM, Kay Schenk wrote: >> My Update Applet keeps giving me messages to install an update to a >> package I do not have installed. To make matters more confusing, when I >> actually try to install the package it wants to update, there is a >> problem with the installation. >> >> Any tips on how to
2004 Jul 19
2
SSLeay
Could someone tell me where i can download the latest version of SSLeay. I have tried the following sites: * <ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/> * <ftp://ftp.uni-mainz.de/pub/internet/security/ssl> * <ftp://ftp.cert.dfn.de/pub/tools/crypt/sslapps> * <ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.psy.uq.oz.au> * <ftp://ftp.sunet.se/ftp/pub/security/tools/crypt/ssleay>
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
[I'm cc:ing openssl-users at openssl.org, because questions about this are getting there over and over...] There's a problem that several people who installed OpenSSL to be able to uyse OpenSSH have faced: Could not find working SSLeay / OpenSSL libraries, please install I don't recall how SSLeay was installed, but for OpenSSL, there's a glitch in the way it tries to find
2011 Feb 02
2
yum confusion...
Hi, I just installed a new server and my final yum update fails... I have rpmforge and rpmforge-extras, but with yum priorities... # grep enabled /etc/yum/pluginconf.d/priorities.conf enabled = 1 # cat /etc/yum.repos.d/CentOS-Base.repo | grep "priority\|^\[" [base] priority=1 [updates] priority=1 ... # yum clean all # yum list | grep "tcp_wrappers\|nfs-utils"
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
2009 Aug 06
3
rpmforge.repo
How come rpmforge.repo wants to install a whole slew of perl modules, yet if I leave rpmforge.repo out of the update process, none of the perl modules shows up? Here's the rpmforge.repo file.. do any of yall see anything wrong with anything in there? Sam # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag # URL: http://rpmforge.net/ [rpmforge] name = Red Hat Enterprise
2004 Nov 19
3
openssl-0.9.7a-33.12
Why is RH using such an outdated version of OpenSSL ? I understand that they may have back-ported the fix but I just tried installing Net::SSLeay on a Centos 3.3 box and it wouldn't install, saying that the openssl version was old and suggested I get 9.7b or later? How are you handling this problem? I am resorting to recompiling OpenSSL 9.7d . Thanks, Dave
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;
2012 Apr 10
2
yum priorities and obsoleting...
Hey, I ran into a yum conflict regarding an repoforge extra package obsoleting a base package. The thing is that I set a lower priority to repoforge extra... Any idea how come I ran into this issue...? The question is more about the yum priorities than repoforge. ... 1743 packages excluded due to repository priority protections ... --> Running transaction check ---> Package
2011 Dec 12
1
Perl package problems
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 --> Running transaction check ---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be obsoleted ---> Package
2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
Building OpenSSH without deprecated APIs compiled causes it to fail. Signed-off-by: Rosen Penev <rosenp at gmail.com> --- openbsd-compat/openssl-compat.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h index 9e0264c0..b4f0908f 100644 --- a/openbsd-compat/openssl-compat.h +++ b/openbsd-compat/openssl-compat.h @@
2000 Jul 14
2
Still a problem with openssh and rsaref
I have openssl linked against rsaref and rsaref libraries are in my path but for some reason openssh now fails on SSLeay / OpenSSL tests. checking for OpenSSL directory... configure: error: Could not find working SSLeay / OpenSSL libraries, please install and config.log shows: configure:2795: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include -L/opt/openssl/lib -L/opt/openssl conftest.c -ldl
2000 May 22
2
tinc + OpenSSL
Hello, I just want to ask if it has been considered to use OpenSSL for the encryption stuff. I guess they've spent quite some time on the subject and have the cipher routines both debugged and optimized. I know that some of the current cipher code was taken from SSLeay but since OpenSSL is de facto SSLeay successor, it might give tinc more flexibility and allow the user to choose
2015 Jul 02
2
What causes phantom update nags?
On 07/02/2015 03:11 AM, John R Pierce wrote: > On 7/1/2015 2:35 PM, Kay Schenk wrote: >> OK, here ya go -- >> >> Obsoleting Packages >> >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates >> perl-IO-Compress.noarch 2.052-1.el6.rfx rpmforge-extras >> perl-Compress-Zlib.i686