You are not logged in.

#1 2011-11-11 01:56:49

monash
Member
From: Hong Kong
Registered: 2011-11-10
Posts: 9

Pear PHP Warnings [SOLVED]

I recently built a web-server and followed the arch wiki docs to complete the LAMP installation and everything ran smoothly.

However, now when I upgrade pear I get the following warnings:

# pear upgrade
PHP Warning:  Module 'mcrypt' already loaded in Unknown on line 0
PHP Warning:  Module 'mysql' already loaded in Unknown on line 0

anyone else run into this glitch?

Last edited by monash (2011-11-11 03:17:42)


Keepinitlite: AsusP5K+Nvidia210+Core2+2gbRam

Offline

#2 2011-11-11 02:03:01

SidK
Member
Registered: 2011-03-03
Posts: 116

Re: Pear PHP Warnings [SOLVED]

Can you post php.ini, or at least the result of

grep -e "^extension=" /etc/php/php.ini

Also the contents of /etc/php/conf.d/*

Offline

#3 2011-11-11 02:15:46

monash
Member
From: Hong Kong
Registered: 2011-11-10
Posts: 9

Re: Pear PHP Warnings [SOLVED]

Many thanks SidK!

I checked /etc/php/conf.d and found i had left behind an old custom.ini containing:

extension=mcrypt.so
extension=mysql.so

removed the /etc/php/conf.d/custom.ini and all is well with pear upgrade :-)


Keepinitlite: AsusP5K+Nvidia210+Core2+2gbRam

Offline

Board footer

Powered by FluxBB