I loaded php on an AIX 5.1 box with apache 1.3.27 and I do not see it as
being loaded when I run httpd -l. But my logs show the following.
[Tue Jan 28 09:35:47 2003] [notice] Apache/1.3.27 (Unix) PHP/4.0.6
configured -- resuming normal operations
[Tue Jan 28 09:35:47 2003] [notice] Accept mutex:
php-install Digest 28 Jan 2003 16:12:32 - Issue 1223
Topics (messages 9868 through 9871):
Re: php packaging problems with java support (fwd)
9868 by: Jiann-Ming Su
Re: php packaging problems with java support
9869 by: Jiann-Ming Su
errors in making
9870 by: Pradeep
Hello,
I get the same thing but when I view the page source I can see the source
for the php file. I am running it on AIX5.1
This is what I tried
html>
PHP Test
Hello World"; ?>
- Original Message -
From: "- Edwin" <[EMAIL PROTECTED]>
Newsgroups: php.install
To: "Marcus" <[EMAIL
Hi,
I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2.
After compiling PHP, I got error messages. Anyone knows how to resolve it?
Thanks!
# which gcc
/usr/local/bin/gcc
# gcc -v
gcc version 2.95.2 19991024 (release)
# cd /usr/local/download/php-4.3.0
# ./configure -
Perhaps this is the wrong vein for such discussion, but does anyone happen to know
when php 4.3 is scheduled to be updated in freebsd ports? It's still packing the
4.2.3 distribution.
--
Ryan C. Creasey
Network Engineer
p11creative, p11.com
--
PHP Install Mailing List (http://www.php.net/)
To
Hello --
I'm attempting to build php 4.3.0 w/ gcc 3.2 and Apache 2.0.44 on
Solaris 8. My configure command is:
./configure --with-apxs2=/opt/apache/bin/apxs
Configure exits normally. Make runs for quite a while before
terminating with:
bin/sh libtool --silent --mode=link gcc -export-dynami
Are you running in 64-bit mode?
Brian
==
On Tue, Jan 28, 2003 at 01:40:11PM -0500, Hong Tian wrote:
> Hi,
>
> I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2.
> After compiling PHP, I got error mess
Set your PATH to use xpg4 sed and it will work:
PATH=/usr/xpg4/bin:$PATH
Brian
==
On Tue, Jan 28, 2003 at 02:27:20PM -0500, Aaron Bennett wrote:
> Hello --
>
> I'm attempting to build php 4.3.0 w/ gcc 3.2 and Apa
Thank you. That worked perfectly. < slaps himself on the forehead with
the palm of his hand >
Brian C. Hill wrote:
Set your PATH to use xpg4 sed and it will work:
PATH=/usr/xpg4/bin:$PATH
Brian
==
On Tue, Jan 28, 2003 at 0