TIBCO Universal Installer – Unix – The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag (SOLVED)
Many a times,
when you try to install TIBCO Rendezvous / TIBCO EMS or even certain BW Plugins ( That are 32 bit binaries ) on a 64 bit JVM based UNIX System (Linux / Solaris / AIX / UX / FreeBSD)
You typically encounter an error like this
Well, many people ain’t aware of the real deal to solve this issue,
After much Research with permutations and Combinations, there seems to be a solution for this :-
Follow the Steps mentioned below For RHEL 6.XX Systems (Cuz i ain’t tried for other NIX platform yet)
- sudo yum -y install libXtst*i686 *
- sudo yum -y install libXext*i686*
- sudo yum -y install libXrender*i686*
I am damn sure, it’ll work for GUI mode of installation
You must be logged in to post a comment.