RE: LDAP execution errors when compiled

2006-06-16 Thread Mons, Etienne
Andy [mailto:[EMAIL PROTECTED] Sent: jeudi 15 juin 2006 18:53 To: ENGDAHL Garth; Mons, Etienne Cc: perl-ldap@perl.org Subject: RE: LDAP execution errors when compiled Perlapp.exe works like a charm with net::LDAP by the way (just to confirm). -Original Message- From: ENGDAHL Garth [ma

RE: LDAP execution errors when compiled

2006-06-15 Thread Webb, Andy
Perlapp.exe works like a charm with net::LDAP by the way (just to confirm). -Original Message- From: ENGDAHL Garth [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 5:11 PM To: Mons, Etienne Cc: perl-ldap@perl.org Subject: RE: LDAP execution errors when compiled Hello: I've

Re: LDAP execution errors when compiled

2006-06-14 Thread Graham Barr
On Jun 14, 2006, at 5:27 AM, Mons, Etienne wrote: 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 : synchro_GAC_v4.exe "LDAP_S

RE: LDAP execution errors when compiled

2006-06-14 Thread ENGDAHL Garth
have some tech support available... -Original Message- From: Paul Connolly [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 05:30 To: 'Mons, Etienne' Cc: perl-ldap@perl.org Subject: RE: LDAP execution errors when compiled I don't know the specifics of perl2exe,

RE: LDAP execution errors when compiled

2006-06-14 Thread Paul Connolly
I don't know the specifics of perl2exe, but in my experience the most successful way to wrap Net::LDAP code in to an executable was using PAR (http://search.cpan.org/~autrijus/PAR/). You may have to set the environment variable PAR_VERBATIM=1 to get it to work because of the way Net::LDAP is writte

Re: LDAP execution errors when compiled

2006-06-14 Thread Karsten Gorling
* 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 : Personall