[MacPorts] #26134: dante: socksify: missing /opt/local/lib/libdsocks.so. no preload support?
MacPorts
noreply at macports.org
Tue Aug 17 21:09:28 PDT 2010
#26134: dante: socksify: missing /opt/local/lib/libdsocks.so. no preload support?
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: dante
-------------------------------------+--------------------------------------
dante's socksify script gives the following error message:
{{{
socksify: missing /opt/local/lib/libdsocks.so. no preload support?
}}}
This was [http://lists.macosforge.org/pipermail/macports-
users/2010-August/021529.html reported on the mailing list by James
Hozier].
There are two problems here:
One, it's looking for the wrong library extension; we don't use ".so" on
Macs; we use ".dylib". The attached patch fixes this, but it doesn't help
because:
Two, it's looking for a library libdsocks, but dante only installs a
library libsocks.
The configure summary does also say:
{{{
Preloading: disabled
}}}
--
Ticket URL: <http://trac.macports.org/ticket/26134>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list