Install RRC on Linux 32 bit
Hello, I'd like to install RRC 2.0.0.1 on my laptop on Linux Ubuntu 32 bit, but I met a problem.
I followed this guide on the official site, but it doesn't work.
I only need to install the client, because the server one is on my university's server.
I extracted the zip files of the client in the same directory; later, using the terminal, i have used the instruction "chmod +x launchpad.sh", but when I tried to execute the sh file and I pressed the button "install" in the user interface, it returned me (on the terminal):
I often saw that this error has been found for 64 bit Ubuntu users, but I use Ubuntu LL 10.04 32 bit.
Can somebody help me?
Thanks a lot, Bye.
I followed this guide on the official site, but it doesn't work.
1. Download the Rational Requirements Composer Client and Server .zip files (Part 1 and 2 for the server, Master and Main for the client) from the All Downloads tab.
2. Extract the contents of the downloaded .zip files into a temporary location, so that you have the following directories: RRCS and RRCS_SETUP for the server, and RRCC and RRCC_SETUP for the client.
3. Go to the RRCS_SETUP directory and execute launchpad.exe (on Windows, or launchpad.sh on Linux) to launch IBM Installation Manager v1.3.2., which will install Rational Requirements Composer Server.
4. Go to the RRCC_SETUP directory and execute launchpad.exe to install Rational Requirements Composer Client.
I only need to install the client, because the server one is on my university's server.
I extracted the zip files of the client in the same directory; later, using the terminal, i have used the instruction "chmod +x launchpad.sh", but when I tried to execute the sh file and I pressed the button "install" in the user interface, it returned me (on the terminal):
/bin/bash: /home/fabio/Scrivania/RRCC_SETUP/InstallerImage_linux/install: No such file or directory
I often saw that this error has been found for 64 bit Ubuntu users, but I use Ubuntu LL 10.04 32 bit.
Can somebody help me?
Thanks a lot, Bye.
6 answers
I may have misunderstood your question, but the RRC client doesn't support Linux, only Windows.
I read in the instructions of installation on jazz.net this sentence:
Go to the RRCS_SETUP directory and execute launchpad.exe (on Windows, or [b]launchpad.sh on Linux[/b]) to launch IBM Installation Manager v1.3.2.,r.
so I tried to install it by the file "launchpad.sh", which is a Linux file.
Please help me.
cp: cannot stat `/root/RRC/VM/RRCS_SETUP/launchpad/lib': No such file or directory
cp: cannot stat `/root/RRC/VM/RRCS_SETUP/launchpad/../jre': No such file or directory
/usr/bin/less
++ cat /root/RRC/VM/RRCS_SETUP/launchpad/en/noBrowser.html
Regards,
Bruno Soares
You get the above error if no browser is found on Linux system. Fixed by doing "yum install firefox -y; ./launchpad.sh".