Bugzilla – Bug 5679
Configure script fails on Solaris builds
Last modified: 2007-11-15 13:04:25
You need to log in before you can comment on or make changes to this bug.
Charles found that the 'test -e' in the RLS server configure script fails on Solaris because Solaris test does not support the -e flag. Instead the -f flag should be used and -f can be expected to be supported on all platforms that we target.
Change committed to trunk and globus_4_0_branch of replica/rls/server pkg. 4.0 branch pkg version numbers upped to 4.5. No advisory release cut.