Hi at all.
Here is the environment:

#########################
OS      :       AIX 4.3.2
PHP     :       4.0.6
Apache  :       1.3.20
GCC     :       2.95.3
LDAP    :       iPlanet Directory SDK for C 5.0
LDAP Server     : iPlanet 5.0, remote, on a win2000 Server machine

CONFIGURE:

./configure \
        --with-config-file-path=/etc/php \
        --with-apxs=/usr/local/apache/bin/apxs \
        --with-mysql=/usr/local \
        --with-mm=/usr/local \
        --with-readline=/usr/local \
        --with-imap=/usr/local/lib/imap \
        --with-ldap=/usr/local/lib/ldap \
        --with-regex=system \
        --with-zlib=/usr/local \
        --enable-ftp \
        --with-xml

#########################

After "configure", before "make", I've edited the libtool file and add
\${wl}-bI:/usr/local/apache/libexec/httpd.exp
at
archive_cmds and uarchive_expsym_cmds lines.
Without this item compiling process is OK but Apache crash every PHP
call

Howhever, all OK at compile time.
All PHP function work fine and all seems to be OK but ... where i call
LDAP function it doesnt work. In apache error-log it looks like this:

[ ....] [notice] child pid 16402 exit signal Segmentation Fault (11)
[ ....] [notice] child pid 11340 exit signal Segmentation Fault (11)

After this Apache and PHP are still up and all work fine ..... The
problem is ONLY on LDAP calls!
I've tried to compile with older version of Netscape SDK but I've
reported a lot of compile errors.
LDAP Server work fine. The same test from a Linux box (PHP 4.0.4) with
unknow level SDK libraries work fine.
I don't know. Any idea?
Thank a lot in advance ...

        Gianni

 
-- 

-----------------------------------------------------------
Dott.  Gianni Del Papa                  [EMAIL PROTECTED]
                                        [EMAIL PROTECTED]
Internet Dept. Manager
ISA SpA 
L.go Garbini 8, I-01100 VITERBO - ITALY
Phone       +39 0761 277 1  
Extension   +39 0761 277 23                     
Fax         +39 0761 354050             http://www.isa.it/
-----------------------------------------------------------

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to