Hi all,
Attempting to build RPMs from courier-0.21.tar.gz. It chugs along merrily
through the configuration and compiling portions of the process, then dies
with the following:
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ./../mkinstalldirs /tmp/courier-install/usr/lib/courier/share/sqwebmail
/usr/bin/install -c -s sendit.sh
/tmp/courier-install/usr/lib/courier/share/sqwebmail/sendit.sh
strip: /tmp/courier-install/usr/lib/courier/share/sqwebmail/sendit.sh: File
format not recognized
/usr/bin/install: strip failed
/usr/bin/install -c -s cleancache.pl
/tmp/courier-install/usr/lib/courier/share/sqwebmail/cleancache.pl
strip: /tmp/courier-install/usr/lib/courier/share/sqwebmail/cleancache.pl:
File format not recognized
/usr/bin/install: strip failed
make[4]: *** [install-scriptSCRIPTS] Error 1
make[4]: Leaving directory `/home/greg/rpm/BUILD/courier-0.21/webmail'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/greg/rpm/BUILD/courier-0.21/webmail'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/greg/rpm/BUILD/courier-0.21/webmail'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/greg/rpm/BUILD/courier-0.21'
make: *** [install-strip] Error 2
Bad exit status from /var/tmp/rpm-tmp.45444 (%install)
Any suggestions?