반응형
Get the source file from
bash $ wget ftp://rpmfind.net/linux/redhat/enterprise/3/en/os/i386/SRPMS/libaio-0.3.96-3.src.rpm
than
bash $ rpmbuild --rebuild libaio-0.3.96-3.src.rpm
this will build the rpm you need to install...
the new RPM will be most prob. created in folder...
/usr/src/redhat/RPMS/i386/libaio-0.3.96-3.i386.rpm
and then install...
rpm -ivh libaio-0.3.96-3.i386.rpm
bash $ wget ftp://rpmfind.net/linux/redhat/enterprise/3/en/os/i386/SRPMS/libaio-0.3.96-3.src.rpm
than
bash $ rpmbuild --rebuild libaio-0.3.96-3.src.rpm
this will build the rpm you need to install...
the new RPM will be most prob. created in folder...
/usr/src/redhat/RPMS/i386/libaio-0.3.96-3.i386.rpm
and then install...
rpm -ivh libaio-0.3.96-3.i386.rpm
반응형