[ic] Interchange on Debian Sarge

Davor Ocelic docelic at mail.inet.hr
Mon Oct 17 13:30:35 EDT 2005


On Mon, 17 Oct 2005 19:17:57 +0200
"Marco Mescoli" <m.mescoli at omnib.it> wrote:

> Please some suggestions for the way to follow to install interchange on
> Debian Sarge.
> My problem is to install not threaded perl 5.6.1 and remove or hide threaded
> perl 5.8.4
> with dselect or dpkg or apt-get on any other more simple and direct way.

Marco,

1) You do not want to run 5.6.1, you want to run whatever is the latest Perl,
   as long as it is non-threaded

2) You can't remove or hide system Perl installation (too many things depend
   on it). What you can do, however, is install non-threaded Perl in a different
   location (say, /usr/local/) and then inside Interchange source run

   /usr/local/bin/perl Makefile.PL
   make && make test && make install


More information about the interchange-users mailing list