----- Original Message ----- From: "Narayanan, Radha" . . >> require DynaLoader; >> our @ISA = qw (DynaLoader); >> bootstrap packagename;
> I gave the name of my package xxxDriver. If I've understood correctly, the actual line would be: bootstrap Drivers::xxxDriver; or (even better): bootstrap Drivers::xxxDriver $Drivers::xxxDriver::VERSION; >> Does xxxDriver.so need to load any other shared libs ? Does it need to be renamed to libxxxDriver.so ? > No. The .so is getting found ok, but something is stopping it from being loaded. I'll wait till I find out what the perl script does. Cheers, Rob