Fred wrote:
> Hi
> 
> At 10:28 25/01/2008 +0100, Ingmar Schraub wrote:
>> this is quite simple. The cli version is automatically compiled, but not 
>> installed. Have look in your build directory. You'll find it! All you have 
>> to do is to add a couple of lines to the php5.mk file and  install the cli 
>> version as well into your preferred directory. If you are using unionfs 
>> today, you can even just copy the executable  over to your existing system 
>> and do some initial testing.
> 
> Great news :-) I'll check it out... once Sourceforge has done what it takes 
> so we can again download the trunk, since I deleted the build directory to 
> start afresh :-/
> 
> =========
> [EMAIL PROTECTED] astlinux-trunk]$ svn update
> svn: PROPFIND request failed on '/svnroot/astlinux/trunk'
> svn: PROPFIND of '/svnroot/astlinux/trunk': could not connect to server 
> (https://astlinux.svn.sourceforge.net)
> =========
> 
> In the mean time, can I download the trunk from elsewhere so I can go forth 
> and check what you said above?
> 
> BTW, what are those lines that I must add to php5.mk file to 
> compile/install the CLI and CGI versions of PHP?

If you look at the current php5.mk file, the target takes 
sapi/cgi/php-cgi and installs it as usr/bin/php.  When php builds, it 
compiles (but does not install) the cli which is in sapi/cli/php. 
Unless this is extremely useful, I cannot see us adding it to the 
standard build.  That being said, we could add it as an optional 
install.  It appears that most standard distributions install php-cgi as 
usr/bin/php-cgi and php(cli) as usr/bin/php.  I'm beginning to wonder 
why we're installing php-cgi as php?  (probably because that's what was 
installed in the original buildroot2 tree we started with).

We need to do some researchon this.  Fred, it sounds like you're more 
versed in php than either Kris or myself.  Care to shed some light on this?

Thanks,

Darrick
-- 
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to