Buchan Milne wrote:
On Wednesday 22 August 2007 08:35:37 Taymour A. El Erian wrote:
if test ! -x /usr/sbin/.3 ; then echo "Could not locate slapd(8)" exit 1 fi
This is a victim of trying to get the tests working in a separate package. It's quite obvious what the fix is ... make it /usr/sbin/slapd2.3 instead of /etc/sbin/.3. (and in scripts/defines.sh too).
If it's not fixed yet, I'll try and fix it soon ...
I have built the RPMS from your src RPM on RHEL 3 U8. I already tried to do this before I sent the email to the list and I get the following error
Running slapadd to build slapd database... ./scripts/test032-chain: line 31: /usr/sbin/.3: No such file or directory
Regards, Buchan