[ic] Design admin section error

Michael Zakharoff interchange-users@icdevgroup.org
Fri Apr 4 20:54:00 2003


Andy Mayer wrote:

>
>What OS are you using? Is it Red Hat 8.0 by any chance?
>
>
>http://www.icdevgroup.org/pipermail/interchange-users/2002-October/027891.html
>
>(I had the same problem, and I ended up going back to Red Hat 7.3 as
>building my own Perl on RH8 also caused a load of hassle on 8.0).
>
Is rebuilding Perl still the recommendation with redhat 8.0 (according 
to the above link).   The main issue I have with RedHat 8.0 is when I 
run the interchange "configure" script, it insists to ALWAYS load 
SQL::Statement (the latest) even though it's already installed.

For instance, if I run "lsof" on the interchange process, it shows  the 
old "Statement.so" loaded:

lsof -p 16395 | grep SQL
interchan 16395 interch  mem    REG        3,3    65695 1701746 
/usr/local/interchange/lib/auto/SQL/Statement/Statement.so

When I run "./configure" it shows (shortened)

Found Perl 5.8.0 as /usr/bin/perl
...
Your Interchange main software installation appears to have been successful.
You do not appear to have all the required modules installed. You are 
missing:

        SQL::Statement

Trying to install now.
Get Bundle::Interchange? [yes]

I answer yes (or not) to the above and it doesn't matter... I run it 
again and the above STILL shows... Over and over and over again.

On RedHat 7.3, it's fine.

Mike