I was very pleased to find the makerpm script in the source package. This
has helped my life greatly. However, I've run into the following problem
when trying to build the rpm.
+ mkdir -p /var/tmp/php5-1-buildroot/usr/lib64/php/extensions
+ install -m 0755 'modules/*.so'
/var/tmp/php5-1-buildroot/usr/lib64/php/extensions
install: cannot stat `modules/*.so': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.74684 (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.74684 (%install)
Here's my ./configure line
sh ./configure --prefix=/usr \
--with-libdir=lib64 \
--enable-cli \
--with-config-file-path=%{_sysconfdir} \
--enable-safe-mode \
--with-exec-dir=/usr/bin \
--disable-cgi \
--with-mysql \
--with-zlib \
--enable-xml \
--enable-wddx \
--with-mssql=/usr \
--with-apxs2=/usr/sbin/apxs \
--with-iconv \
--with-openssl \
--with-iconv-dir=/usr \
--enable-ftp \
--enable-sockets \
--enable-mbstring \
--enable-calendar \
--enable-bcmath \
--enable-memcache \
--with-libxml \
--with-gettext \
--with-pdo-mysql \
--with-mysql-socket \
--with-unixODBC=/usr
I'm trying to build an rpm out of a custom compilation with the above
configuration any help would be great.
Richard Andrews
Systems Administrator - IT Operations
Pelmorex Media Inc.
(905) 829-1159 x1243
[EMAIL PROTECTED]