Hello !
I try to configure PHP4.0.4PL1 with some features:
./configure \
  --with-apache=../apache_1.3.12 \
  --with-mysql=/usr/local/mysql \
  --enable-track-vars \
  --enable-gd-imgstrttf \
  --with-gd \
  --with-jpeg-dir \
  --with-t1lib
And at the and of running configuration script, I saw net message

+--------------------------------------------------------------------+
|                       *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| [EMAIL PROTECTED] mailing list and include appropiate      |
| information about your setup.                                      |
+--------------------------------------------------------------------+

Now I send you debug.log Please help me to install PHP with this features.

Sincerely,
Max

========== BEGIN of debug.log =================================
CONFIGURE:   './configure' '--with-apache=../apache_1.3.12'
'--with-mysql=/usr/local/mysql'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/src/apache_1.3.12/src/include -I/usr/src/apache_1.3.12/s
rc/os/unix  -I$(top_builddir)/Zend -I$(top_srcdir) -I/usr/local/include/free
type -I/usr/local/mysql/include/mysql
LDFLAGS:     -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/loca
l/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
LIBS:       -lmysqlclient -lttf -lpng -lz -lgd -lresolv -lm -ldl -lcrypt -ln
sl  -lresolv
DLIBS:
SAPI:       apache
PHP_RPATHS:  /usr/local/lib /usr/local/mysql/lib/mysql
uname -a:   Linux host.coolservecorp.net 2.2.13 #1 SMP Thu Nov 9 10:30:50
EST 2000 i686 unknown

gcc -o
conftest -g -O2   -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr
/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
conftest.c -lmysqlclient -lttf -lpng -lz -lgd -lresolv -lm -ldl -lcrypt -lns
l  -lresolv 1>&5
/usr/local/lib/libgd.so: undefined reference to `jpeg_read_scanlines'
/usr/local/lib/libgd.so: undefined reference to `jpeg_simple_progression'
/usr/local/lib/libgd.so: undefined reference to `jpeg_set_defaults'
/usr/local/lib/libgd.so: undefined reference to `jpeg_start_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy'
/usr/local/lib/libgd.so: undefined reference to `jpeg_write_marker'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_std_error'
/usr/local/lib/libgd.so: undefined reference to `jpeg_CreateDecompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_read_header'
/usr/local/lib/libgd.so: undefined reference to `jpeg_start_compress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy_compress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_finish_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_resync_to_restart'
/usr/local/lib/libgd.so: undefined reference to `jpeg_CreateCompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_finish_compress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_set_quality'
/usr/local/lib/libgd.so: undefined reference to `jpeg_write_scanlines'
=============  END of debug.log ===============================



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