Hi,
On Friday 29 July 2005 15:18, Lionel HELOU wrote:
> Thank you it works perfectly when i replace the CR/LF by an LF in the LDIF
> file.
> I don't have test the patch because the script will turn on UNIX so the
> file will be correct.
>
> I you wan't i can test the patch, but i don't know how to
Peter Marschall <[EMAIL PROTECTED]>
29/07/2005 13:25
A
[email protected]
cc
Lionel HELOU <[EMAIL PROTECTED]>
Objet
Re: Script block on Linux
Hi,
it looks like you are reading from an LDIF file.
perl-ldap currently has the issue that it can only read correctly LDIF
files
that h
Hi,
it looks like you are reading from an LDIF file.
perl-ldap currently has the issue that it can only read correctly LDIF files
that have the correct line ending for the operating system the script is
running on (i.e. CR+LF on Win, LF only on Unix).
To check whether this is the cause of the p
Hi,
I have a problem with this script, it works perfectly on windows XP
but it blocks on Linux Red Hat 7.3 (2.4.20-28.8smp).
It seems to be on the "read_entry()" function.
Do you have an idea ?
#!/usr/bin/perl -w
use Net::LDAP::LDIF;
open(RES, "+>/home/lhelou/scripts/test.log") or die "I
Hi everybody,
I have a problem with this script, it works perfectly on windows XP but it
blocks on Linux Red Hat 7.3 (2.4.20-28.8smp).
It seems to be on the "read_entry()" function.
Do you have an idea ?
#!/usr/bin/perl -w
use Net::LDAP::LDIF;
open(RES, "+>/home/lhelou/scripts/test.log") or