Hi, Gurus,

I am new to php and to unix system.  I've set an Apache httpd server and php
engine on several Windows 2000 server, which are running well.  However, I
got problems in installing php-4.0.6 with apache_1.3.20 on Solaris2.7.

I've tested the Apache httpd server and found it worked fine.  Now, I unzip
the php-4.0.6.tar.gz to a direcroty "/home/myAccount/webserver".

I entered the command
"./configure --with-apache=/home/myAccount/webserver/apache", and got the
following warning:
"You chose to compile PHP with the built-in MySQL support.  If you are
compiling a server module, and intend to use other server modules that also
use MySQL you must not rely on PHP's built-in MySQL support, and instead
build it with your local MySQL support files, by
adding --with-mysql=/path/to/mysql to your configure line."

Since I don't use MySQL as a database, I just ignore this warning and
continue to enter the command "make".  On the last few lines, I found this
warning:
"make[1]: warning: Clock skew detected.  Your build may be incomplete.
 make[1]: Leaving direcroty '/home/myAccount/apache/php-4.0.6'
 Making all in pear
 make[1]: Entering directory '/home/myAccount/apache/php-4.0.6/pear'
 make[1]: Leaving directory '/home/myAccount/apache/php-4.0.6/pear'
"
I don't know what this warning mean and how to get rid of it.

Now, I just assume that this warning is not fatal and neglectible.  I
entered the command "make install".  It failed to create a lot of files
under /usr/local/lib/php/...".  Also, the last few lines shows the following
error message:
"make[2]: *** [install-data-local] Error 2
 make[2]: Leaving directory '/home/myAccount/webserver/php-4.0.6/pear'
 make[1]: *** [install-recursive] Error 1
 make[1]: Leaving directory 'home/myAccount/webserver/php-4.0.6/pear'
 make: *** [install-recursive] Error 1"

One thing I want to be clear is that I only want to install and php engine
under my account.  Any idea on how to fix it?

Thanks a lot.



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to