apm 재설치 할려는데 apm이 삭제가 안되네요.

익명 사용자의 이미지

여기 강좌데로 리눅스서버 다시 설치할려고 하는데요.

일단 아파치.php.mysql 이 깔려있는지,
프로세스가 살아있는지 ..........아래처럼 나왔는데요.

root]# rpm -qa | grep apache
apacheconf-0.8.2-2
apache-devel-1.3.23-11
apache-1.3.23-11 <----------위의 2개는 지워지는데,이것만 안지워짐.

root]# ps ax | grep apache
1153 tty1 s 000 grep apache

문제는 ==> 아파치를 삭제할려고 하니깐 계속 에러가 떠서 삭제가 안되네
요.

root]# rpm -e apache-1,3,23-11
error......

혹시나 해서 프로세스를 죽일려고......아래처럼 나오구요.
root]# killall -9 apache
no process killed

아파치.php가 삭제가 안되는데..
어떻게 하면 아파치.php를 확실하게 지우고 다시설치할수 있죠?

익명 사용자의 이미지


kkh wrote..
...
root]# rpm -e apache-1,3,23-11
error......

혹시나 도움될지 모르니 에러메시지를 다 올려주세요 ^^

그리고,

혹시나 해서 프로세스를 죽일려고......아래처럼 나오구요.
root]# killall -9 apache
no process killed

이 부분에서는 apache가 아니고 httpd입니다.

익명 사용자의 이미지

/etc/init.d/httpd stop
/etc/init.d/mysqld stop

rpm -e `rpm -qa | grep apache`
rpm -e `rpm -qa | grep php`
rpm -e `rpm -qa | grep mysql`

저기서 ` 는 키보드 왼쪽 위의 숫자 1 왼쪽에 있는 문자 입니다.

그래도 안 되면... 질문하실 때 에러 내용을 안 올리셔서 답변
못 하겠습니다.

--
SOrCErEr

익명 사용자의 이미지

[root@localhost rpm]# rpm -Uvh binutils-2.11.90.0.8-9.i386.rpm
Preparing...
###########################################
[100%]
package binutils-2.11.93.0.2-11 (which is newer than binutils-
2.11.90.0.8-9) is
already installed
error db3 error(-30998) from db->close DB_INCOMPLETE Cache flush
was
unable to complete
rpmdb Unreferenced page 959
rpmdb Unreferenced page 994
rpmdb Unreferenced page 995
rpmdb Unreferenced page 996
rpmdb Unreferenced page 997
rpmdb Unreferenced page 998
error db3 error(-30985) from db->verify DB_VERIFY_BAD Database
verification
failed
[root@localhost rpm]#

rpm Pakage database 에 관한 에러같은데... 이런 에러가 날경우 해결방법
이 어떤것
이 있나요?
gcc를 업그레이드 하려다가 의존성 문제가 발생해서 이걸 해결하려고 맨처

binutils를 설치하려는데 이런 에러가 났습니다. 그리고
rpm -qa | grep binutils를 입력하면 아무 반응이 없네요...
다운되지는 않는것 같구요.Ctrl + c를 누르면 다시 원상태로 돌아갑니다.
프롬프트상태
로요...
그리고 다른패키지를 확인하기 위해서
rpm -qa | grep xxxxxx
하면 아무반응이 없이 멈춰있습니다. 다운된것처럼요. 물론 Ctrl+c 누르
면 프롬프트가 떨어집니다.
이걸 어떻게 해결해야할지... 부탁드립니다.
uhf1000@kornet.net

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.