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... Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.