php-install Digest 2 Nov 2002 07:16:41 -0000 Issue 1099
Topics (messages 9002 through 9004):
apxs error
9002 by: Gustavo Schroeder
Command failed for target `all-recursive'
9003 by: Balogun, Alliu
Re: mail()
9004 by: Yasuo Ohgaki
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 there,
i´m running red hat 8 with apache 2.040. while trying to install
php-4.2.3 with configure --with-apxs2, the script configures ok, make is
ok. but when i run make install i get
apxs:Error: Command failed with rc=8323072
any hint what i´m missing?
regards
Gustavo Schroeder
Sys. Admin
--- End Message ---
--- Begin Message ---
Hello,
I successfully ran ./configure on a Solaris 2.7 box. I used the following
gcc >> gcc-2.95.3-sol7-sparc-local
However, running make produced the following errors. Any ideas?
<myserver>@/usr/local/php-4.2.3% sh
# make
Making all in Zend
Making all in main
Making all in ext
Making all in ctype
Making all in mysql
Making all in pcre
Making all in pcrelib
Making all in posix
Making all in session
Making all in standard
Making all in xml
Making all in expat
Making all in sapi
Making all in nsapi
/bin/sh /usr/local/php-4.2.3/libtool --silent --mode=compile gcc -I.
-I/usr/loc
al/php-4.2.3/sapi/nsapi -I/usr/local/php-4.2.3/main -I/usr/local/php-4.2.3
-I/in
clude -I/usr/local/php-4.2.3/Zend
-I/usr/local/mysql-3.23.53-sun-solaris2.7-spar
c/include -I/usr/local/php-4.2.3/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS
-D_PO
SIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/local/php-4.2.3/TSRM -g -O2
-pthreads
-DZTS -prefer-pic -c nsapi.c
nsapi.c:50: nsapi.h: No such file or directory
nsapi.c:51: base/pblock.h: No such file or directory
nsapi.c:52: base/session.h: No such file or directory
nsapi.c:53: frame/req.h: No such file or directory
nsapi.c:54: frame/protocol.h: No such file or directory
nsapi.c:55: base/util.h: No such file or directory
nsapi.c:56: frame/log.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `nsapi.lo'
Current working directory /usr/local/php-4.2.3/sapi/nsapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/php-4.2.3/sapi/nsapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/php-4.2.3/sapi
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
This e-mail and all attachments are confidential and may be privileged. If you have
received this e-mail in error, notify the sender immediately. Do not use, disseminate,
store or copy it in any way. Statements or opinions in this e-mail or any attachment
are those of the author and are not necessarily agreed or authorised by News
International (NI). NI Group may monitor emails sent or received for operational or
business reasons as permitted by law. NI Group accepts no liability for viruses
introduced by this e-mail or attachments. You should employ virus checking software.
News International plc, 1 Virginia St, London E98 1XY, is the holding company for the
News International group and is registered in England No 81701
--- End Message ---
--- Begin Message ---
Surpassingly, the code is in 4.2.x still :)
(BYou have to rebuild PHP with sendmail command installed.
(B(Or report bug to RedHat)
(B
(B--
(BYasuo Ohgaki
(B
(BTony Simopoulos wrote:
(B> Actually, its the latest version of PHP, on the latest version of REDHAT
(B> linux. There doesn't even seem to be a configure option for getting mail to
(B> work, and its not clear at all why the mail is not working.
(B>
(B> tonys.
(B> "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote in message
(B> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
(B>
(B>>I guess you are using older PHP.
(B>>You have to rebuild PHP with sendmail compatible command
(B>>installed or get newer PHP (which is better)
(B>>
(B>>--
(B>>Yasuo Ohgaki
(B>>
(B>>Tony Simopoulos wrote:
(B>>
(B>>>folks,
(B>>>
(B>>>./configure did not specify any fancy directives for installing mail()
(B>>>support. in fact configure went out and my sendmail program all on its
(B>>
(B> own.
(B>
(B>>>however, when invoking the function i get the following error:
(B>>>
(B>>>Warning: mail() is not supported in this PHP build in problems.inc on
(B>>
(B> line
(B>
(B>>>80
(B>>>
(B>>>the mail section of the php.ini file are the default. furthermore a
(B>>
(B> quick
(B>
(B>>>test of sendmail [EMAIL PROTECTED] worked as expected.
(B>>>
(B>>>any ideas??
(B>>>
(B>>>tonys.
(B>>>
(B>>>
(B>>
(B>
(B>
--- End Message ---