I've had this problem a few times in the past, and either worked around it, or solved it and forgot how :-(
In preparation for my Lotus Connections 3.0 installation, I've been trying ( and failing ) to install Lotus Domino 8.5 onto a VMware image of Red Hat Enterprise Linux 5.5.
The error that I see is: -
Error: The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.
when I run: -
/tmp/linux/domino/install
I'd tried logging the installer in log mode: -
/tmp/linux/domino/install -is:log /tmp/foobar.txt
but, apart from showing me the detail of what was going on: -
Executing launch script command: "/tmp/isjykAnI6/jre/bin/java" -cp "":"setup.jar":"" -Dtemp.dir="/tmp" -Dis.jvm.home="/tmp/isjykAnI6" -Dis.jvm.temp="1" -Dis.media.home="" -Dis.launcher.file="/tmp/linux/domino/tools/setupLinux.bin" -Dis.jvm.file="/tmp/isjykAnI6/jvm" -Dis.external.home="/tmp/linux/domino/tools" -Xms20m -Xmx1024m run "-G" "overwriteJVM=yes" in working directory /tmp/linux/domino/tools
it didn't tell me anything I didn't already know.
Googling around, I found this: -
Error when installing WebSphere Message Broker for Linux x86 V6.0
which helped me, although the author still appears to be struggling :-(
As part of his PD routine, he'd installed two RPMs: -
yum install libstdc++-libc6.2-2.so.3
yum install libXp.so.6
I tried the first ( libstdc++-libc6.2-2.so.3 ) but that didn't help.
I then tried the second ( libXp.so.6 ) and .... voila, the installer launched as it should, and I was good to go.
Will contact the author of the blog post, and thank him for helping me out of a hole :-)
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
No comments:
Post a Comment