|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-13 22:19 UTC] sniper@php.net
[2000-10-19 09:42 UTC] f dot scharfenorth at bv dot tu-berlin dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
I always had problems with compiling the php-modul for AIX, usually I included mysql-support cause it caused problems with previously differently declared variables, so I disabled mysql support and now I get these error-messages: >./configure --with-apxs=/usr/HTTPServer/bin/apxs --without-mysql >make >make install ... Target "install" is up to date. Making install in sapi Making install in apache /bin/sh /home/frank/downloads/php-4.0.1pl2/libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/frank/downloads/php-4.0.1pl2/sapi/apache -I/home/frank/downloads/php-4.0.1pl2 -I/home/frank/downloads/php-4.0.1pl2/main -I/usr/HTTPServer/include -I/home/frank/downloads/php-4.0.1pl2/Zend -I/home/frank/downloads/php-4.0.1pl2 -I/home/frank/downloads/php-4.0.1pl2/ext/xml/expat/xmltok -I/home/frank/downloads/php-4.0.1pl2/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=21 -O2 -c sapi_apache.c In file included from /usr/HTTPServer/include/ap_config.h:115, from /usr/HTTPServer/include/httpd.h:71, from sapi_apache.c:32: /usr/HTTPServer/include/os.h:79: os-inline.c: No such file or directory make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. Any ideas?:) Thanks for your help F.S.