|
Home > Archive > Unix True 64 > August 2005 > tachometer ossc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| sivits@imap-partners.net 2005-06-09, 5:58 pm |
| I am having a problem installing the Open Source tools
on Tru64. Using the tachometer utility I receive
errors about needing /bin/sh and libc.so.osf.1.
I tried do a manual install with rpm ignoring dependencies
but got an error message:
#/usr/local/bin/rpm -i --nodeps bash-2.05-5.alpha.rpm
package bash-2.05-5 is for a different operating system
Thanks,
Kevin
| |
| the_edge123.nospam@club-internet.fr 2005-06-14, 2:49 am |
| Did you succeed in installing other rpms on your Tru64 platform ?
| |
| rlmobil 2005-07-18, 5:53 pm |
| I never used rpm on Tru64. Typically, packets are installed via setld -l
<packetname> after changing to the appropriate directory on the
installmedium.
Rainer
On 9 Jun 2005 08:09:03 -0700, sivits@imap-partners.net <sivits@gmail.com>
wrote:
> I am having a problem installing the Open Source tools
> on Tru64. Using the tachometer utility I receive
> errors about needing /bin/sh and libc.so.osf.1.
>
>
> I tried do a manual install with rpm ignoring dependencies
> but got an error message:
> #/usr/local/bin/rpm -i --nodeps bash-2.05-5.alpha.rpm
> package bash-2.05-5 is for a different operating system
>
>
>
> Thanks,
> Kevin
>
| |
| Reinhard Eigner 2005-08-24, 6:10 pm |
|
[vbcol=seagreen]
Try
rpm -i --nodeps --ignoreos bash-2.05-5.alpha.rpm
|
|
|
|
|