php-install Digest 13 Feb 2002 10:47:52 -0000 Issue 698
Topics (messages 5998 through 6004):
POSIX threads
5998 by: Brian Barbour
test
5999 by: shawn carey
testing installation
6000 by: shawn carey
Apache doesn't start
6001 by: Michael Cebak
Error 1 on GD compile
6002 by: Scott Kemp
6004 by: Yasuo Ohgaki
Extensions load errors
6003 by: SteveY
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 am attempting to install PHP 4.1.1 on HP-UX 10.2 with Netscape 4.1 and I
get a message that it cannot verify posix threads. I tried it with
the --disable-posix option and it still returns the same error. If anyone
can help it would be appreciated.
Thanks
--- End Message ---
--- Begin Message ---
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--- End Message ---
--- Begin Message ---
i did a default server install of red hat 7.1 and
would like to know if php is installed as a module or
as a cgi interpreter. any help for someone who's new
to this?
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--- End Message ---
--- Begin Message ---
Hi,
I installed Apache 1.3.23 and PHP 4.1.1 on an Linux System (Intel).
If I add the module (libphp4.so) in the http.conf, the Apache-Webserver does
not start. In the logs I Can't find any hint why.
Without the entry in the httpd.conf Apache works well, so i must be a
problem with PHP.
Anybody here with the same problem ?
Regards, Michael
--- End Message ---
--- Begin Message ---
I get this error on make for php:
Making all in gd
make[2]: Entering directory `/opt/php-4.1.1/ext/gd'
make[3]: Entering directory `/opt/php-4.1.1/ext/gd'
/bin/sh /php/libtool --silent --mode=compile gcc -I. -I/php/ext/gd
-I/php/main -I/php -I/opt/apache_1.3.12/include -I/php/Zend
-I/usr/local/mysql-3.22.32-pc-linux-gnu-i686//include
-I/php/ext/xml/expat -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I/php/TSRM -g
-O2 -prefer-pic -c gd.c
In file included from gd.c:37:
php_gd.h:69: warning: static declaration for `gdImageColorResolve'
follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/opt/php-4.1.1/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/php-4.1.1/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/php-4.1.1/ext'
make: *** [all-recursive] Error 1
I have tried twiddling so many different options and I still get this
error - I welcome your suggestions.
Thanks,
Scott
--- End Message ---
--- Begin Message ---
Scott Kemp wrote:
> I get this error on make for php:
>
> Making all in gd
> make[2]: Entering directory `/opt/php-4.1.1/ext/gd'
> make[3]: Entering directory `/opt/php-4.1.1/ext/gd'
> /bin/sh /php/libtool --silent --mode=compile gcc -I. -I/php/ext/gd
> -I/php/main -I/php -I/opt/apache_1.3.12/include -I/php/Zend
> -I/usr/local/mysql-3.22.32-pc-linux-gnu-i686//include
> -I/php/ext/xml/expat -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I/php/TSRM -g
> -O2 -prefer-pic -c gd.c
> In file included from gd.c:37:
> php_gd.h:69: warning: static declaration for `gdImageColorResolve'
> follows non-static
> gd.c:92: conflicting types for `gdIOCtx'
> /usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
> make[3]: *** [gd.lo] Error 1
> make[3]: Leaving directory `/opt/php-4.1.1/ext/gd'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/opt/php-4.1.1/ext/gd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/opt/php-4.1.1/ext'
> make: *** [all-recursive] Error 1
>
> I have tried twiddling so many different options and I still get this
> error - I welcome your suggestions.
>
It looks you have multiple gd installations.
Get rid of all gd related files. header, shared/static lib.
Look for all directory under your file system.
Install a gd version you need again. Then it should compile.
(If you know build system, you can do better, though)
--
Yasuo Ohgaki
--- End Message ---
--- Begin Message ---
Hi,
I'm trying to get extensions to load on my w2k, apache 1.3.x, php 4.0.6 cgi
installation. Everything seems to work fine up to the point I uncomment
:extension=extension_name. I've added a IUSR_machinename and given it write
permission to the dll dir. I've copied dlls to the php.exe dir and changed
the extension_dir to c:\php but still can't get any extensions to load.
Apache reports the "procedure could not be found"
Any ideas? I'm new to webservers and php so I'm probably missing the
obvious.
Thanks,
Steve
--- End Message ---