LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Segfault problem when install by using RPM (https://www.linuxquestions.org/questions/linux-software-2/segfault-problem-when-install-by-using-rpm-161204/)

patch_78 03-22-2004 10:43 PM

Segfault problem when install by using RPM
 
I try to install MySQL-client-4.0.18-0.i386.rpm by using RPM utility with this command

$>rpm -Uvvh MySQL-client-4.0.18-0.i386.rpm

and I get the following error message.

D: ============== MySQL-client-4.0.18-0.i386.rpm
D: Expected size: 2722932 = lead(96)+sigs(181)+pad(3)+data(2722652)
D: Actual size: 2722900
D: opening db environment /var/lib/rpm/Packages create:mpool
D: opening db index /var/lib/rpm/Packages create mode=0x42
D: locked db index /var/lib/rpm/Packages
D: opening db index /var/lib/rpm/Name create mode=0x42
D: added binary package [0]
D: found 0 source and 1 binary packages
D: ========== +++ MySQL-client-4.0.18-0
D: opening db index /var/lib/rpm/Depends create mode=0x42
D: opening db index /var/lib/rpm/Basenames create mode=0x42
D: Requires: /bin/sh YES (db files)
D: Requires: /usr/bin/perl YES (db files)
D: opening db index /var/lib/rpm/Conflictname create mode=0x42
D: closed db index /var/lib/rpm/Depends
D: ========== recording tsort relations
D: ========== tsorting packages (order, #predecessors, #succesors, tree, depth)
D: 0 0 1 0 0 MySQL-client-4.0.18-0
D: installing binary packages
Preparing... ########################################### [100%]
D: Expected size: 2722932 = lead(96)+sigs(181)+pad(3)+data(2722652)
D: Actual size: 2722900
D: install: MySQL-client-4.0.18-0 has 18 files, test = 0
Segmentation fault


I have already checked md5 sum value of this package and it is correct. And I have tried to remove MySQL-server-4.0.18-0 by using RPM also. Unfortunately it has made the same error, segmentation faullt. (I have only installed a package of MySQL successfully, MySQL-server-4.0.18-0.)

I have used Redhat 9.0 and I don't install RPM myself, I have used the original one came with Redhat 9.0, rpm-4.0.4-7x.20, rpm-python-4.0.4-7x.20.


Do anyone have an idea how to solve this problem? Thanks in advance.

patch.


All times are GMT -5. The time now is 06:56 PM.