http://qs321.pair.com?node_id=736178


in reply to Incorporate CPAN module to mod-perl

You could try to use something like dh-make-perl --build --cpan SOAP::EnvelopeMaker to create a Debian package for that module. Then install it manually using dpkg. That would integrate the module with the rest of your Debian system. dh-make-perl is available after installing the package of the same name ;).

--
David Serrano

Replies are listed 'Best First'.
Re^2: Incorporate CPAN module to mod-perl
by athanasia (Pilgrim) on Jan 14, 2009 at 12:41 UTC
    Thanks for the info. I tried the solution you suggested and created a .deb package from the cpan module.

    However, trying to install it led me to a "conflicting packages" issue. Seems that libsoap-perl (which contains SOAP::EnvelopeMaker) is in conflict with libsoap-lite-perl. Verified this also in https://launchpad.net/ubuntu/jaunty/i386/libsoap-lite-perl/0.710.08-2. Has anyone dealt with this conflict? Is there a way to keep both packages?

    Thanks in advance,
    Athanasia