Displaying 20 results from an estimated 4000 matches similar to: "php-mcrypt"
2005 Jun 06
2
PHP mcrypt
Hi,
Could someone tell me how I'd go about compiling php with mcrypt support
from src.rpm?
ie. configure -with-mcrypt[=DIR]
Is it just a matter of calling
rpmbuild --rebuild src.rpm --with=mcrypt
?
Cheers,
MaZe.
2005 Nov 14
2
RPM php-mcrypt - CENTOS 4.2
Dear Friends,
The PHP in CENTOS 4.2 hasn't lib php-mcrypt. Where I do download RPM
php-mcrypt ?
Thanks
Adriano
2011 Mar 28
3
Installing php-mcrypt
It has been 6 years since I set up my Linux server and have
hardly had to touch it in all of those years other than running
yum update, so I ma rusty in some of the fine details (especially
at 72).
I located a source for the php-mcrypt rpm
(php-mcrypt-5.1.6-15.el5.centos.1.i386.rpm), however, isn't there
an easier method to get and install the appropriate rpm - other
than downloading it
2009 Apr 27
1
php-mcrypt from c5-testing is the wrong version
Hello all,
I am using the c5-testing repo to fetch PHP 5.2.6 and related
libraries, required for the LAMP apps that I want to use. php-mcrypt
still seems to come from the extras repo and is version 5.1.6 and the
php binary doesn't load this module.
Any ideas on howto get php-mcrypt 5.2.6?
Thanks.
--
"The secret impresses no-one, the trick you use it for is everything"
- Alfred
2016 Oct 10
1
mcrypt on PHP 5.4 and 5.5
I have Centos 6.8 running on a VPS and upgraded PHP from 5.3 to 5.4 using scl. Unfortunately it seems mcrypt is not available, neither for 5.4 nor for 5.5.
What have other users done about that? Unfortunately I have an application that requires mcrypt.
2006 Nov 09
3
php-mcrypt extension
I see that there are a plethora of php extensions available as rpms,
from the centos repositories, but not the php-mcrypt extension. I'm
trying to stick to an rpm-only system and haven't found one that
provides this, yet, for my 4.4 system.
Is there any plan to add this to the repository in the near future (if
at all)? Does anyone know where I can get it, otherwise? I see there
is one for
2011 Apr 15
1
php53 and mcrypt
More PHP fun!
I can see in the spec files that php-mcrypt support was removed by Redhat. I tried to find out why but I don't have sufficient access to redhat bugzilla. I am wondering if it is actually necessary as I have also run across a post or two that indicates applications that rely on mcrypt still work with the new php53.
Perhaps mcrypt was superceded by another module or PHP core
2007 Sep 01
1
cannot find mcrypt rpm
Hi,
I need this to install for a new ecommerce store I want to test out:
mcrypt for extension=php_mcrypt.dll in php.ini
Do you know where I can get this rpm? I cannot find it on the CentOS
repository.
I am using php 5.2.3-4 and mysql 4.1.20 on CentOS 4.3.
Thank you!
Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891
No virus found in this outgoing message.
2015 Jan 23
0
Reason for removing php-mcrypt from CentOS 6/7
Does anybody know why php-mcrypt was removed from the extras repo when CentOS 6 came out?
I've been going through the archives and I saw plenty of people complain about it but no explanation for the reason.
I know it's available in EPEL but I want to avoid third party repos if at all possible.
If for some reason it became no longer advisable to use php-mcrypt in production then knowing
2009 Nov 15
4
PHP Add-on
Dear my friends...
I want to install Magento but the installer asks me several PHP Add-on:
PHP Extension "pdo_mysql" must be loaded
PHP Extension "mcrypt" must be loaded
PHP Extension "curl" must be loaded
PHP Extension "gd" must be loaded
Anybody would be so nice to tell me the way to install the PHP add-on-s?
Thank you very much.
2009 Jun 17
2
CentOS 5.3 - php mycrypt
I need PHP with mycrypt support see
http://www.php.net/manual/en/ref.mcrypt.php
i wonder - is this available in the PHP that comes with CentOS 5.3 ?
thanks
2015 Jul 10
1
mcrypt 2.6.8 on centos 6
I downloaded mcyrpt 2.6.8, untar, cd into the tree and did
./configure and I get errors.
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for libmcrypt-config... no
checking for libmcrypt - version >= 2.5.0... no
*** Could not run libmcrypt test program, checking why...
*** The test program failed to compile or link.
2015 Jul 11
2
Using gpg to encrypt a URL line on CentOS 6 additional information
>+1. also, it'd probably be good to state what you're trying to accomplish rather
>than if you can throw a technology at vague something or another. I think you'd
>find gpg's password input cumbersome for symmetric keys, the output too long in ascii
>armor and possibly annoying to deal with public keys... but you don't really say what
>you're trying to
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks!
On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi>
wrote:
> This is really wrong way to do this. Install yum-utils and use
> yumdownloader --source package-name to get rhel version of package. Then
> modify spec file and recompile.
>
> Eero
> Hey guys,
>
> I'm trying to disable
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
2007 Sep 10
3
php 5.2
Hi,
I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements
This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.
I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and
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
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on
Samba 4, but on the same network.
OS: CentOS 7 64-bit
[Root @ webserver conf] # rpm -qa | grep httpd
httpd-tools-2.4.6-31.el7.centos.x86_64
httpd-2.4.6-31.el7.centos.x86_64
[Root @ webserver conf] #
[Root @ webserver conf] # rpm -qa | grep php
php-pear-1.9.4-21.el7.noarch
php-pear-Net-Socket-1.0.14-1.el7.noarch
2015 Mar 24
2
error building php spec file
Hey all,
I'm attempting to build a spec file of php 5.6.7 - the latest stable -
into an rpm. And it's failing with this set of errors:
Processing files: php-5.6.7-1.el7.x86_64
warning: File listed twice: /etc/rc.d/init.d/php-fpm
error: Symlink points to BuildRoot: /usr/bin/phar ->
/home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar
warning: File listed twice: