Hi everybody,

I am using:

- mod_perl-1.99_16 / mod_perl-1.99_17-dev
- Apache 2.0.52 (prefork MPM)
- Net::LDAP (perl-ldap-0.3202)
- Perl 5.6.1
    (hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef)

When I try to do a simple anonymous LDAP bind:

my $ldap = Net::LDAP->new('myldapserver', port => '389') or die
"Unable to connect: $!\n";

I get a "Connection to host ... is broken".

Here is the output of the error_log file:

[Mon Oct 11 15:23:03 2004] [debug] util_ldap.c(1432): INIT global
mutex /tmp/file2XTVzj in child 12556
[Mon Oct 11 15:23:04 2004] [debug] util_ldap.c(1432): INIT global
mutex /tmp/file2XTVzj in child 12558
[Mon Oct 11 15:23:04 2004] [debug] util_ldap.c(1432): INIT global
mutex /tmp/file2XTVzj in child 12557
[Mon Oct 11 15:23:07 2004] [notice] child pid 11646 exit signal
Segmentation fault (11)

I would appreciate any help.

Many thanks.

Sam

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to