Re: SUMMARY: rpm -e

2004-03-17 Thread Matthias Kurz
On Tue, Mar 16, 2004, Mike's List wrote: Thanks to: Bill Campbell, Steffen Weinreich, and Thomas Lotterer for the quick replies. The below command works. In addition, you can rebuild the package and do an rpm -U --force to do the new installation. I decided to remove/reinstall to be

Re: Rebuild Apache with options

2004-03-17 Thread Matthias Kurz
On Wed, Mar 17, 2004, Michael van Elst wrote: On Wed, Mar 17, 2004 at 07:18:38AM +0100, Michael van Elst wrote: rpm --rebuild --define 'with_php yes' --define 'with_php_mysql yes' apache That should have been: 'with_mod_php yes' and 'with_mod_php_mysql yes'. And it would probably

Re: Rebuild Apache with options

2004-03-17 Thread Ralf S. Engelschall
On Wed, Mar 17, 2004, Mike's List wrote: rpm --rebuild --define 'with_php yes' --define 'with_php_mysql yes' apache That should have been: 'with_mod_php yes' and 'with_mod_php_mysql yes'. And it would probably better to use openpkg build, wouldn't it ? openpkg build

Re: SUMMARY: rpm -e

2004-03-17 Thread Michael Schloh von Bennewitz
On Wed, Mar 17, 2004, Matthias Kurz wrote: Yes, i thought that modified config files are saved as *.rpmsave by rpm when a package is removed, but i was not sure. Most of the time it is still unessesary work to move them back after reinstallation. And it is error prone because you may forget it