Assertion failed: LDAP_VALID( ld ), file error.c, line 264

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CjB

    Assertion failed: LDAP_VALID( ld ), file error.c, line 264

    Good Morning, I am trying to get PHP+Oracle to work on Solaris 8. I
    have installed Apache with the following: ./configure
    --enable-module=so When I start apache it works fine.

    I think build php with the following:
    ../configure --with-oci8=$ORACLE_HO ME --with-gd --with-mysql
    --with-apxs=/usr/local/apache/bin/apxs --includedir=$ORA CLE_HOME
    --enable-sigchild --with-jpeg-dir=/usr/sfw/lib
    --with-zlib-dir=/usr/sfw/lib --with-ldap=no

    I then modify the MakeFile and change CFLAGS_CLEAN to this:
    CFLAGS_CLEAN = -g -O2 -I$ORACLE_HOME

    I then change all instances of $ORACLE_HOME/lib to $ORACLE_HOME/lib32
    as otherwise it gives an error.

    This seems to build and install fine, however when I restart apache I
    start seeing these errors:
    Assertion failed: LDAP_VALID( ld ), file error.c, line 264

    And apache will not server any pages.. I am submitting this here as it
    is clearly an issue with apache.

    Can someone please help me?

    Thanks!

Working...