php-install Digest 17 Feb 2002 21:38:37 -0000 Issue 705
Topics (messages 6031 through 6034):
PHP-4.1.1 installin problems
6031 by: mindaugas gilaitis
installing php-4.1.1 problem
6032 by: mindaugas gilaitis
6033 by: Nico Haase
make of php 4.1.1 with apache 2.0.32 fails
6034 by: jose.iteso.mx
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 ---
hey
i've installed the apache server succesfully and I am trying to work out
the php-4.1.1 installation but it's so difficult! I've moved the php.ini
file
to c:/windows folder and what's strange - in my unpacked /php directory
there are no dll files which i think are needed to be configured.
does anybody know how to install the php-4.1.1 normally?
cheers
mg
--- End Message ---
--- Begin Message ---
hello
i've got a problem configuring php-4.1.1 on my pc with win98. i've installed
apache server already and as it's very strange, i can not find any *.dll
files
on my c:/php/ directory. does anybody know how to configure and end-up
installin' php-4 succesfully?
tanks
mg
--- End Message ---
--- Begin Message ---
Hi Mindaugas,
> i've got a problem configuring php-4.1.1 on my pc with win98.
> i've installed
> apache server already and as it's very strange, i can not find any *.dll
> files
> on my c:/php/ directory. does anybody know how to configure and end-up
> installin' php-4 succesfully?
The dlls are in the dll-Directory. And try also to copy msvcrt.dll in you
php-directory, so i get my php working.
nice weekend
nico
--- End Message ---
--- Begin Message ---
Hi. I'm trying to compile php 4.1.1 in a Debian 2.2 potato box with Apache
2.0.32-beta but make fails.
This is the configure line Im using:
./configure --with-apxs2=../apache/bin/apxs --with-gd --with-mysql --with-imap
--with-imap-ssl --with-ldap
I'm using all of potato's versions for mysql, imap, and openldap.
mysql: 3.22.32
uw-imap: 4.7c
openldap: 1.2.12
libgd: 1.7.3
What's the catch?
Here's the output of make:
Making all in sapi
make[1]: Cambiando a directorio `/usuarios/rmt/jose/Software/php-4.1.1/sapi'
Making all in apache2filter
make[2]: Cambiando a directorio
`/usuarios/rmt/jose/Software/php-4.1.1/sapi/apache2filter'
make[3]: Cambiando a directorio
`/usuarios/rmt/jose/Software/php-4.1.1/sapi/apache2filter'
/bin/sh /usuarios/rmt/jose/Software/php-4.1.1/libtool --silent --mode=compile
/usuarios/rmt/jose/Software/php-4.1.1/meta_ccld -I.
-I/usuarios/rmt/jose/Software/php-4.1.1/sapi/apache2filter
-I/usuarios/rmt/jose/Software/php-4.1.1/main -I/usuarios/rmt/jose/Software/php-4.1.1
-I/usuarios/rmt/jose/Software/apache/include
-I/usuarios/rmt/jose/Software/php-4.1.1/Zend -I/usr/include/c-client
-I/usuarios/rmt/jose/Software/php-4.1.1/ext/mysql/libmysql
-I/usuarios/rmt/jose/Software/php-4.1.1/ext/xml/expat -D_REENTRANT
-I/usuarios/rmt/jose/Software/php-4.1.1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS
-prefer-pic -c sapi_apache2.c
sapi_apache2.c: In function `php_apache_sapi_register_variables':
sapi_apache2.c:148: warning: initialization discards qualifiers from pointer target
type
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:247: incompatible type for argument 4 of `ap_get_brigade'
sapi_apache2.c:247: too few arguments to function `ap_get_brigade'
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter' from
incompatible pointer type
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Saliendo directorio `/usuarios/rmt/jose/Software/php-4.1.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Saliendo directorio `/usuarios/rmt/jose/Software/php-4.1.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/usuarios/rmt/jose/Software/php-4.1.1/sapi'
make: *** [all-recursive] Error 1
Thanks in advance
Jose
--- End Message ---