php-install Digest 28 Dec 2002 07:41:47 -0000 Issue 1175
Topics (messages 9445 through 9448):
Re: Apache version
9445 by: Rasmus Lerdorf
9446 by: Nuno Lopes
compiling with IMAP
9447 by: Stephen
install problem - help !
9448 by: gnu_is_not_unix
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 ---
> What is the version of apache supported by the isapi module in PHP 4.2.3 ??
None, ISAPI is for IIS.
> And when will be availiable support for apache 2.0.43??
PHP 4.3 should sort of work. Nowhere near production-quality yet though.
-Rasmus
--- End Message ---
--- Begin Message ---
> > What is the version of apache supported by the isapi module in PHP 4.2.3
??
>
> None, ISAPI is for IIS.
I was meaning work php as a module, instead of cgi.
>
> > And when will be availiable support for apache 2.0.43??
>
> PHP 4.3 should sort of work. Nowhere near production-quality yet though.
>
> -Rasmus
Thanks for your help!
--- End Message ---
--- Begin Message ---
Hi there!
I'm trying to configure PHP 4.3.0 with IMAP - which compiles fine. The problem
I'm running into is configuring apache when I configure PHP --with-imap.
OS = FreeBSD 4.6.2
PHP = 4.3.0
Apache = 1.3.27
PHP config:
./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.27 --with-
dbase --with-ftp --with-imap
cclient is installed in /usr/local/include/c-client
Apache config:
./configure --prefix=/usr/local/apache --activate-
module=src/modules/php4/libphp4.a
Any help would be MORE than welcome.
Thank you.
Regards,
Stephen
--- End Message ---
--- Begin Message ---
Hello php-install subscribers !
I have problem with php-4.3.0 i can not install it on my 3 different
rh7.0 servers.
./configure --prefix=/usr --with-config-file-path=/etc --disable-debug
--enable-pic --enable-shared --enable-inline-optimization --with-apxs=/usr/sbin/apxs
--with-exec-dir=/usr/bin --with-regex=system --with-gettext --with-gd
--with-jpeg-dir=/usr --with-png --with-zlib --with-zlib-dir=/usr/local/lib
--with-gdbm --enable-debugger --enable-magic-quotes --enable-safe-mode
--enable-sockets --enable-sysvsem --enable-sysvshm --enable-track-vars
--enable-yp --enable-ftp --enable-wddx --with-mysql
--without-oracle --without-oci8 --with-xml
Errors:
multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lnsl -lpng -lz -ljpeg -lgdbm -lz -lcrypt -lresolv -lm
-ldl -lnsl -lcrypt -o sapi/cli/php
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/http_stuff/php/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of
`tempnam' is dangerous, better use `mkstemp'
functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo
Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lnsl -lpng -lz -ljpeg -lgdbm -lz -lcrypt -lresolv -lm
-ldl -lnsl -lcrypt -o sapi/cli/php
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/http_stuff/php/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of
`tempnam' is dangerous, better use `mkstemp'
functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo
Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lnsl -lpng -lz -ljpeg -lgdbm -lz -lcrypt -lresolv -lm
-ldl -lnsl -lcrypt -o sapi/cli/php
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is
dangerous, better use `mkstemp'
--
Best regards,
gnu_is_not_unix
--- End Message ---