ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #02033
Re: [Bug 1052542] Re: Memcached module for php 5.4 missing
Hi Jeffrey,
RHEL5 comes with 2 packages, gcc44 and gcc44-c++ which install alongside
the system gcc and gcc-c++ packages. These are stock packages included in
the el5 distribution. Here's what we did for libmemcached that seems to
work.
yum -y install gcc44 gcc44-c++
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++44
./configure && make && make install
We're trying to transition off el5 but I hope this might help keep that
channel open.
On Mon, Nov 12, 2012 at 8:58 AM, bharper <1052542@xxxxxxxxxxxxxxxxxx> wrote:
> Hey everyone,
>
> In regards to side-by-side installation of the stock libmemcached and
> libmemcached10, we will not be moving forward with this functionality.
> There are several utilities included in both packages and it appears
> having them side by side will create confusion.
>
> Jorma, have you had chance to check out the libmemcached10 and php54
> -pecl-memcached packages? We look forwarding to any and all feedback.
>
> -Ben
>
> ** Changed in: ius
> Status: In Progress => Fix Committed
>
> --
> You received this bug notification because you are subscribed to IUS
> Community Project.
> https://bugs.launchpad.net/bugs/1052542
>
> Title:
> Memcached module for php 5.4 missing
>
> Status in IUS Community Project:
> Fix Committed
>
> Bug description:
> No memcacheD module is available for PHP 5.4.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ius/+bug/1052542/+subscriptions
>
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1052542
Title:
Memcached module for php 5.4 missing
Status in IUS Community Project:
Fix Committed
Bug description:
No memcacheD module is available for PHP 5.4.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1052542/+subscriptions
References