[ic] Too very slow pages on ic 5.10.0

David Christensen david at endpoint.com
Sat Mar 10 21:11:14 UTC 2018


> On Mar 10, 2018, at 10:48 AM, Andrew Baerg <andrew at pullingshots.ca> wrote:
> 
>> On 2018-03-10 05:44 AM, marco wrote:
>> 
>> ---- (2) -----
>> This now is a serious problem for me and my client and in the attempt to quickly solve it I try to install (develop server) interchange 5.6.3 on the new server debian 9 but there is a problem on make:
>> 
>> root /usr/local/src/interchange-5.6.3 # make
>> "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" relocate.pl scripts/ic_mod_perl
>> Can't locate scripts/initp.pl in @INC (@INC contains: blib/arch blib/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at relocate.pl line 26.
>> Makefile:898: recipe for target 'scripts/ic_mod_perl' failed
>> make: *** [scripts/ic_mod_perl] Error 2
>> 
>> Any suggestion ?
>> 
> 
> I think you have missed running "perl Makefile.PL" before running make.

I believe the issue here is perl 5.24 did away with including '.' as an implicit include path.  You would need to patch the IC 5.6 codebase to add '.' back into @INC or it won't be able to find the relative include.

Best,

David 



More information about the interchange-users mailing list