yrutschle / sslh

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)

Home Page:https://www.rutschle.net/tech/sslh/README.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUGS UBUNTU 23

scriptvpskita opened this issue · comments

cmd :
/usr/sbin/sslh --foreground --user sslh --listen 0.0.0.0:443 --ssh 127.0.0.1:22 --tls 127.0.0.1:1369 --openvpn 127.0.0.1:1194 --anyprot 127.0.0.1:109 --pidfile /var/run/sslh/sslh.pid

output:
/usr/sbin/sslh: error while loading shared libraries: libpcreposix.so.3: cannot open shared object file: No such file or directory

i try apt search libpcre
but there is no libpcreposix.so.3

In Debian it is part of libpcre3.
However, I don't think this has been required in sslh in a long time, as it all moved to libpcre2-8, which is bizarrely more recent than libpcre3.