php-install Digest 25 Jan 2003 15:07:49 -0000 Issue 1218
Topics (messages 9837 through 9840):
Error on make install - Solaris 7
9837 by: Andrew Sanderson
Install problem...
9838 by: Alex Davis
9839 by: Christoph Grottolo
PHP 4.2.3
9840 by: Brendan Pratt
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 ---
I finally got PHP 4.3.0 to compile fine with Apache 2.0.44 on Solaris 7
but am getting the following error upon issuing make install command. Any
help is greatly appreciated!
Thanks Andy
ams@hostname /scratch/s1/ams/installs/php/php-4.3.0>make install
Installing PHP CLI binary: /usr/local/apps/php-4.3.0/bin/
Installing PHP SAPI module
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/build/instdso.sh
SH_LIBTOOL='/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/build/libtool
'
libphp4.la
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/build/libtool
--mode=install cp libphp4.la
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/
cp .libs/libphp4.lai
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.la
cp .libs/libphp4.a
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.a
ranlib
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.a
chmod 644
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.a
libtool: install: warning: remember to run `libtool --finish
/scratch/s1/ams/installs/php/php-4.3.0/libs'
Warning! dlname not found in
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.la.
Assuming installing a .so rather than a libtool archive.
chmod 755
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.so
chmod: WARNING: can't access
/projects/sysint/web_db/servers/apache/solaris-sparc/apache_2.0.44/modules/libphp4.so
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1
--- End Message ---
--- Begin Message ---
How do i set up php with windows xp so when i use the mail() function it
will email.
--- End Message ---
--- Begin Message ---
[EMAIL PROTECTED] (Alex Davis) wrote:
>How do i set up php with windows xp so when i use the mail() function it
>will email.
>
Best is, you read the manual and mail() then...
See www.php.net/mail and php.ini, SMTP = your_smtp_host, sendmail_from
= your_mail_address.
Christoph
--- End Message ---
--- Begin Message ---
Having some weird problem running the configure when I go to install 4.2.3
here.
Using the command line of :-
l:/usr/src/php-4.2.3#
./configure --with-mysql=/usr/local/mysql --with-xml --with-apache=../apache
_1.3.24 \
--enable-track-vars
I get the following error :-
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log
for
more information.
But when I add --with-zlib-dir=/usr/lib to the end of my configure command
line, I get the following error.
configure: error: ZLIB extension requires zlib >= 1.0.9
I've redownloaded the tarchives, and get this same problem.
I've also tried the same with php-4.3.0 with the exact same results.
Just for the heck of it, I tried with php-4.1.2 and it worked fine with the
original command line.
Appreciate any ideas/tips.
Thanks !
--- End Message ---