LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   httpd server troubles (https://www.linuxquestions.org/questions/linux-software-2/httpd-server-troubles-13776/)

peter79 02-07-2002 06:41 PM

httpd server troubles
 
I'm using RedHat 7.2 (Enigma).My httpd server is damaged. When i try to restart it, i receive the "segmentation fault..." message. When i try to reinstal it from RPM the packet manager says that is already installed, and finaly, when i try to uninstal it i se a message like 'packet uninstaled' How could i ...... you know?

crabboy 02-09-2002 09:52 PM

Someone that knows more about RPMS may offer a easier solution, but I would just download the apache source from apache.org; compile and install it buy hand.

Mik 02-11-2002 05:59 AM

To remove a package run:
rpm -e packagename
After that you could try installing it again. If it still complains try using the --force switch to force it to install.

There is a lot more information in the rpm man files which might help.


All times are GMT -5. The time now is 01:26 AM.