[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] bash error
From: |
Chet Ramey |
Subject: |
Re: [Help-bash] bash error |
Date: |
Wed, 08 Apr 2015 17:22:20 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 4/8/15 3:02 AM, mohd rasidi che mat wrote:
> hi,
> we have bash version 4.3.30 installed on hpux 11.23 (itanium)
>
> we encounter problems while running the Oracle script (aka orachk) that
> uses BASH. Here is the error message
>
>
>
> /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'imaxdiv' in load
> module'/usr/local/bin/bash'
Go back to where you built bash and look at config.status. When
configure ran, it was able to find both imaxdiv and isblank, defines
noting that ended up in config.h, and bash was compiled assuming those
functions were available. If you didn't build bash on the machine where
you're running it, you might want to try doing that.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-bash] bash error,
Chet Ramey <=