Hello, I was running the postfix release postfix-2.8-20101007 for a number of months and now I want to update to the 2.8.0 stable.
I've run into an error with make upgrade: It ends like so: Updating /usr/libexec/postfix/smtp... Updating /usr/libexec/postfix/smtpd... Updating /usr/libexec/postfix/spawn... Updating /usr/libexec/postfix/tlsproxy... cp: cannot stat `libexec/tlsproxy': No such file or directory make: *** [upgrade] Error 1 I have tried a make tidy and redoing the make makefiles but nothing I try seems to have an impact on this. This is for Redhat 5.5. Here is the last attempt I ran for makefiles: make makefiles CCARGS='-fPIC -DUSE_TLS -DUSE_SSL -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DPREFIX=\"/usr\" -DHAS_PCRE -DSNAPSHOT -I/usr/include/openssl -I/usr/include/sasl -I/usr/include' AUXLIBS='-L/usr/lib -L/usr/lib/openssl -lssl -lcrypto -lsasl2 -lpcre -lz -lm -llber -Wl,-rpath,/usr/lib/openssl -pie -Wl,-z,relro' I don't need tlsproxy, but some other binaries like lmtp don't get updated due to this issue. --Donald
