Now that PDK 7 is out, I decided to try shared mode again to
reduce the
size of my apps. Some of them work fine, but others have
problems even
though they worked fine as a single app.
COMPILATION PROBLEM:
perlapp --scan App1.pl --shared private --script /dev/null
--exe App1.so
perlapp --use App1.so --shared private --xclude App1.pl
"LDAP_SUCCESS" is not exported by the
Net::LDAP::Constant module at
/<App1.so>Net/LDAP/Message.pm line 7
"LDAP_COMPARE_TRUE" is not exported by the
Net::LDAP::Constant module at
/<App1.so>Net/LDAP/Message.pm line 7
"LDAP_COMPARE_FALSE" is not exported by the
Net::LDAP::Constant module
at /<App1.so>Net/LDAP/Message.pm line 7
Can't continue after import errors at
/<App1.so>Net/LDAP/Message.pm line
7
BEGIN failed--compilation aborted at
/<App1.so>Net/LDAP/Message.pm line
7.
BEGIN failed--compilation aborted at
/<App1.so>Net/LDAP.pm line 13.
BEGIN failed--compilation aborted at App1.pl line 12.
'App1.pl' had compilation errors.
RUNTIME PROBLEM:
perlapp --scan App2.pl --shared private --script /dev/null
--exe App2.so
perlapp --use App2.so --shared private --xclude App2.pl
# ./App2
readline doesn't contain an __DATA__ token at
/</opt/App2/bin/App2.so>Term/ReadLine/readline.pm line
1438
_______________________________________________
PDK mailing list
PDK listserv.ActiveState.com
To unsubscribe: http:/
/listserv.ActiveState.com/mailman/mysubs
|