Trying to install php on an irix 6.5.13 server and I am getting the
following error after implementing the following ./configure

I have successfully installed zlib1.13, gd1.0.2, libpng1.2.0, jpeg-6b,
mysql3.23.47, and freetype2.0.4, and apache1.3.22

Not sure what my problem is here

Any help would be greatly appreciated.


Cary Anderson
SGI Sys Admin
Caltrans

==========================================================

CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure \
--with-apxs=/usr/local/apache2/bin/apxs \
--with-gd \
--with-jpeg \
--with-zlib \
--with-png \
--with-freetype \
--with-mysql=/usr/local/mysql

============================================================


+--------------------------------------------------------------------+
|                       *** 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.                            |
+--------------------------------------------------------------------+

Thank you for using PHP.

# more debug.log
CONFIGURE:   './configure' '--with-apxs=/usr/local/apache2/bin/apxs' '
--with-gd' '--with-jpeg' '--with-zlib' '--with-png' '--with-fr
eetype' '--with-mysql=/usr/local/mysql'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:   -I/usr/local/include -D_XPG_IV -DIRIX -DUSE_HSREGEX -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/local/apache2/include  -I$(top_builddir)/Zend
-I/usr/local/mysql/include
LDFLAGS:    -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib
-L/usr/local/mysql/lib
LIBS:       -lmysqlclient -lz -lgd -lz -lcrypt -lm -ldl -lsocket  -lsocket
-lcrypt
DLIBS:
SAPI:       apache
PHP_RPATHS:  /usr/local/mysql/lib
uname -a:   IRIX wave 6.5 07091542 IP32

gcc -o conftest -g -O2 -I/usr/local/include -D_XPG_IV -DIRIX -DUSE_HSREGEX
-DUSE_EXPAT -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/
lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lgd -lz -lcrypt
-lm -ldl -lsocket  -lsocket -lcrypt 1>&5
ld32: WARNING 84: /usr/local/mysql/lib/libmysqlclient.a is not used for
resolving any symbol.
ld32: WARNING 84: /usr/local/lib/libgd.so is not used for resolving any
symbol.
ld32: WARNING 84: /usr/lib32/libcrypt.so is not used for resolving any
symbol.
ld32: WARNING 84: /usr/lib32/libdl.so is not used for resolving any symbol.
ld32: WARNING 84: /usr/lib32/libsocket.so is not used for resolving any
symbol.
ld32: WARNING 134: weak definition of setkey in /usr/lib32/libcrypt.so
preempts that weak definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 134: weak definition of encrypt in /usr/lib32/libcrypt.so
preempts that weak definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 85: definition of _crypt in /usr/lib32/libcrypt.so preempts
that definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 134: weak definition of crypt in /usr/lib32/libcrypt.so
preempts that weak definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 85: definition of _setkey in /usr/lib32/libcrypt.so preempts
that definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 85: definition of _encrypt in /usr/lib32/libcrypt.so preempts
that definition in /usr/lib32/mips3/libc.so.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to