[MacPorts] #26134: dante: socksify: missing /opt/local/lib/libdsocks.so. no preload support?
#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
#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 -------------------------------------+-------------------------------------- Comment(by ryandesign@…): I committed this part in r70707; may as well. -- Ticket URL: <http://trac.macports.org/ticket/26134#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts