I am trying to help an AssetTracker user debug a problem on his system with RT 3.4.1 and Perl 5.8.4 This simple script, when run using "perl -d", hangs at RT::Init. Anyone seen this behavior? Thanks. -Todd #!/usr/bin/perl use strict; use lib "/opt/rt3/lib"; use RT; use RT::URI; RT::LoadConfig(); RT::Init();