[ic] Problem making my first catalog DOH!

Sean P. Cover spcover@scarsdaletech.com
Tue, 20 Feb 2001 15:45:34 -0500


Two things:

1) What is a "spanked install"?  Sounds kinky.

2) Is there a file where I can tweak the @INC statement or is that 
impossible?

Thank for your help.

Sean

Scarsdale Technologies, Inc. - Changing The World One Computer At A Time
(914) 723-5645
http:/www.ScarsdaleTech.com
http://www.ScarsdaleToday.com
http://www.WestchesterNetwork.com

>From: cfm@maine.com
>Date: Tue, 20 Feb 2001 15:20:35 -0500
>To: interchange-users@lists.akopia.com
>Subject: Re: [ic] Problem making my first catalog DOH!
>Reply-To: interchange-users@lists.akopia.com
>
>On Tue, Feb 20, 2001 at 03:10:48PM -0500, cfm@maine.com wrote:
>> 
>> 
>> That's an issue with recent changes in perl policy.  You are
>> going to need to add the right paths to @INC in makecat or
>> wait until someone uploads a new package.  Is there a way
>> to push something into @INC on commandline?  I thought it was
>> just a debian thing but you are running on redhat.  Trashed
>> my past weekend fixing this one.  If you have the Camel book
>> I'm sure you could find easy way to modify @INC there if you
>> don't want to edit scripts.
>
>DOH, I recognized too much from last weekend and answered too fast.
>I've been hammered by loss of /usr/local...  But MakeCat is not in
>/usr/local.  Solution is the same, your @INC is wrong.  That is
>probably a symptom of a spanked install.
>
>> 
>> On Tue, Feb 20, 2001 at 02:17:33PM -0500, Sean P. Cover wrote:
>> > I ran into a problem. After running the install for Interchange 4.
>> > 6.1 (and then 4.6.3), you have to run a separate command to create 
>> > a store "catalog". I get an error at this point, just after typing 
>> > in the /bin/makecat command. 
>> > 
>> > [domain@host3 interchange]$ bin/makecat store 
>> > Can't locate Vend/MakeCat.pm in @INC (@INC contains: domain 
domain/lib 
>> > /usr/lib/perl5/5.6.0/i686-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.

>
>> > 6.0/i686-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl 

>> > .) at bin/makecat line 40. 
>> > BEGIN failed--compilation aborted at bin/makecat line 40. 
>> > 
>> > (I substituted "domain" for the actual name of the account. 
"store" 
>> > is the name of my catalog.) 
>> > 
>> > I have no clue why it expects to find the Interchange file MakeCat.
>> > pm in the same directories as the main Perl modules and not in an 
>> > Interchange directory. 
>> > 
>> > I am virtual hosting account on a Linux server using Red Hat 6.1.
>> > Any help would be greatly appreciated.  
>> > 
>> > Thanks in advance,
>> > 
>> > Sean P. Cover