- In Ubuntu 11, after run ./launchpad.sh, and in browser, the hyperlink is no any reponse to envoke "Install Manager"
- After read installation guild, that mention that support RedHat Linux, but no Ubuntu. So I decide to re-install redhad as server for RTC.
- In RedHat Server 6, following problem is encountered.Can't run ./launchpad.sh, with error : /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
[Solution] http://www-01.ibm.com/support/docview.wss?uid=swg21459143
Installation Manger is a 32-bit application and requires 32-bit versions of OS system libraries. These libraries are not installed on RHEL 6.0/6.1 x86_64 (64-bit) by default. You must install these 32-bit libraries on your system before you run Installation Manager.
Resolving the problem
The required libraries are available on the Red Hat 6.0/6.1 distribution DVD. To install the required libraries:
- Mount the DVD to the system. Insert the DVD into the DVD drive.
- Select open a terminal window as a root.
- Execute the commands:
[root@localhost]# mkdir /mnt/cdrom
[root@localhost]# mount -o ro /dev/cdrom /mnt/cdrom - Create the text file server.repo in the /etc/yum.repos.d directory.
NOTE: To use gedit, execute the command:
[root@localhost]# gedit /etc/yum.repos.d/server.repo
Add the following text to the file:
[server]
name=server
baseurl=file:///mnt/cdrom/Workstation
enabled=1
In the example, the mounting point is cdrom and the RHEL distribution is Workstation but could be sever.where baseurl depends on the mounting point and the RHEL distribution.- Execute the command:
[root@localhost]# yum clean all - Execute the command to import related public keys:
[root@localhost]# rpm --import /mnt/cdrom/*GPG* - Execute the commands to install the required libraries:
[root@localhost]# yum install gtk2.i686
[root@localhost]# yum install libXtst.i686
During the install you might receive prompts similar to the example. Answer with 'y'
Example:
Total download size: 15 M
Installed size: 47 M
Is this ok [y/N]: y
NOTE: The package name extension (.i686) might change in the command depending on the hardware platform that you use. The table lists valid values for the package name extension.
RHEL 6.0 package names on different platforms
- Execute the command:
Platform
32-bit
64-bit
x86/x86_64
i686
x86_64
ppc/ppc64
ppc
ppc64
s390/s390x
s390
s390x
- After can start up the browser, and click the install 'Hyperline' in browser. 'Administrator Privilege' is need. Erorr happened.
[solution] http://flylib.com/books/en/1.303.1.115/1/- If we use 'su root', and change to 'root', there will be another problem, can't find browser, happen.
- if we use sudo ./launchpad.sh, then ... bla bla said, scm can't use sudo ....
- So, I use following step by second method in document
- su -m root
- visudo
- edit /etc/sudoers file
add line : %scm All=(ALL) ALL, and save
use 'sudo ./launchpad' startup and click to run install manager successfully
沒有留言:
張貼留言