
23 Mar
2006
23 Mar
'06
11:29 p.m.
Graham Leggett wrote:
I have been trying to build v2.0.4's SRPM on a Redhat Enterprise machine, but the RPM build process bombs out as follows:
/var/tmp/otrs-2.0.4-build/opt/otrs/bin/SetPermissions.sh: /bin/sh: bad interpreter: Permission denied
Turns out /var/tmp was symlinked to /tmp, which was mounted by default with the noexec option. This caused the attempt at running scripts during the build to fail. Regards, Graham --