I've been playing around with both the source and the pre-compiled
binaries and unfortunately I've been getting the same failing result.
I'm pretty new to development on OS X, so I'm not quite sure how to
resolve the following link error. Typically I'd simply symlink it, but
that doesn't feel right. I also played around with the
install_name_tool command to try and force the binary to link against
the library in /Developer, but that didn't work either. I suspect I'm
missing something obvious as I don't see any other posts on this. Any
insight is appreciated.

sudo ./procfs /proc
Password:
dyld: Library not loaded: /usr/lib/libproc.dylib
  Referenced from: /Users/christopher/Documents/Source/OSX/Google/
macfuse/filesystems/procfs/./procfs
  Reason: image not found
Trace/BPT trap

The library in question seems to not exist at the specified location.
It seems to only exist in the universal development kit:

$ ls -l /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libproc.dylib
-rwxr-xr-x   1 root  wheel  9792 Sep 21  2006 /Developer/SDKs/
MacOSX10.4u.sdk/usr/lib/libproc.dylib*

Is there something I'm missing on the install of the tools or is this
a problem with procfs binary. As a side note, I didn't have a problem
using the procfs-1.1 binary.

--Chris



On Jun 6, 12:13 am, Amit Singh <[EMAIL PROTECTED]> wrote:
> New source, binary, and article:
>
> http://www.osxbook.com/blog/2007/06/05/making-procfs-cooler/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to