You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: