Date: Mon, 22 Jan 2024 18:06:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276528] net/delegate: Fails to find SSL libraries Message-ID: <bug-276528-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276528 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=3Dhttp SOCKS=3Dlocalhost: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=3D'+,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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276528-7788>