Hi, On Friday 16 January 2004 18:18, [EMAIL PROTECTED] wrote: > I have perl/CGI script which searches a LDAP directory to generate a phone > listing, but I am getting the following error below. Does anyone know > what could cause this kind of error? > > IO::Socket::INET: Operation now in progress at telephone_list.cgi line > 122, <DATA> chunk 422. > > Here is line number 122: $oid = Net::LDAP -> new ($oid_host, port => > $oid_port) or die "$@";
Maybe you do not get an answer to your repeated question becaue it is not problem of Net::LDAP. To me the error message looks like it is from IO::Socket::INET. Maybe it is a problem of a specific version of one of the Perl modules or the OS environment. Since the information you give about these things is rather scarce anybody needs to guess. Have your tried with the latest (or different) versions of perl-ldap, IO::Socket::INET, Perl, ...) Can you reach your LDAP server using another program (maybe even another Perl script) ? Peter -- Peter Marschall eMail: [EMAIL PROTECTED]