You are not logged in.
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
Can you post php.ini, or at least the result of
grep -e "^extension=" /etc/php/php.iniAlso the contents of /etc/php/conf.d/*
Offline
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