php-install Digest 15 Jun 2003 21:02:22 -0000 Issue 1424
Topics (messages 11085 through 11087):
Compiling PHP 4.3.2 on IRIX 5.3
11085 by: Aaron Wittmann
php snapshot compile on debian: execute apr-config?
11086 by: solo turn
Re: is my php working
11087 by: BAO RuiXian
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi everybody,
I'm trying to compile PHP 4.3.2 on a IRIX 5.3 System. I use the native
compiler of IRIX together with bison 1.25 (maybe it should be a 1.30) and
flex 2.5.4.
Compiling stops with the message:
ld:
Can't open: main/php_scandir (No such file or directory)
I've checked it. Its true, There are only php_scandir.h and php_scandir.c in
the main directory. I've tried to compile php_scandir.c alone but it won't
work because php_scandir.c doesn't include a main().
To compile the build I made
./configure --with-apache=my/path/to/apache (because I'm willing to use a
static build)
make
Does someone have an idea what I need to change? Or do I need some
additional programs ( I haven't installed all GNU stuff yet, because it's a
lot of work compiling each program for IRIX 5.3)
Thanks,
Aaron Wittmann
--- End Message ---
--- Begin Message ---
it seems that configure does not obey the default location of apache2-apr on debian:
# /usr/bin/apr-config --includes
-I/usr/include/apr-0
it would be very nice, if php configure would notice the presence of apr-config, and
execute it to
get the right values.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- End Message ---
--- Begin Message ---
Hello, Merry,
Your php script works fine from my testing, and the result is as follows:
Today's date: Sunday June 15, 2003 Merry
I think there must be some settings unright in your php install.
Best
Bao
MerryE wrote:
I'm a beginner, I use windows me with apache 1.3 for my php.I had configure my apache with php.
I wrote this code and tried it out on my local host but the php code is not working.
<? $YourName = "Merry";
$Today = date("l F d, Y");
?>
<html>
<body>
Today's date:
<?
print("$Today\n");
print("$YourName");
?>
</body>
</html>
Istead of come out
Today's date: Sunday June 14, 2003
Merry
The out put is only Today's date: only. Why? Can anyone help answer my problem?
Thank you
Merry
--- End Message ---