Hi all, I have a question that seems to be very simple:
1) The scenario: - I Linux server with Apache+PHP running with several services. The httpd.conf and php.ini are fully customized. 2) The task - Now I have to set up a new service that need the GD library. So I have to install/enable GD in the server. 3) The big question If I simply hit: apt-get install php-gd Will I just install the GD library properly (as I need)?? OR will I mess up all the previous httpd.conf and php.ini configuration??? Thanks in advance, MP