Opened 14 years ago

Closed 7 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)

dante.dylib.diff (1.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
patch which fixes the first problem

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: dante.dylib.diff added

patch which fixes the first problem

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

I committed this part in r70707; may as well.

comment:2 Changed 9 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 7 years ago by l2dy (Zero King)

Resolution: fixed
Status: newclosed

In 60191792/macports-ports:

dante: update to 1.4.1

Fixes: #26134

Note: See TracTickets for help on using tickets.