This is example how to build RPM package from source package (libaio-0.3.105-2.src.rpm). Note gcc, make and rpm-build (and dependent) packages must be already installed on your system.
# rpm -ivh libaio-0.3.105-2.src.rpm
# cd /usr/src/redhat/SPECS/
# rpmbuild --target i386 libaio.spec
# cd ../RPMS/i386/
# rpm -ivh libaio-0.3.105-2.i386.rpm libaio-devel-0.3.105-2.i386.rpm

相关文章:

  • 2022-12-23
  • 2021-10-13
  • 2022-03-05
  • 2022-12-23
  • 2022-02-03
  • 2021-11-11
  • 2021-09-07
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-09-15
  • 2021-10-16
相关资源
相似解决方案