Opened 10 years ago

Closed 9 years ago

#42482 closed defect (fixed)

argus: looking for plugins in '/usr/lib64/sasl2', failed to open directory, error:

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: tk@…, kurthindenburg (Kurt Hindenburg)
Port: argus

Description

on execution:

+ argus -r fc_0.pcap -w /tmp/path/pcap-converted.argus
Feb 12 21:29:46 BOX argus[39274] <Debug>: looking for plugins in '/usr/lib64/sasl2', failed to open directory, error: No such file or d
irectory
$ l /opt/local/lib/sasl2/
libanonymous.plugin* libdigestmd5.plugin* libgssapiv2.plugin*  libntlm.plugin*      libplain.plugin*     libscram.plugin*
libcrammd5.plugin*   libgs2.plugin*       liblogin.plugin*     libotp.plugin*       libsasldb.plugin*    libsrp.plugin*
$ port installed |egrep '(argus|sasl)'
  argus @3.0.6_0+sasl (active)
  argus-clients @3.0.6_0+sasl (active)
  cyrus-sasl2 @2.1.26_3+kerberos (active)

it seems a bad path hardcoded. something like https://bugs.launchpad.net/ubuntu/+source/389-ds-base/+bug/1088822 http://lists.alioth.debian.org/pipermail/pkg-fedora-ds-maintainers/2013-September/000427.html

creating the dir remove the warning

$ sudo mkdir /usr/lib64; sudo ln -s /opt/local/lib/sasl2 /usr/lib64/sasl2
$ uname -a
Darwin BOX 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64

Change History (4)

comment:1 Changed 10 years ago by jul_bsd@…

still valid on 10.9.4, macports 2.3.1, argus 3.0.6

$ argus -r fc_0.pcap -w /tmp/pcap-converted.argus
Aug 31 12:06:47 host.local argus[78791] <Debug>: looking for plugins in '/usr/lib64/sasl2', failed to open directory, error: No such file or directory

same with 3.0.6.1

comment:2 Changed 9 years ago by jul_bsd@…

seems to be solved in 3.0.8 (Ticket #44827)

comment:3 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:4 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

update argus and re-open if it still doesn't work.

Note: See TracTickets for help on using tickets.