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_HOME --with-gd --with-mysql
--with-apxs=/usr/local/apache/bin/apxs --includedir=$ORACLE_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!

.



Relevant Pages

  • Need Help with installing PHP on Windows 2000 client
    ... I am trying to set up a local copy of Apache, MySQL, and PHP ... I installed Apache 2.0 and it seems to work, ... I had to install Apache on port 8080 to get it to work. ...
    (comp.lang.php)
  • open_basedir
    ... I use php 5.1.4 with apache 2.2.2 on Solaris 10. ... because I always get warming message: ...
    (comp.lang.php)
  • Need help getting PHP installed on Win2000 workstation
    ... I can not get PHP to work on a Windows 2000 Professional work station. ... I installed Apache 2.0 and it seems to work, ... I had to install Apache on port 8080 to get it to work. ...
    (alt.php)
  • Re: [PHP] gethostbyname failing?
    ... I uninstalled Apache 2.2.3 and installed Apache 1.3.x via ports and now ... DNS lookups inside the php module is was generating 0 DNS requests to ... Pitr; UF ...
    (php.general)
  • php windows installation help
    ... I have installed apache 2.0.61 and php 5.2.5 on my XP computer. ... I have apache running and followed the installation instructions by Matthew ... Phillips on www.devarticles.com. ...
    (alt.php)