Reconfiguring PHP

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
I did a base install of LAMP from Ubutnu and have been playing around with different PHP modules/extensions seeing what is possible but not I have way too many loaded on the server and would like to remove some. I know it has something to do with ./configure and --with something and make but i havent been able to put them all together in a way that reduces my number of packages installed.

Any help appreciated

I do have php5-dev installed and have been using it to run phpize as well
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If you've been compiling them yourself and not using packages then you're on your own for removing them, that's just how it is when you bypass the package manager.

If you've been using packages then just remove the appropriate phpX-modulename package.