Displaying 20 results from an estimated 2000 matches similar to: "CentOS-testing php issues"
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2
system. Preferably pack them into nice RPM packages. However, seems
I'm missing something. For example, this is what I get for sqlite module:
$ pear makerpm SQLite-1.0.3.tgz
`phpize' failed
The php-devel package is installed (so I do have phpize command). It's
just that it is failing. If I unpack the
2009 Mar 04
1
head scratcher update
perhaps my mind isn't working today.
I'm trying to update a system that hasn't been updated in a while which
I believe is CentOS 5.2 but it's possible that it's 5.1. I am pretty
sure that it has php installed from CentOS-Extras and when I do yum
update, it's stumbling on php
--> Finished Dependency Resolution
Error: Missing Dependency: php-common = 5.1.6-20.el5_2.1 is
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
Hi,
Our public library management software (PMB) runs on Apache/PHP/MySQL.
It requires some additional PHP modules to run correctly, namely:
1) php-gd
2) php-yaz
3) php-xslt
I've googled and fiddled around quite a bit, and come to the following
conclusions:
1) php-gd can be installed from extra repos (rpmforge IIRC), so this
one's no problem.
2) To install php-yaz, I have to
2007 Oct 15
1
problem CentOS 5 yum upgrade
I'm going to remove horde at this point but I am having an issue running
yum upgrade...
--> Running transaction check
--> Processing Dependency: php-pecl(memcache) for package: horde
--> Finished Dependency Resolution
Error: Missing Dependency: php-pecl(memcache) is needed by package horde
Craig
2016 Aug 25
3
Centos 7 and php 5.5
I am hoping that the wisdom of the group here can at least point me in
the right direction.
I have a Centos7 server that I need to upgrade php from 5.4 to 5.5. I've
tried several tutorials to add the remi repository and enable php55, but
I always end up at the same result:
Error: Package: php-5.5.38-1.el6.remi.x86_64 (remi-php55)
Requires: httpd-mmn = 20051115
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi,
As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some
situations. Unfortunately, some applications like OwnCloud require a
more recent version of PHP.
Up until recently, I've been using PHP 5.6 packages from the Webtatic
repository. Despite the bad press this third party repo seems to have,
it has been working perfectly for me for a few years. Here's the PHP 5.6
packages
2010 Jul 08
3
managing php pecl modules
Does anyone have a module that handles pecl effectively?
Thanks much.
-Jon.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
<package_name>
fails due to authentication
WARNING: The following packages cannot be authenticated
But if I do it from an ssh console normally, using apt-get install
<package_name> it works fine without issues.
Is there a way to change how puppet uses the
2009 Jul 01
0
Playing with php 5.3.0
Even though I do not recommend it for production yet, I packaged and am
playing with php 5.3.0 - src.rpm at
http://www.clfsrpm.net/php53/
(needed epel to build)
Other than the suhosin loadable module messing up pear's ability to do
anything, initial tests show it working fairly well.
Looks like the enchant module is a nogo on CentOS (aspell too old) but
in the few hours of testing, none
2016 Sep 27
1
Upgrading samba from source over debian packages
On 2016-09-27 16:40, Rowland Penny via samba wrote:
> On Tue, 27 Sep 2016 16:17:10 -0500
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
>
> On 2016-09-27 13:31, Marc Muehlfeld via samba wrote:
>
> Hello Elias,
>
> Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba:
>
> We have samba 4.1.17 installed via debian package and would
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2009 May 18
3
PHP 5.2 or greater availability
Hi there --
Is there a repository that has php version 5.2 or greater available for use with
the Centos 5.3 distribution?
This includes the development libraries package. Thanks.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners
2012 Dec 14
1
centos 6 + hardened php
Hi list,
Is there suhosin patched php 5.2+ available for centos 6?
--
Eero
2008 Feb 15
4
Hardened PHP? Suhosin patch?
Hi,
I'm running a few PHP-based apps on our server (PMB, SPIP, Joomla,
PHPMyAdmin), and I'm not always comforted about security. I don't know
the details, but many a security expert frowns when it comes to PHP.
Now I just stumbled over this:
http://www.hardened-php.net/suhosin.127.html
Has anyone already tried this out? An opinion about it? Is it worth it?
Since I have to
2011 Feb 15
3
apache 2 and php 5.2
Hi originally I installed php 4 on centos 5.5 and then a few repos including
the remi repo to upgrade to php5, which seems to upgrade/work without any
issues.
However when I make a change to the /etc/php.ini file it doesn't look like
apache is seeing it, for example if I change the post_max_size and
upload_max_file to 25M each apache still sees the default 2M. I also removed
the /etc/php.ini
2011 Feb 28
1
php53 and Fileinfo
Hello,
for drupal 7 installation at CentOS 5.5
(I have 32 bit and 64 bit machines)
I have to upgrade PHP to 5.3.
I've followed the CentOS wiki:
1) Created this file -
grep -v ^# /etc/yum.repos.d/CentOS-Testing.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
2009 Aug 13
1
Centos 5.3 - php-5.2.10
Hi,
I was looking a "stable" repo when I find php-5.2.10 wich I can use on
my centos 5.3, previously I used a remi and epel repo but now they are
have a php-5.3.0.
Regards,
For at ll
2012 Jul 18
3
pecl install json on CentOS 5.8
Hi
Any clue about the below issue?
/usr/bin/pecl install json
WARNING: channel "pear.php.net" has updated its protocols, use
"channel-update pear.php.net" to update
downloading json-1.2.1.tgz ...
Starting to download json-1.2.1.tgz (17,780 bytes)
......done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module
2007 Sep 28
3
PHP5/CentosPlus big mess.
Ok, so if you tuned in last time, I couldn't make the installation/upgrade of
PHP5 from the Centos4 CentOS Plus repository work. Not one to be easilly
dissuaded, I shapened my shovel and dug myself a hole.
So using the exclude= lines in the repository config file backfired big time:
even if I excluded the exclude= lines, yum continued to exclude the files
on those lines, and only deigned to
2007 Jul 28
0
php-suhosin-0.9.20 in the testing repository
All,
I have just put 3 versions of php-suhosin-0.9.20 in the Testing
repository for various versions of CentOS.
From the Suhosin website:
Suhosin is an advanced protection system for PHP installations. It was
designed to protect servers and users from known and unknown flaws in
PHP applications and the PHP core.
More Suhosin info:
http://www.hardened-php.net/suhosin/
Suhosin Configuration: