Opened 14 years ago
Closed 8 years ago
#26134 closed defect (fixed)
dante @1.2.1: socksify: missing /opt/local/lib/libdsocks.so. no preload support?
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | dante |
Description
dante's socksify script gives the following error message:
socksify: missing /opt/local/lib/libdsocks.so. no preload support?
This was 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
Attachments (1)
Change History (4)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | dante.dylib.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
I committed this part in r70707; may as well.
comment:2 Changed 10 years ago by jmroot (Joshua Root)
Summary: | dante: socksify: missing /opt/local/lib/libdsocks.so. no preload support? → dante @1.2.1: socksify: missing /opt/local/lib/libdsocks.so. no preload support? |
---|
Is this still a problem with 1.3.2? Upstream is up to version 1.4.1 BTW.
comment:3 Changed 8 years ago by l2dy (Zero King)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch which fixes the first problem