Subject: | Easy fix: please mention which libraries are required |
I've tried to install XML::LibXSLT as part of MojoMojo, and it died with
various error messages which may be a tad too cryptic for a user who
just needs the module as a dependency:
/usr/bin/ld: cannot find -lgcrypt
/usr/bin/ld: cannot find -lgdbm
I had to go online and find out what these executables are part of. To
save future users that time, the POD could mention the required
libraries, which as far as I can tell are: libxslt-dev, libgcrypt11-dev
(for `lgcrypt`), libgdbm3-dev (for `lgdbm`) and possibly libxml2-dev.
HTH,
Dan