[ic] bug report & fix for 4.8.2 foundation RPM

Bob Ramstad interchange-users@interchange.redhat.com
Thu Nov 8 15:58:01 2001


When installing from RPM, the foundation catalog gives the following
error in the HTTP error log when I attempt to checkout:

[Thu Nov  8 12:31:31 2001] [error] [client 10.0.0.2] Premature end of script headers: /var/www/cgi-bin/foundation

The interchange error log for this catalog gives a clue:

10.0.0.2 hQqIb2zj:10.0.0.2 - [08/November/2001:12:31:31 -0800] foundation /cgi-bin/foundation/ord/checkout.html Runtime error: Undefined subroutine &Vend::Interpolate::getUPS called at (eval 110) line 17.

After searching the mailing list for solutions, I did

perl -MCPAN -e'install Business::UPS'

It seems to me that the foundation catalog should be requiring
Business::UPS in the catalog.cfg so that folks can more easily find
the problem if they are missing this module.

-- Bob