[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP 4.3.1 Upgrade
- Subject: Re: [cobalt-users] PHP 4.3.1 Upgrade
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Fri Apr 18 20:27:54 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> ----- Original Message -----
> From: "Todd W" <
> Subject: [cobalt-users] PHP 4.3.1 Upgrade
>
>
> > Ok I successfully built php 4.3.1 module for apache using the notes from
> > http://www.nuonce.net/cobalt-php.php now I am trying to compile php as a
> > command line option using these directions
> > http://forums.devshed.com/archive/5/2002/08/2/40764 When doing the
> > directions in that everything seems to compile just fine but I never can
> > find the new php executable. Does anyone have suggestions?
> >
> > --Todd
> > _____________________________________
>
> Todd,
>
> Well ... let me say that it is nice you got it working, nice to know I can
> help someone out once in a while :-) ... To find the "php", it will be in
> the build directory, it has been an extremely long time since I actually
> built it like that, but what you can do is like
>
> find . grep php
>
> Yes, I know ... you will see a lot print out, but like the libphp4.so
file,
> how it was in the ".libs" dir ... there may be another directory with the
> dot in it, that is what you will want. Also, anything else that may be in
> there as well, you may need. Just put it into /usr/local/sbin or any
> "bin/sbin" type of directory.
>
> Thanks,
>
> Brian N. Smith
> NuOnce Networks
> www.nuonce.net
>
>
Brian you rock. Just so you know it is in phpsourcedir/sapi/cgi/..
Sweet I now have php 4.3.1 with mysql support and cgi compiled php on my
RAQ4.
--Todd