* Mons, Etienne <[EMAIL PROTECTED]> [060614 14:23]:
> 
> Hello , 
> 
> I am using the NET::LDAP to list users from an LDAP server  ...
> It works extremly weel when i use  Perl  my_script.pl 
> 
> But when I try to create an Executable with perl2exe ..
> I get a lot of error messages  : 

Personally I would strongly suspect a bug in perl2exe. The Reason is,
perl is an interpreted language or more correctly the script is first
interpreted and translated into a bytecode, which then runs in a virtual
perl machine. Yes, there are some perl-compilers, but AFAIK all of them 
don't support  all aspects of perl (even the internal B::Bytecode Module
is considered highly expiremental).

-- 
Max-Born-Institut (MBI)/Max-Born-Straße 2A/12489 Berlin/Karsten Gorling
Telefon: ++49 30 6392 1341 / Telefax: ++49 30 6392 1379
E-Mail: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Instantmessenger: Jabber: [EMAIL PROTECTED] or ICQ: 95492828
PGP-Fingerprint:  4BEF 23EA 02AE BACA 9918  31FF 285B 0426 0E1A B2FC
----------------- > encrypted E-Mail preferred <------------------------

Reply via email to