On Thu, Mar 29, 2001 at 11:22:36AM -0600, Miles Scruggs wrote:
> 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
Try following line:
PATH="/var/lib/apache/bin:$PATH" ./configure [all options from example above]

Note that PATH changed only for running configure.
-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- It's later than you think.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to