On 7/19/2018 2:52 PM, Lichte, Lucas R - DHS (Tek Systems) wrote:
> Welp, that didn't go spectacularly.  All the OpenSuSE SLES 11 downloads are 
> RPM, both source and compiled.  Non-relocatable.  I did attempt to rebuild, 
> but it choked on the following dependencies:
>
> audit-devel is needed by bash-4.3-286.1.x86_64
>         fdupes is needed by bash-4.3-286.1.x86_64
>         patchutils is needed by bash-4.3-286.1.x86_64
>
> If I can find a repository for them I can throw that into Zypper, but thus 
> far I've failed.  Anyone out there have any suggestions?

If it were me in that situation, I would download the source code of the
latest stable version (4.4.18 as I write this) from gnu directly:

http://ftp.gnu.org/gnu/bash/

Then I would compile it and install it into /usr/local, which is where
it should install by default.  You will naturally need development stuff
including a C compiler.  I do not know whether there are any development
dependencies that bash requires.

If SLES includes /usr/local/bin in the path by default, that might be
all you need.  But you might need to adjust the first line of each Solr
script to explicitly point at the new shell location.

Thanks,
Shawn

Reply via email to