Philip Martin <philip.mar...@wandisco.com> writes: > Philip Martin <philip.mar...@wandisco.com> writes: > >> Philip Martin <philip.mar...@wandisco.com> writes: >> >>> I suppose we fix it by removing libsvn_test from the list of preload >>> libraries. >> >> It's ugly, but I've hardcoded this for now. > > It's failing on the OpenBSD buildbot: > > http://ci.apache.org/builders/svn-openbsd-i386/builds/46 > > START: auth-test > /usr/bin/sed: can't load library '' > /usr/bin/sed: can't load library '' > /usr/bin/sed: can't load library '' > > Perhaps LD_PRELOAD is coming up empty and OpenBSD doesn't like an empty > LD_PRELOAD?
The OpenBSD man page http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html indicates that LD_PRELOAD is colon, not whitespace, separated. Could that be it? I don't see the old script using colons. -- Philip