[ic] Help Needed fast please!

Joachim Leidinger interchange-users@icdevgroup.org
Fri Jul 26 07:36:03 2002


Soheil Shaghaghi wrote:
>># FreeBSD's stock Perl build dumps core if you set $0, so let's not touch
> 
> it
> 
>>ifdef DOLLAR_ZERO_BUG or $^O =~ /freebsd/
>>Message Running FreeBSD; disabling $0 set
>>Variable MV_DOLLAR_ZERO 0
>>endif
> 
> 
>>in your interchange.cfg file?
> 
> Yes. I see these in the config file, but don't know how I can fix it.

Hmmm...something is wrong with your system, perl or interchange. In 
normal case, I got a segment fault, if I set MV_DOLLAR_ZERO to any 
value, which is longer than 1 character. Did you comment out the $0 
lines in your bin/interchange file? For example:


		if (defined $Global::Variable->{MV_DOLLAR_ZERO}) {
			if ($Global::Variable->{MV_DOLLAR_ZERO}) {
				if (length($Global::Variable->{MV_DOLLAR_ZERO}) > 1) {
# 
				$0 = $Global::Variable->{MV_DOLLAR_ZERO};
				}
				else {
# 
				$0 = "interchange --> $Global::VendRoot";
				}
			}
			# do nothing if MV_DOLLAR_ZERO is defined but false
		}
		else {
# 
		$0 = 'interchange';
		}


?

Can you post the error message once more again?
Can you start the interchange server with one catalog (foundation) only?

Joachim


-- 
Hans-Joachim Leidinger | Dipl.-Phys.Ing. Entwicklung eCommerce
[leidinger@bpanet.de]
Black Point Arts Internet Solutions GmbH
http://www.bpanet.de