Re: bash: Undefined symbol "rl_filename_rewrite_hook" referenced from COPY re location in /usr/local/bin/bash

2021-05-09 Thread Kurt Jaeger
Hi! > Run ldd against the bag binary and see if it's picking up /use/lib/ > libreadline.8.so It shows /lib/libreadline.so.8, yes. > If it is a FreeBSD 12.x system, then just delete (or rename) > that file. Run ldd again, and it should pick up the readline library from > /usr/local/lib. Yes,

Re: bash: Undefined symbol "rl_filename_rewrite_hook" referenced from COPY re location in /usr/local/bin/bash

2021-05-09 Thread Freddie Cash
Run ldd against the bag binary and see if it's picking up /use/lib/ libreadline.8.so If it is and this is a FreeBSD 12.x system, then just delete (or rename) that file. Run ldd again, and it should pick up the readline library from /usr/local/lib. It seems freebsd-update doesn't remove that

bash: Undefined symbol "rl_filename_rewrite_hook" referenced from COPY re location in /usr/local/bin/bash

2021-05-09 Thread Kurt Jaeger
Hello, on a recently updated system I have this problem with shells/bash, it fails to start: ld-elf.so.1: Undefined symbol "rl_filename_rewrite_hook" referenced from COPY relocation in /usr/local/bin/bash I do not have this on similar systems, also recently updated, so any idea where this