in reply to module builds but can't find 'boot_$modulename' symbol on use

It builds and is installed fine, but when i go to use it in a test script
The compiler may have no problem with it, but perl certainly does. You should test before you install. The problem you're having is that the code you compiled doesn't contain a boot_MappedMaps symbol. That's what (function) DynaLoader calls after loading MappedMaps.so. No one can tell you why it doesn't exist (they can't see the code).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: module builds but can't find 'boot_$modulename' symbol on use

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.