Is there any current docs released with the new build that tells how to install the php4 patch?  Since I’m upgrading from 1.4 to 1.4.1 This is what I have done

 

Compiled and installed midgard-lib

Compiled and installed midgard-data

Compiled and installed mod-migard

Tried to compile midgar-php4   Breaks

 

The install instructions up until php4 building are complete and somewhat easy to follow.  This falls apart when you get to the php4 step. 

When I do ./mkall as per the INSTALL file located in the dir  I get

 

checking for apxs... no

configure: error: apxs not found.

 

There is no directive where I can tell it to find apxs.  I know that it is there and working since I have used it many times

 

Just for kicks I tried the configure  with the following

 

./configure --with-apxs=/var/lib/apache/bin/apxs --with-mysql=/usr/local/mysql/ --with-system-regex --with-xml --with-midgard=/usr/local/midgard --enable-track-vars --enable-memory-limit=yes --enable-debug=no              --with-sybase=/usr/local/freetds

 

And I get

 

loading cache ./config.cache

checking for gcc... gcc

checking whether the C compiler (gcc  ) works... yes

checking whether the C compiler (gcc  ) is a cross-compiler... no

checking whether we are using GNU C... yes

checking whether gcc accepts -g... yes

checking whether gcc and cc understand -c and -o together... yes

checking for PHP prefix... /usr/local

checking for PHP includes... -I${prefix}/include/php -I${prefix}/include/php/main -I${prefix}/include/php/Zend -I${prefix}/include/php/TSRM

checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20001214

checking for bison... bison -y

checking how to run the C preprocessor... gcc -E

checking for flex... flex

checking for yywrap in -lfl... yes

checking lex output file root... lex.yy

checking whether yytext is a pointer... yes

checking for flex... (cached) flex

checking for midgard support... yes, shared

checking for apxs... no

configure: error: apxs not found.

 

I have checked and double checked that path and yes that is the current path for apxs on that system.  Any help anyone?

 

Miles Scruggs

Reply via email to