[PHP] Can't Install on Mac OS X

2002-07-13 Thread Brandon Pearcy

Hi Everyone,

In the past I have setup many Mac OS X web servers successfully. Now 
I'm trying to setup another OS X web server, but PHP will not work. 
I'm having massive problems getting PHP to make, and I'm all out of 
ideas. After I configure PHP (./configure), and try to make it, I get 
these errors:

make[1]: *** [php] Error 1
make: *** [all-recursive] Error 1

I've tried an alternative way of installing from Marc Liyanage's web 
site, http://www.entropy.ch/ which was very easy to follow, but it 
absolutely will not allow me to view any PHP pages through Apache. 
PHP prints out the following error instead:

Warning: Failed opening '/Library/WebServer/Documents/test.php' for 
inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0

As you can see, the file's name is test.php, but you should know it 
has absolutely NO PHP code in it. It's contents are:

html
body
Why don't I work?
/body
/html

Anyone have any ideas?

If anyone is willing, could they download the latest source of PHP 
and try to configure and make it (don't bother make install-ing 
it...) If you have any success with it, let me know.

Thanks in advance!
-- 
--
Brandon Pearcy
   Internet Technician

Bowes Online
--
  phone: 1-780-532-1110 ext. 265
  fax:   1-780-532-2120
  [EMAIL PROTECTED]


Re: [PHP] Can't Install on Mac OS X

2002-07-13 Thread Liam MacKenzie

What extras are you compiling in with it?

Compile PHP and Apache with the bare minimum only, no fancy stuff.  Try it
then.

I sucessfully compiled several machines using the latest source code
yesterday.

- Original Message -
From: Brandon Pearcy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 14, 2002 6:03 AM
Subject: [PHP] Can't Install on Mac OS X


 Hi Everyone,

 In the past I have setup many Mac OS X web servers successfully. Now
 I'm trying to setup another OS X web server, but PHP will not work.
 I'm having massive problems getting PHP to make, and I'm all out of
 ideas. After I configure PHP (./configure), and try to make it, I get
 these errors:

 make[1]: *** [php] Error 1
 make: *** [all-recursive] Error 1

 I've tried an alternative way of installing from Marc Liyanage's web
 site, http://www.entropy.ch/ which was very easy to follow, but it
 absolutely will not allow me to view any PHP pages through Apache.
 PHP prints out the following error instead:

 Warning: Failed opening '/Library/WebServer/Documents/test.php' for
 inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0

 As you can see, the file's name is test.php, but you should know it
 has absolutely NO PHP code in it. It's contents are:

 html
 body
 Why don't I work?
 /body
 /html

 Anyone have any ideas?

 If anyone is willing, could they download the latest source of PHP
 and try to configure and make it (don't bother make install-ing
 it...) If you have any success with it, let me know.

 Thanks in advance!
 --
 --
 Brandon Pearcy
Internet Technician

 Bowes Online
 --
   phone: 1-780-532-1110 ext. 265
   fax:   1-780-532-2120
   [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php