Hei
When I run :
./configure --with-mysql=/usr/local/mysql
--with-apache=/usr/local/src/apache_1.3.14 --enable-track-vars
I got the following error:
creating ext/xml/expat/xmltok/Makefile
creating sapi/apache/Makefile
creating regex/Makefile
creating main/internal_functions.c
+--------------------------------------------------------------------+
| *** 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. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
The debug.log is:
CONFIGURE: './configure' '--with-mysql=/usr/local/mysql'
'--with-apache=/usr/local/src/apache_1.3.14' '--enable-track-vars'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -DSUPPORT_UTF8
CXX:
CXXFLAGS:
INCLUDES: -I/usr/local/src/apache_1.3.14/src/include
-I/usr/local/src/apache_1.3.14/src/os/unix -I$(top_builddir)/Zend
-I/usr/local/mysql/include
LDFLAGS: -L/usr/local/mysql/lib -L/usr/local/mysql/lib
LIBS: -lmysqlclient
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/mysql/lib
uname -a: OSF1 stamme.chembio.ntnu.no V5.1 732 alpha
gcc -o conftest -g -O2 -DSUPPORT_UTF8 -L/usr/local/mysql/lib
-L/usr/local/mysql/lib conftest.c -lmysqlclient 1>&5
I am using the QUICK INSTALL(Static) as a guide.
The mysql version is:
mysql-3.23.38-dec-osf5.1-alphaev6
I am thankful if you can help me.
*****************************************************************************
** John Moxnes * Tlf : 73594107 **
** Fakultet for kjemi og biologi * Fax : 73590628 **
** Hoyskoleringen 5 * **
** N-7491 Trondheim-NTNU * email : [EMAIL PROTECTED] **
*****************************************************************************
--
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]