Hi, I've tried to install new portable OpenSMTPD version and it looks like install.sh script is missing:
[root@cruelbiz opensmtpd-5.4.4p1-rc1]# uname -a Linux cruelbiz 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [root@cruelbiz opensmtpd-5.4.4p1-rc1]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) [root@cruelbiz opensmtpd-5.4.4p1-rc1]# ls autom4te.cache bootstrap config.log configure configure.ac contrib examples INSTALL LICENSE m4 Makefile.am mk openbsd-compat README.md regress smtpd THANKS [root@cruelbiz opensmtpd-5.4.4p1-rc1]# ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." Am I doing something wrong? I can remember that this script was in previous versions. Thanks, Vaclav 2014-11-20 18:31 GMT+01:00 Gilles Chehade <[email protected]>: > Hi, > > As mentionned a couple days ago, we have delayed slightly our release of > a new major version as it needs more polishing for us to be happy. > > In the meantime, there's enough minor bugfixes in the latest stable that > we want to get a new minor released for the 5.4.x version. > > Below are two archives for release candidates, do not run them if you're > using OpenSMTPD snapshots as it's "older" code. Use them if you're using > the 5.4.2 stable release as it is basically that with bugfixes applied. > > openbsd native version: > https://www.opensmtpd.org/archives/opensmtpd-5.4.4-rc1.tar.gz > > portable version: > https://www.opensmtpd.org/archives/opensmtpd-5.4.4p1-rc1.tar.gz > > Changelog: > ---------- > > - LOTS of cleanup and cosmethic changes > - reworked enqueuer to fix some headers formatting issues > - privileges separated RSA engine > - removal of profiling code that caused processes to never really idle > - several related processes merged into a single one > - append-domain implemented for better interop with Sendmail / Postfix > > We would really like to make the release next week given that there's not > much risks but feedback is really encouraged. > > NOTE: libasr is now a requirement, I have just published a snapshot, and > we will be making our first libasr stable release shortly, before smtpd. > > -- > Gilles Chehade > > https://www.poolp.org @poolpOrg > > -- > You received this mail because you are subscribed to [email protected] > To unsubscribe, send a mail to: [email protected] > >
