Subject: | dl_load_flags 0x01 emits warning on AIX |
I'm getting the following when trying to load this module:
Can't make loaded symbols global on this platform while loading /opt/IBM/mibe/perl/lib/site_perl/5.18.2/aix-thread-multi-64all/auto/B/Hooks/OP/Check/Check.so at /opt/IBM/mibe/perl/bin/icmds/../../lib/5.18.2/aix-thread-multi-64all/DynaLoader.pm line 190.
If I change the dl_load_flags to 0x00, then it seems to work. I'm not sure if global loading is thus required at all?