I'm trying to use php 4.04 pl1 on Solaris with Netscape LDAP.
It compiles without error, but php crashes on phpinfo(), just after displaying the title module_ldap, with message Abort(coredump).
The stack trace in core file indicates a crash in sigprocmask function.
I ran configure --with-ldap=/mypath
I run php on command line, outside of a webserver, with a file containing only the call to phpinfo().
Does anybody have an idea ?