• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Reconfiguring PHP

Drakkon

Diamond Member
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
 
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.
 
Back
Top