hi,

i've seen the same really soon and could track it:

------------------------------------------------------------------------
checking for DOM support... yes
checking for DOM in default path... found in /usr/local
checking for libxml version... >= 2.2.7
----- ac_add_library_path /usr/local/lib

---- -lxml -ldb -lgdbm -lcurl -lbz2 -lssl -lcrypto -lresolv -lm -ldl -lcrypt
 -lnsl -lresolv
checking for libz needed by libxml ... already zlib support
--- -lxml -ldb -lgdbm -lcurl -lbz2 -lssl -lcrypto -lresolv -lm -ldl -lcrypt 
-lnsl -lresolv -Lyes/lib -lz
checking whether to enable exif support... no

------------------------------------------------------------------------

the --- is debug echo from ext/domxml/config.m4:
------------------------------------------------------------------------
    withval=$old_withval
  else
    echo ---- $LIBS
    echo "checking for libz needed by libxml ... already zlib support"
    LIBS="$LIBS -L$withval/lib -lz"
    echo --- $LIBS
  fi

  AC_DEFINE(HAVE_DOMXML,1,[ ])
  AC_ADD_LIBRARY(z)
------------------------------------------------------------------------


b.

----- Original Message -----
From: "Sascha Schumann" <[EMAIL PROTECTED]>
To: "Derick Rethans" <[EMAIL PROTECTED]>
Cc: "PHP Developers Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 1:30 AM
Subject: Re: [PHP-DEV] The library yes/lib does not exist


> On Wed, 7 Feb 2001, Derick Rethans wrote:
>
> > On Wed, 7 Feb 2001, Sascha Schumann wrote:
> >
> > >     Please post your full configure line.
>
>     Ok, those are quite a lot entries.  Did you add one recently?
>     When did you see that kind of error for the first time?  Did
>     you change anything related to those third party libraries in
>     your system?
>
>     - Sascha
>
>
> --
> PHP Development 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]
>
>


-- 
PHP Development 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