Joseph L. Casale wrote: > "I am very aware of the deps" and I also know how to query > a repo for matches :) > > The problem as I stated is further up in the thread.
Right, ok. Hm well the other solution, in case your distro just doesn't have some modules, would be to remove all perl packages and then compile/install them by hand. As long as the libraries arrive in the expect directories (/usr/lib for example, by using ./configure --prefix=/usr/) the system shouldn't notice. Perl has the cpan tool to install modules. I'm sure you could also create some hybrid setup where you custom install perl (modules) in /usr/local and whatever was already there remains in /usr and then tell software where to look. Or even nicer, create a chroot jail for ASSP and install perl there and whatever else ASSP needs. The added benefit is increased safety. The options are endless. ;-) Greetings, Jeroen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
