
meine Spezifikationsdatei ist:
%prep
tar zxvf $RPM_SOURCE_DIR/httpd-2.4.3.tar.gz
%build
%install
cd httpd-2.4.3
./configure -prefix=/usr/local/apache
make
make install
%preun
if [ -z "`ps aux|grep httpd | grep -v grep`" ];then
pkill httpd >/dev/null
exit 0
fi
%files
/usr/local/apache
rpmbuild -ba lx.spec
, und das RPM-Paket von httpd-2.4-3.x86_64.rpm ist ok. Aber als ich es installiert habe
rpm -ivh httpd-2.4-3.x86_64.rpm
es ist nicht richtig und die Fehlermeldung lautet:
error: Failed dependencies:
libpcre.so.1()(64bit) is needed by httpd-2.4-3.x86_64
Antwort1
Wenn Ihr Computer CentOS oder RHEL ist, müssen Sie das pcre.x86_64
Paket installieren.
# yum resolvedep "libpcre.so.0()(64bit)"
Loaded plugins: downloadonly, product-id, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
0:pcre-7.8-6.el6.x86_64