ฉันติดตั้ง OSX Fuse ผ่าน Brew เนื่องจากติดตั้งผ่านทางการติดตั้งอย่างเป็นทางการทำให้brew doctor
มันบ้าไปหมด Mavericks, 10.9.1
ฉันทำตามคำแนะนำหลังการติดตั้ง:
brew install osxfuse
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/osxfuse-2.6.2.mavericks.bottle.tar.gz
Already downloaded: /Library/Caches/Homebrew/osxfuse-2.6.2.mavericks.bottle.tar.gz
==> Pouring osxfuse-2.6.2.mavericks.bottle.tar.gz
==> Caveats
If upgrading from a previous version of osxfuse, the previous kernel extension
will need to be unloaded before installing the new version. First, check that
no FUSE-based file systems are running:
mount -t osxfusefs
Unmount all FUSE file systems and then unload the kernel extension:
sudo kextunload -b com.github.osxfuse.filesystems.osxfusefs
The new osxfuse file system bundle needs to be installed by the root user:
sudo /bin/cp -RfX /usr/local/Cellar/osxfuse/2.6.2/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
==> Summary
🍺 /usr/local/Cellar/osxfuse/2.6.2: 84 files, 5.0M
ตอนนี้เมื่อฉันพยายามทาน TrueCrypt ฉันยังคงได้รับข้อผิดพลาด:
/Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt
dyld: Library not loaded: /usr/local/lib/libfuse.2.dylib
Referenced from: /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt
Reason: image not found
fish: Job 1, '/Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt ' terminated by signal SIGTRAP (Trace or breakpoint trap)
งานวิจัยของฉันระบุว่าฉันต้องการเลเยอร์ความเข้ากันได้ของ MacFuse กับการติดตั้ง OSXFuse ของฉัน ฉันจะได้รับด้วย Brew ได้อย่างไร
brew doctor
แสดงให้เห็นว่าโดยต่อไปนี้โพสต์แล้วและbrew install osxfuse
brew link --overwrite osxfuse
สิ่งนี้ใช้ได้กับฉันด้วย Macfusion ดังนั้นอาจใช้กับ Truecrypt ได้เช่นกัน ใช่ฉันรู้รู้ว่านี่เป็นวิธีการที่น่าเกลียด แต่อย่างน้อยคุณหมอมีความสุขที่ทาง :)