Bart van der Schans wrote:
Francesco Chicchiriccò wrote:
Hi all,
running Hippo on Solaris 10, I had a few troubles with fortress.sh
(for
all components); to get things working, I had to patch fortress.sh
this
way:
@@ -28,6 +28,8 @@
fi
elif [ `uname` = 'FreeBSD' ] ; then
DEFAULT_WRAPPER_CMD="./wrapper.freebsd62"
+elif [ `uname` = 'SunOS' ] ; then
+ DEFAULT_WRAPPER_CMD="./wrapper.bin.solaris"
else
DEFAULT_WRAPPER_CMD="./wrapper.bin"
fi
Was that a known issue?
Yes, but it's not really an "issue". These are just some defaults for
extra convenience. It's impossible to add if statements for every
OS and
version. Though adding a default for solaris (10) would be a good
idea.
You can set the wrapper bin file to use by setting the system env
variable "WRAPPER_CMD". You can set it in the profile of the user, so
you only have to do it once and you don't have to patch again when
doing
an upgrade.
Good. Thanks.
Furthermore, examining fortress' logs, I've also noticed that
libwrapper.so couldn't be loaded: I merely did 'mv
libwrapper.so.solars libwrapper.so' and the error suddenly disappeared.
Is there a better solution?
Cheers.
********************************************
Hippocms-dev: Hippo CMS development public mailinglist