|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-12-26 14:19 UTC] mamfelt at gmail dot com
[2012-12-26 23:50 UTC] mamfelt at gmail dot com
[2013-01-08 03:29 UTC] aharvey@php.net
-Status: Open
+Status: Duplicate
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 11 03:00:01 2025 UTC |
Description: ------------ Running CFLAGS=-O2 -qcpluscmt ./configure \ --prefix=/opt \ --sysconfdir=/var/php/etc \ --sharedstatedir=/var/php/com \ --localstatedir=/var/php \ --mandir=/usr/share/man fails because it does not find files in ${prefix}/lib and/or ${prefix}/include Test script: --------------- CFLAGS=-O2 -qcpluscmt ./configure \ --prefix=/opt \ --sysconfdir=/var/php/etc --sharedstatedir=/var/php/com \ --localstatedir=/var/php --mandir=/usr/share/man Expected result: ---------------- + make install DESTDIR=/var/tmp/root/php-5.3.20.0 > build/aix/install.out + mkinstallp.ksh /var/tmp/root/php-5.3.20.0 > build/aix/mkinstallp.out ============================== aixtools.php:aixtools.php.man:5.3.20.0::I:T:::::N:php man pages 2012.Dec.26 13.51 CUT::::0:: aixtools.php:aixtools.php.rte:5.3.20.0::I:T:::::N:php 5.3.20.0 2012.Dec.26 13.51 CUT::::0:: ============================== Actual result: -------------- ... configure:20951: cc -o conftest -O2 -qcpluscmt conftest.c -lrt -lm 1>&5 configure:20923: checking for strftime configure:21413: checking which regex library to use configure:21830: checking whether to enable LIBXML support configure:21875: checking libxml2 install dir configure:21901: checking for xml2-config path Usage: configure [options] [host] ... Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] ...