DragRacerX Posted June 4, 2008 Share Posted June 4, 2008 I have 2 Dell servers that came with SuSE 10.1 pre-loaded on them. The install of everything was via RPMs. On my other 4 SuSE 9.3 servers I loaded AMP from source files & compiled it with args. If I want to modify them I just run configure with the modified args. How do I accomplish the same thing if the software was loaded via RPMs? Looking at phpinfo() on the Dell servers it shows the configure args used. I am wanting to enable CLI (it shows --disable-cli). Surely there is a way to reconfigure? Or do I have to unistall the RPMs and re-install via source files that must be compiled? Thanking You In Advance... Link to comment https://forums.phpfreaks.com/topic/108757-how-do-you-reconfigure-php-when-it-was-installed-with-rpms/ Share on other sites More sharing options...
trq Posted June 14, 2008 Share Posted June 14, 2008 I don't use any rpm based distros but there is usually a seperate package fro each required feature. For example, if I wanted to install the php cli on my Debian box I would use.... apt-get install php5-cli Link to comment https://forums.phpfreaks.com/topic/108757-how-do-you-reconfigure-php-when-it-was-installed-with-rpms/#findComment-565445 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.