in reply to Re^2: ERROR in XML::LibXML installation
in thread ERROR in XML::LibXML installation

What you can do is reflect the C library with a Perl distribution (e.g. Alien-wxWidgets). During installation, the distro checks if the necessary C library is installed. If not, the distro either fails to install itself or it installs the C library.

I don't think what I'm about to ask is related to the original post in this thread, but I'd be interested to hear any thoughts, anyway.

Are there Alien::* options that enable the user to specify whether static libs or shared libs are to be built ? (If not, should there be ?)
Some libraries offer other options as well - eg the gmp library provides options regarding the allocation of memory. Does Alien::* cater for these additional options ? (If not, should it ?)

Cheers,
Rob
  • Comment on Re^3: ERROR in XML::LibXML installation

Replies are listed 'Best First'.
Re^4: ERROR in XML::LibXML installation
by ikegami (Patriarch) on Jul 05, 2010 at 01:30 UTC
    Just like for any other distro, the installer can fetch config information from the environment or terminal.