ID:               4248
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Installation problem
 Operating System: Solaris 2.6
 PHP Version:      3.0.16
 New Comment:

This still doesn't seem to be corrected in PHP 4.3.0-dev, which makes
the --with-cdb option pretty much useless.

Could one of the developers maybe look rewriting the PHP code to
interface with the CDB 0.75 library?

- Colin


Previous Comments:
------------------------------------------------------------------------

[2000-04-26 12:14:13] [EMAIL PROTECTED]

./configure checks for cdb_bread when passed --with-cdb. However, the
CDB API has changed somewhere between 0.55 (the version that works) and
version 0.75 (the version that gave me a couple of hours of headaches
;) ). Enough so that the the check performed by ./configure to see if
libcdb.a works now fails. Yay. (note that cdb-0.55 *does* work, with
relevant files in the same locations)

My full ./configure line:

./configure \
  --enable-versioning \
  --with-apache=../apache_1.3.12 \
  --with-aspell=/usr/local/include/aspell \
  --with-ftp \
  --with-gd \
  --with-jpeg-dir \
  --with-mysql \
  --with-xml \
  --with-zlib \
  --with-pdflib \
  --with-config-file-path=/usr/local/etc \
  --enable-safe-mode \
  --enable-track-vars \
  --enable-force-cgi-redirect \
  --enable-memory-limit \
  --enable-sysvsem \
  --enable-sysvshm \
  --with-gdbm \
  --with-db2 \
  --with-cdb

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


-- 
Edit this bug report at http://bugs.php.net/?id=4248&edit=1

Reply via email to