[Bug 276528] net/delegate: Fails to find SSL libraries

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 22 Jan 2024 18:06:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276528

            Bug ID: 276528
           Summary: net/delegate: Fails to find SSL libraries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuri@freebsd.org
                CC: portmaster@bsdforge.com
             Flags: maintainer-feedback?(portmaster@bsdforge.com)
                CC: portmaster@bsdforge.com

This command fails:

$ delegated -P8080 SERVER=http SOCKS=localhost:9050
-- ERROR: can't link the SSL/Crypto library.
-- Hint: use -vl option to trace the required library,
--- find it (ex. libssl.so.X.Y.Z) under /usr/lib or /lib,
--- then set the library version as DYLIB='+,lib*.so.X.Y.Z'
-delegated[54856]- DeleGate: cannot open server port :8080
-delegated[54856]- DeleGate: use -r option to restart



The -vl option shows that it's looking for libraries like these and fails to
find them:
### [4] 0 "/home/yuri/lib/libssl.so.0.9.8"
### [5] 0 "/usr/local/lib/libssl.so.0.9.8"
### [6] 0 "/usr/lib/libssl.so.0.9.8"
### [7] 0 "/lib/libssl.so.0.9.8"

Version: 9.9.13_1
FreeBSD 14.0 STABLE

-- 
You are receiving this mail because:
You are the assignee for the bug.