Installation &引用;“libnfc安装”/usr/lib/libnfc.5.dylib:不允许操作

Installation &引用;“libnfc安装”/usr/lib/libnfc.5.dylib:不允许操作,installation,nfc,kiosk,Installation,Nfc,Kiosk,OS X:El船长 我正在尝试将libnfc-1.7.1安装为(ACR122U)的RFID阅读器亭。 它在raspberry pi上工作,但在我的mac上安装libnfc失败 已安装MacPorts-2.3.4-10.11-ElCapitan 然后在终端上执行以下命令: 其余步骤如下所示: 执行“make”时出现警告: 我甚至试过: make clean&make 稍后,“sudo make安装”出错: 错误消息与此类似 已验证用户管理员权限 libnfc上有一个问题,但自2月份以来没有人回答。

OS X:El船长

我正在尝试将libnfc-1.7.1安装为(ACR122U)的RFID阅读器亭。 它在raspberry pi上工作,但在我的mac上安装libnfc失败

已安装MacPorts-2.3.4-10.11-ElCapitan 然后在终端上执行以下命令: 其余步骤如下所示:

执行“make”时出现警告: 我甚至试过:
make clean&make

稍后,“sudo make安装”出错: 错误消息与此类似 已验证用户管理员权限

libnfc上有一个问题,但自2月份以来没有人回答。 如果可能的话,请帮我把libnfc安装整理成RFID阅读器亭。我已经调查过了。我有预感libusb可能参与其中

正常安装步骤:

  • /configure
  • sudo make
  • sudo make安装
安装libnfc-1.7.1之后:

  • /configure
  • sudo make
  • sudo make安装
libnfc是从我的mac El机长那里跑出来的。 这是从航站楼直接送来的:

nfc-list uses libnfc 1.7.1
error   libnfc.driver.acr122_usb    Unable to claim USB interface (Resource busy)
nfc-list: ERROR: Unable to open NFC device: acr122_usb:001:006-072f-2200-00-00
目前,libnfc正在从终端上说出一些信息,但没有识别出nfc标签

我现在正在研究

这是有效的:

…可在此处找到最新的可能解决方案:


除了ext伪内核之外,我已经尝试了大多数方法

我尝试了以下操作:。它不起作用我仍在解决这个问题:。我想这可能有助于找到答案希望这能帮助其他人
wget https://bintray.com/artifact/download/nfc-tools/sources/libnfc-1.7.1.tar.bz2
tar -xvzf libnfc-x.x.x.tar.gz
cd libnfc-x.x.x
./configure --prefix=/usr -sysconfdir=/etc
make
brew update && brew upgrade
sudo make install
 arygon.c:94:22: warning: unused variable 'arygon_error_incomplete_command'
          [-Wunused-const-variable]
    static const uint8_t arygon_error_incomplete_command[] = "FF0C0000\x0d\x0a";
~/Downloads/libnfc-1.7.1$ sudo make install
Making install in libnfc
Making install in chips
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in buses
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in drivers
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in .
test -z "/usr/lib" || .././install-sh -c -d "/usr/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libnfc.la '/usr/lib'
libtool: install: /usr/bin/install -c .libs/libnfc.5.dylib /usr/lib/libnfc.5.dylib
install: /usr/lib/libnfc.5.dylib: Operation not permitted
make[3]: *** [install-libLTLIBRARIES] Error 71
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
nfc-list uses libnfc 1.7.1
error   libnfc.driver.acr122_usb    Unable to claim USB interface (Resource busy)
nfc-list: ERROR: Unable to open NFC device: acr122_usb:001:006-072f-2200-00-00