dzove855 / Bash-web-server

A purely bash web server, no socat, netcat, etc...
MIT License
944 stars 46 forks source link

"Cannot load accept" despite bash 5.2.0(1)-alpha #7

Closed ForwardFeed closed 2 years ago

ForwardFeed commented 2 years ago

I tried to make it work on the 5.2.0(1)-alpha version of bash

Any idea? thanks.

dzove855 commented 2 years ago

To get the the script qork with 5.2 you will need to change the shebang to point to 5.2 and accept should be ine BASH_LOADABLE_PATH (i will need to change the behaviour of this and use the default bash global var)

Acceot has been published with bash 5.1, so the minimum requirement would be bash 5.1

ForwardFeed commented 2 years ago

Nice i found it in /usr/local/lib/bash/ Now it works, thanks.