in reply to Installing modules, specifically WWW::Mechanize

Just to toss something out: are you sure you have make available? If you haven't installed the developer tools (the package will be available on your OS media) you're probably going to be missing it (among other things such as a compiler and what not that will also come in handy, erm, compiling things).

Update: If you have make, this command should produce similar output.

$ pkgutil --file-info $(which make) volume: / path: usr/bin/make pkgid: com.apple.pkg.DeveloperToolsCLILeo pkg-version: 1.0.0.9000000000.1.1192168948 install-time: 1199144742 uid: 0 gid: 0 mode: 120755

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^2: Installing modules, specifically WWW::Mechanize
by kangaroobin (Novice) on Mar 05, 2008 at 04:54 UTC

    I am not sure. How would I check?

    Update: I suppose not, then. Here's what I got:

    $ pkgutil --file-info $(which make) -bash: pkgutil: command not found

    I need to install the developer tools for Mac now?