Thanks Much Fabrice, the install worked after your suggestion.

On Thu, May 9, 2013 at 10:19 AM, <
[email protected]> wrote:

> Send PacketFence-users mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/packetfence-users
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PacketFence-users digest..."
>
>
> Today's Topics:
>
>    1. Centos ERROR : Requires:  perl(CGI::Session::Driver::memcached
>       (Carl van Eijk)
>    2. Re: Centos ERROR : Requires:
>       perl(CGI::Session::Driver::memcached (Fabrice DURAND)
>    3. Re: Centos ERROR : Requires:
>       perl(CGI::Session::Driver::memcached (Rossing, Will)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 9 May 2013 15:05:08 +0100
> From: Carl van Eijk <[email protected]>
> Subject: [PacketFence-users] Centos ERROR : Requires:
>         perl(CGI::Session::Driver::memcached
> To: [email protected]
> Message-ID:
>         <
> cafpfmcp5gdejxedmdsxvc-2od7saewsbmz4yk-9oquthqyx...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I've installed a fresh copy of CentOS6 (from the latest ISO)
> and attempted to install pf4, as per the admin guide. I cannot for lack of
> 8 hours trying on several fresh builds and cpan hell get this dependency
> resolved, even if I install it manually.
>
> if I skip --skip-broken it still appears not to be installed and no
> /usr/local/pf folder is created.
>
> What to do?
>
> [root@pf ~]# yum groupinstall
> --enablerepo=PacketFence,epel,rpmforge,rpmforge-extras,of
> Packetfence-complete | grep -i -A2 -B1 error
> --> Processing Dependency: perl(IPC::ShareLite) for package:
> perl-Cache-Cache-1.06-2.el6.noarch
> --> Processing Dependency: perl(Error) for package:
> perl-Cache-Cache-1.06-2.el6.noarch
> ---> Package perl-Cache-Memcached.noarch 0:1.29-1.of.el6 will be installed
> --> Processing Dependency: perl(String::CRC32) for package:
> perl-Cache-Memcached-1.29-1.of.el6.noarch
> --
> --> Processing Dependency: perl(Mail::Address) for package:
> perl-Email-Valid-0.184-1.of.el6.noarch
> ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
> ---> Package perl-Exception-Class.noarch 0:1.32-1.of.el6 will be installed
> ---> Package perl-File-ChangeNotify.noarch 0:0.20-1.of.el6 will be
> installed
> Error: Package: packetfence-4.0.0-1.el6.noarch (PacketFence)
>            Requires: perl(CGI::Session::Driver::memcached)
> [root@pf ~]#
>
>
> [root@pf ~]# cat /etc/yum.repos.d/PacketFence.repo
> [PacketFence]
> name=PacketFence Repository
> baseurl=http://inverse.ca/downloads/PacketFence/CentOS6/$basearch
> gpgcheck=0
> enabled=0
>
> [root@pf ~]# cat /etc/yum.repos.d/openfusion.repo
> # Open Fusion RPM Repository
> [of]
> name = CentOS 6 - Open Fusion
> baseurl = http://repo.openfusion.net/centos6-$basearch
> enabled = 0
> gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openfusion
> gpgcheck = 1
>
> exclude = perl-Apache-Test*
>
> [root@pf ~]# cat /etc/yum.repos.d/rpmforge.repo
> ### Name: RPMforge RPM Repository for RHEL 6 - dag
> ### URL: http://rpmforge.net/
> [rpmforge]
> name = RHEL $releasever - RPMforge.net - dag
> baseurl = http://apt.sw.be/redhat/el6/en/$basearch/rpmforge
> mirrorlist = http://mirrorlist.repoforge.org/el6/mirrors-rpmforge
> #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
> enabled = 0
> exclude = perl-Apache-Test*
> protect = 0
> gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> gpgcheck = 1
>
> [rpmforge-extras]
> name = RHEL $releasever - RPMforge.net - extras
> baseurl = http://apt.sw.be/redhat/el6/en/$basearch/extras
> mirrorlist = http://mirrorlist.repoforge.org/el6/mirrors-rpmforge-extras
> #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-extras
> enabled = 0
> protect = 0
> gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> gpgcheck = 1
>
> [rpmforge-testing]
> name = RHEL $releasever - RPMforge.net - testing
> baseurl = http://apt.sw.be/redhat/el6/en/$basearch/testing
>  mirrorlist = http://mirrorlist.repoforge.org/el6/mirrors-rpmforge-testing
> #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-testing
> enabled = 0
> protect = 0
> gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> gpgcheck = 1
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Thu, 09 May 2013 10:17:27 -0400
> From: Fabrice DURAND <[email protected]>
> Subject: Re: [PacketFence-users] Centos ERROR : Requires:
>         perl(CGI::Session::Driver::memcached
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> can you retry please ?
> yum install packetfence --enablerepo=PacketFence,epel,rpmforge,of
>
>
> Regards
> Fabrice
>
> Le 2013-05-09 10:05, Carl van Eijk a ?crit :
> > Hi,
> >
> > I've installed a fresh copy of CentOS6 (from the latest ISO)
> > and attempted to install pf4, as per the admin guide. I cannot for
> > lack of 8 hours trying on several fresh builds and cpan hell get this
> > dependency resolved, even if I install it manually.
> >
> > if I skip --skip-broken it still appears not to be installed and no
> > /usr/local/pf folder is created.
> >
> > What to do?
> >
> > [root@pf ~]# yum groupinstall
> > --enablerepo=PacketFence,epel,rpmforge,rpmforge-extras,of
> > Packetfence-complete | grep -i -A2 -B1 error
> > --> Processing Dependency: perl(IPC::ShareLite) for package:
> > perl-Cache-Cache-1.06-2.el6.noarch
> > --> Processing Dependency: perl(Error) for package:
> > perl-Cache-Cache-1.06-2.el6.noarch
> > ---> Package perl-Cache-Memcached.noarch 0:1.29-1.of.el6 will be
> installed
> > --> Processing Dependency: perl(String::CRC32) for package:
> > perl-Cache-Memcached-1.29-1.of.el6.noarch
> > --
> > --> Processing Dependency: perl(Mail::Address) for package:
> > perl-Email-Valid-0.184-1.of.el6.noarch
> > ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
> > ---> Package perl-Exception-Class.noarch 0:1.32-1.of.el6 will be
> installed
> > ---> Package perl-File-ChangeNotify.noarch 0:0.20-1.of.el6 will be
> > installed
> > Error: Package: packetfence-4.0.0-1.el6.noarch (PacketFence)
> >            Requires: perl(CGI::Session::Driver::memcached)
> > [root@pf ~]#
> >
> >
> > [root@pf ~]# cat /etc/yum.repos.d/PacketFence.repo
> > [PacketFence]
> > name=PacketFence Repository
> > baseurl=http://inverse.ca/downloads/PacketFence/CentOS6/$basearch
> > gpgcheck=0
> > enabled=0
> >
> > [root@pf ~]# cat /etc/yum.repos.d/openfusion.repo
> > # Open Fusion RPM Repository
> > [of]
> > name = CentOS 6 - Open Fusion
> > baseurl = http://repo.openfusion.net/centos6-$basearch
> > enabled = 0
> > gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openfusion
> > gpgcheck = 1
> >
> > exclude = perl-Apache-Test*
> >
> > [root@pf ~]# cat /etc/yum.repos.d/rpmforge.repo
> > ### Name: RPMforge RPM Repository for RHEL 6 - dag
> > ### URL: http://rpmforge.net/
> > [rpmforge]
> > name = RHEL $releasever - RPMforge.net - dag
> > baseurl = http://apt.sw.be/redhat/el6/en/$basearch/rpmforge
> > mirrorlist = http://mirrorlist.repoforge.org/el6/mirrors-rpmforge
> > #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
> > enabled = 0
> > exclude = perl-Apache-Test*
> > protect = 0
> > gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> > gpgcheck = 1
> >
> > [rpmforge-extras]
> > name = RHEL $releasever - RPMforge.net - extras
> > baseurl = http://apt.sw.be/redhat/el6/en/$basearch/extras
> > mirrorlist = http://mirrorlist.repoforge.org/el6/mirrors-rpmforge-extras
> > #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-extras
> > enabled = 0
> > protect = 0
> > gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> > gpgcheck = 1
> >
> > [rpmforge-testing]
> > name = RHEL $releasever - RPMforge.net - testing
> > baseurl = http://apt.sw.be/redhat/el6/en/$basearch/testing
> > mirrorlist =
> http://mirrorlist.repoforge.org/el6/mirrors-rpmforge-testing
> > #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-testing
> > enabled = 0
> > protect = 0
> > gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> > gpgcheck = 1
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Learn Graph Databases - Download FREE O'Reilly Book
> > "Graph Databases" is the definitive new guide to graph databases and
> > their applications. This 200-page book is written by three acclaimed
> > leaders in the field. The early access version is available now.
> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> >
> >
> > _______________________________________________
> > PacketFence-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
>
> --
> Fabrice Durand
> [email protected] ::  +1.514.447.4918 (x135) ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence (
> http://packetfence.org)
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Thu, 9 May 2013 09:57:49 -0500
> From: "Rossing, Will" <[email protected]>
> Subject: Re: [PacketFence-users] Centos ERROR : Requires:
>         perl(CGI::Session::Driver::memcached
> To: [email protected]
> Message-ID:
>         <CABi=UGojdFaZo_zJOduzY5Lw=
> [email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello,
>
> I also am getting this failed dependancy on RHEL6
>
> Thanks
>
> --
>
>
> Will Rossing
> *Manager, Network Services * | 218.723.6729 | [email protected]
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>
> ------------------------------
>
> _______________________________________________
> PacketFence-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
>
> End of PacketFence-users Digest, Vol 61, Issue 16
> *************************************************
>



-- 


Will Rossing
*Manager, Network Services * | 218.723.6729 | [email protected]
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to