cr...@animalhead.com wrote:

> The mm library, which is a non-CPAN prerequisite for IPC::MMA, is quite
> easy to download and install from http://www.ossp.org/pkg/lib/mm/

$ sudo apt-get install libmm-dev
...
$ perl-5.6.2/bin/cpan IPC::MMA
...
 Please enter path to libmm.so: [/usr/local/lib]

that's the wrong path (should be /usr/lib).  I see that later in
Makefile.PL you run 'which mm-config' to see if you can find that, so I
suggest doing that earlier, and if you can find it, interrogate it for
the path to use.

The path is even wronger on my Solaris testing box - there it's
/usr/local/home/david/cpantesting/lib.  But mm-config is still in the
path, cos /usr/local/home/david/cpantesting/bin is in the path.

Anyway, with the right path, on Linux:

* 5.6.2:  fail, perl appeared to hang at the end of the tests
          (or possibly while generating the test report)
* 5.8.9:  t/5_hash appears to hang. aborted.
* 5.10.1: t/5_hash appears to hang. aborted.

Test results for Solaris and Irix may (or may not, if they hang too) be
forthcoming!  If they don't show up on the CPAN-testers website in the
next few days, assume it didn't work.

-- 
David Cantrell | Cake Smuggler Extraordinaire

    fdisk format reinstall, doo-dah, doo-dah;
    fdisk format reinstall, it's the Windows way

Reply via email to