csl 发表于 2004-1-5 16:16:58

libcom_err.so.3 is needed by..

ML tools 1.2pre5的 httpd2.0.47

# rpm -ivh httpd-2.0.47-1.i386.rpm
error: Failed dependencies:
      libcom_err.so.3 is needed by httpd-2.0.47-1

不会是这个原因吧?
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100437
怎吗办?

jackey 发表于 2004-1-5 21:35:23

did you install apr rpm before install httpd?

樱家冢 发表于 2004-1-6 08:55:19

rpm -Uvh *.rpm

csl 发表于 2004-1-6 09:31:38

Jackey, I am afraid i do install the apr, because it leads to another dependencies during installation of httpd.


[root@java httpd]# rpm -qipl *.rpm |grep libcom_err.so
[root@java httpd]# pwd
/mnt/cdrom/server/httpd
[root@java httpd]# ls -l
total 5890
-rw-r--r--    1 root   root       290212 12月 29 00:01 apr-0.9.4-1.i386.rpm
-rw-r--r--    1 root   root       476870 12月 29 00:01 apr-devel-0.9.4-1.i386.rpm
-rw-r--r--    1 root   root       182836 12月 29 00:01 apr-util-0.9.4-1.i386.rpm
-rw-r--r--    1 root   root       231520 12月 29 00:01 apr-util-devel-0.9.4-1.i386.rpm
-rw-r--r--    1 root   root      2655250 12月 29 00:01 httpd-2.0.47-1.i386.rpm
-rw-r--r--    1 root   root       143723 12月 29 00:01 httpd-devel-2.0.47-1.i386.rpm
-rw-r--r--    1 root   root      1204887 12月 29 00:01 httpd-manual-2.0.47-1.i386.rpm
-rw-r--r--    1 root   root      11084 12月 29 00:01 mailcap-2.1.14-1.noarch.rpm
-rw-r--r--    1 root   root       831134 12月 29 00:01 mod_ssl-2.0.47-1.i386.rpm
-r--r--r--    1 root   root          614 12月 29 00:22 TRANS.TBL
[root@java httpd]#


雖然我不喜歡這個命令 :-) ,但樂意一試!


[root@java httpd]# rpm -Uvh *.rpm
error: Failed dependencies:
      libcom_err.so.3 is needed by httpd-2.0.47-1

cjacker 发表于 2004-1-6 11:10:15

yes, just wait, fixed a bug reported by lonestar, then libcom_err.so.3 lost.
页: [1]
查看完整版本: libcom_err.so.3 is needed by..