php-install Digest 29 Oct 2002 09:37:44 -0000 Issue 1093

Topics (messages 8942 through 8956):

Re: have php parse .html files, no access to serversetup.
        8942 by: Robert Foster

One more time gd with php
        8943 by: Blacky-php

Call to undefined function: mysql_connect ()
        8944 by: Nelson
        8949 by: Jeffrey_N_Dyke.Keane.com
        8951 by: Rasmus Lerdorf

Re: php/gd problem
        8945 by: Blacky-php

--with-ldap=cannot find ldap.h
        8946 by: php user

php_admin_value and apache 2.0
        8947 by: darcy christ
        8950 by: Rasmus Lerdorf
        8953 by: darcy christ
        8954 by: Rasmus Lerdorf

Problems Installing PHP 4.2.3 and Apache 2.0.43 under Win2k pro
        8948 by: Diego Coppari

PHP4 as CGI on Apache
        8952 by: Michael Schmidt

Re: PROBLEM IN INSTALLING
        8955 by: Bryon Densley

Re: Probleme with PHP-4.2.3 + iPlanet-4.1 on Solaris 7
        8956 by: andre.lagadec.education.gouv.fr

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 ---
Thanks Jim, that seems easy enough. :)

Since I never went through an actual install of php(Hosting company
handled it) this part of it is a bit of a mystery for me. I take it the
.htaccess file should go in my web root directory.

I've been using php more and more so I wouldn't be surprised if all my
.html webpages end up with php calls in them, thus the server hit may be
worthwhile.

Bob.

Jim Thome wrote:
> 
> Bob,
> 
> Add this line to your .htaccess file:
> 
> AddType application/x-httpd-php .html
> 
> No security problems, just an added load on your server to parse (potentially) 
>static files.
> 
> Jim
> 
> >>> Robert Foster <[EMAIL PROTECTED]> 10/28/02 12:46PM >>>
> I would like to be able to have my Hosted web server parse my .html
> files for php commands also, instead of just files with the .php
> extension. Currently only .php files are parsed by PHP. Is it possible
> to do this with an .htaccess file? What directory should I put the
> .htaccess file in? An example would be great.
> 
> Also, any security problems having .html files parsed by php for php
> commands?
> 
> Thanks,
> Bob.
> 
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message --- I've tried to install php with gd.
Gd instalation directory is /usr/local
Also png, tiff, jpeg and zlib libraries are instaled.
Configuration of php_4.23 looks ok. All of path are known.
But compilation of php goes wrong with something like this:

make[3]: Leaving directory `/usr/local/src/php-4.2.3/ext/ftp'
make[2]: Leaving directory `/usr/local/src/php-4.2.3/ext/ftp'
Making all in gd
make[2]: Entering directory `/usr/local/src/php-4.2.3/ext/gd'
make[3]: Entering directory `/usr/local/src/php-4.2.3/ext/gd'
gcc -I. -I/usr/local/src/php/ext/gd -I/usr/local/src/php/main -I/usr/local/src/php -I/usr/local/src/apache/src/include -I/usr/local/src/apache/src/os/unix -I/usr/local/src/php/Zend -I/usr/local/include -I/usr/local/include/freetype2/freetype -I/usr/local/mysql/include/mysql -I/usr/local/include -I/usr/local/src/php/ext/xml/expat -I/usr/local/src/php/TSRM -g -O2 -c gd.c && touch gd.lo
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from gd.c:83:
gd_ctx.c: In function `_php_image_output_ctx':
gd_ctx.c:70: structure has no member named `free'
gd_ctx.c:98: structure has no member named `free'
gd.c: In function `_php_image_type':
gd.c:1014: structure has no member named `free'
gd.c:1017: structure has no member named `free'
gd.c: In function `_php_image_create_from':
gd.c:1209: structure has no member named `free'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.2.3/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.2.3/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.2.3/ext'
make: *** [all-recursive] Error 1

All is installed on Linux generated by me from source (www.linuxfromscratch.org). The GCC is 3.2.
When I leave option --with-gd compilation does fine.
Could enybody hel me. I've no idea what can be wrong.

Rafal Back

--- End Message ---
--- Begin Message ---
This is probably quite trivial, but can anyone help:

I get following error message anytime I use MySQL -related commands with PHP

Fatal error: Call to undefined function: mysql_connect() in .......

I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr"
option), MySQL 3.23.52 and Apache 2.0.40. Is there any solution to fix the
problem

Nelson


--- End Message ---
--- Begin Message ---
I'm pretty sure this is the [shared] option. I wrote the same thing to a
guy a couple weeks ago and it helped him.  Granted i live on Solaris, but i
have never seen any documentation around using shared....but if there is
i'm sure someone will speak up.

hth
Jeff
|-------------------------------|
|  Jeff | KeaneIT - Presidents  |
|      Landing | Suite: 200     |
|    Outside: 617 -517-1772 |   |
|      E-mail: [EMAIL PROTECTED]     |
|    [ Mailing: 10 Presidents   |
| Landing  Medford, MA 02155 USA|
|               ]               |
|-------------------------------|





                                                                                       
                             
                    "Nelson"                                                           
                             
                    <[EMAIL PROTECTED]       To:     [EMAIL PROTECTED]             
                             
                    ut.fi>               cc:                                           
                             
                                         Subject:     [PHP-INST] Call to undefined 
function: mysql_connect ()       
                    10/28/2002                                                         
                             
                    04:31 PM                                                           
                             
                                                                                       
                             
                                                                                       
                             




This is probably quite trivial, but can anyone help:

I get following error message anytime I use MySQL -related commands with
PHP

Fatal error: Call to undefined function: mysql_connect() in .......

I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr"
option), MySQL 3.23.52 and Apache 2.0.40. Is there any solution to fix the
problem

Nelson



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--- End Message ---
--- Begin Message ---
Make sure you load the mysql.so extension in your php.ini file.

On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote:

>
> I'm pretty sure this is the [shared] option. I wrote the same thing to a
> guy a couple weeks ago and it helped him.  Granted i live on Solaris, but i
> have never seen any documentation around using shared....but if there is
> i'm sure someone will speak up.
>
> hth
> Jeff
> |-------------------------------|
> |  Jeff | KeaneIT - Presidents  |
> |      Landing | Suite: 200     |
> |    Outside: 617 -517-1772 |   |
> |      E-mail: [EMAIL PROTECTED]     |
> |    [ Mailing: 10 Presidents   |
> | Landing  Medford, MA 02155 USA|
> |               ]               |
> |-------------------------------|
>
>
>
>
>
>
>                     "Nelson"
>                     <[EMAIL PROTECTED]       To:     [EMAIL PROTECTED]
>                     ut.fi>               cc:
>                                          Subject:     [PHP-INST] Call to undefined 
>function: mysql_connect ()
>                     10/28/2002
>                     04:31 PM
>
>
>
>
>
>
> This is probably quite trivial, but can anyone help:
>
> I get following error message anytime I use MySQL -related commands with
> PHP
>
> Fatal error: Call to undefined function: mysql_connect() in .......
>
> I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr"
> option), MySQL 3.23.52 and Apache 2.0.40. Is there any solution to fix the
> problem
>
> Nelson
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message --- Try to configure with --with-gd=/usr/local if your gd instalation directory is /usr/local. Configure will search for include and lib folders threre.
Good luck
Rafal Back


Richard Pijnenburg napisa?:
Dear List,
I've installed GD with libpng, jpeg, freetype(2) and zlib
So now I wanted to install php.
But now I'm getting the following error:
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageGif in -lgd... no
checking for gdImageWBMP in -lgd... no
checking for gdImageCreateFromJpeg in -lgd... no
checking for gdImageCreateFromXpm in -lgd... no
checking for gdImageCreateFromGd2 in -lgd... no
checking for gdImageCreateTrueColor in -lgd... no
checking for gdImageSetTile in -lgd... no
checking for gdImageSetBrush in -lgd... no
checking for gdImageStringTTF in -lgd... no
checking for gdImageStringFT in -lgd... no
checking for gdImageStringFTEx in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for gdImageColorResolve in -lgd... no
checking for gdImageGifCtx in -lgd... no
I know for sure that the php config is right because it can find
everything it should need.
Any one got any idea ??
Thanks a lot.


--- End Message ---
--- Begin Message ---
Hi, I have found the ldap.h file on my system and have pointed the path properly
but the config still says it can't find it does anyone know what the problem may be?
--- End Message ---
--- Begin Message --- hi,

i've just upgraded to apache 2.0 and the php_admin_values i had setup within the VirtualHost directives does work. This is the message i receive when i try to start the server:

php_admin_value not allowed here

i thought i would start with the php user groups first since many of you may have encountered this problem before. i appreciate any tips.

by the way, i'm running redhat 8.0 if that helps any.

i've also done some searches around and haven't found much. i did find a comment from rasmus saying that php_admin_flag doesn't seem to work and that that's a known bug, but no indication that this shouldn't work.

also, all i'm really hoping to do is create an auto_prepend file (for phplib). This needs to be done differently for each virtual host. i appreciate any comments on other ways to achieve this.

thanks.


~darcy w. christ
1000camels in a courtyard

--- End Message ---
--- Begin Message ---
>    i've just upgraded to apache 2.0 and the php_admin_values i had setup

You mean downgraded?

> within the VirtualHost directives does work.  This is the message i
> receive when i try to start the server:
>
>       php_admin_value not allowed here
>
>    i thought i would start with the php user groups first since many of
> you may have encountered this problem before.  i appreciate any tips.
>
>    by the way, i'm running redhat 8.0 if that helps any.
>
>    i've also done some searches around and haven't found much.  i did
> find a comment from rasmus saying that php_admin_flag doesn't seem to
> work and that that's a known bug, but no indication that this shouldn't
> work.
>
>    also, all i'm really hoping to do is create an auto_prepend file (for
> phplib).  This needs to be done differently for each virtual host.  i
> appreciate any comments on other ways to achieve this.
>

Basically Apache2+PHP is nowhere near ready yet.  Revert to Apache 1.3.x
and everything will be fine.

-Rasmus

--- End Message ---
--- Begin Message --- wow. i'm surprised that redhat would include it in their release. i never knew redhat to be so bleeding edge...
is there anywhere where i can follow the progress of this relationship?

On Monday, October 28, 2002, at 05:06 PM, Rasmus Lerdorf wrote:

i've just upgraded to apache 2.0 and the php_admin_values i had setup
You mean downgraded?

within the VirtualHost directives does work. This is the message i
receive when i try to start the server:

php_admin_value not allowed here

i thought i would start with the php user groups first since many of
you may have encountered this problem before. i appreciate any tips.

by the way, i'm running redhat 8.0 if that helps any.

i've also done some searches around and haven't found much. i did
find a comment from rasmus saying that php_admin_flag doesn't seem to
work and that that's a known bug, but no indication that this shouldn't
work.

also, all i'm really hoping to do is create an auto_prepend file (for
phplib). This needs to be done differently for each virtual host. i
appreciate any comments on other ways to achieve this.

Basically Apache2+PHP is nowhere near ready yet. Revert to Apache 1.3.x
and everything will be fine.

-Rasmus

~darcy w. christ
1000camels in a courtyard

--- End Message ---
--- Begin Message ---
I have posted about it a dozen times to this list.

On Mon, 28 Oct 2002, darcy christ wrote:

> wow.  i'm surprised that redhat would include it in their release.  i
> never knew redhat to be so bleeding edge...
> is there anywhere where i can follow the progress of this relationship?
>
> On Monday, October 28, 2002, at 05:06 PM, Rasmus Lerdorf wrote:
>
> >>    i've just upgraded to apache 2.0 and the php_admin_values i had
> >> setup
> >
> > You mean downgraded?
> >
> >> within the VirtualHost directives does work.  This is the message i
> >> receive when i try to start the server:
> >>
> >>    php_admin_value not allowed here
> >>
> >>    i thought i would start with the php user groups first since many
> >> of
> >> you may have encountered this problem before.  i appreciate any tips.
> >>
> >>    by the way, i'm running redhat 8.0 if that helps any.
> >>
> >>    i've also done some searches around and haven't found much.  i did
> >> find a comment from rasmus saying that php_admin_flag doesn't seem to
> >> work and that that's a known bug, but no indication that this
> >> shouldn't
> >> work.
> >>
> >>    also, all i'm really hoping to do is create an auto_prepend file
> >> (for
> >> phplib).  This needs to be done differently for each virtual host.  i
> >> appreciate any comments on other ways to achieve this.
> >>
> >
> > Basically Apache2+PHP is nowhere near ready yet.  Revert to Apache
> > 1.3.x
> > and everything will be fine.
> >
> > -Rasmus
> >
>
> ~darcy w. christ
> 1000camels in a courtyard
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
I can't make it works ... if i install Apache 2 it works nice .. but when i
try to install PHP nothing happens .. Apache service stop works .. can
anybody tell me how to configure it ??




--- End Message ---
--- Begin Message ---
Hi folks,

i'm quite new to all this and want to install PHP4 as CGI on Apache due to
security reasons. Now I'm wondering: Is there a way to tell apache to send
the .php-files to the PHP-Interpreter? I don't want to have to put a
#!-statement at the beginning of each php-file...
Thanks in advance

Michael S.


--- End Message ---
--- Begin Message ---
Kishore, without testing the machine and trying to replicate it it almost
sounds like you might have a bad install of windows or at least a box that
would be better off being rebuilt. I recently tried running apache and php
together with MySQL on a machine for a short period with 64MB of memory and
it really requires more then that.

If at all possible, try to get some more memory or an upgraded machine and a
fresh install of Windows and I think that you will be a lot happier, and get
it to work.

Bryon
"Kishore Hejmady" <[EMAIL PROTECTED]> wrote in message
news:F146j4aTUY8R1anjaZO00005c52@;hotmail.com...
> The configration and environment of my pc is as under
>
> RAM 32MB
> Intel Pentium Processor
>
> Microsoft Windows 98 Second Edition 4.10.2222 A
>
> Apache HTTP Server Version 1.3
> PHP version4
>
> PHP as server module
>
> While i start the apache server or php.exe, the apache server runs with
> errors.  For example eventhough the php_ifx.dll, php_mcrypt.dll,
> php_oci8.dll, php_oracle.dll, etc. is present in
> C:\kishore\php\php-4.2.3-Win32\extensions directory it diplays
>
> Unable to load dynamic library
> 'C:\kishore\php\php-4.2.3-Win32\extensions\php_ifx.dll' - One of the
library
> files needed to run this application cannot be found.
> Unable to load dynamic library
> 'C:\kishore\php\php-4.2.3-Win32\extensions\php_mcrypt.dll' - One of the
> library files needed to run this application cannot be found.
> Unable to load dynamic library
> 'C:\kishore\php\php-4.2.3-Win32\extensions\php_oci8.dll' - One of the
> library files needed to run this application cannot be found.
> Unable to load dynamic library
> 'C:\kishore\php\php-4.2.3-Win32\extensions\php_oracle.dll' - One of the
> library files needed to run this application cannot be found.
>
> AT THE END IT DISPLAYS
>
> this program has performed an illegal operation and will be shut down.
>
> with
>
> APACHE caused an invalid page fault in
> module PHP_IISFUNC.DLL at 017f:01fc10c3.
> Registers:
> EAX=00000000 CS=017f EIP=01fc10c3 EFLGS=00010246
> EBX=0097bc00 SS=0187 ESP=0063dae4 EBP=7800138e
> ECX=007d9d60 DS=0187 ESI=007cf650 FS=11b7
> EDX=0000001a ES=0187 EDI=00762190 GS=0000
> Bytes at CS:EIP:
> 8b 08 ff 51 08 c3 90 90 90 90 90 90 90 81 ec 34
> Stack dump:
> 00000000 01fc285a 00762190 008f4c13 00000001 0000001c 00762190 007cf6a0
> 007d4b70 008fcbc7 007cf650 bff77590 00762190 000000ec 00000000 008fb375
>
>
> Kindly HELP ME.
>
>
> Regards
> Kishore H.
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>


--- End Message ---
--- Begin Message ---
Hi,

Finally, I resolve my problem :
in /etc/hosts, my server was just defined like that "x.y.z.t  myserver", and I
change this
line to "x.y.z.t  myserver myserver.mydomain.fr", where "myserver" is the name of my

server and "mydomain.fr" is the name of my domain.

Before, when I start a http server, I have this message
startup: listening to http://unknown, port 80 as user
Now I have this message
startup: listening to http://myserver.mydomain.fr, port 80 as user
And PHP works !

Can somebody say me, is it normal or no ?

P.S. : I make also some modifications in my installation : I just install these
packages :
binutils-2.11.2-sol7-sparc-local
flex-2.5.4a-sol7-sparc-local.gz
freetype-2_1_2-sol7-sparc-local.gz
gcc-3.0.3-sol7-sparc-local
gd-1.8.3-sol8-sparc-local.gz
gzip-1.3.3-sol7-sparc-local.Z
jpeg-6b-sol7-sparc-local.gz
libpng-1_0_2-sol7-sparc-local.gz
zlib-1_1_4-sol7-sparc-local.gz

Andre Lagadec a écrit :

> Hello,
>
> I want to use PHP-4.2.3 on Solaris 7 with iPlanet-4.1
>
> I install before these packages :
> automake-1_7-sol7-sparc-local.gz
> bison-1_35-sol7-sparc-local.gz
> flex-2.5.4a-sol7-sparc-local.gz
> freetype-2_1_2-sol7-sparc-local.gz
> gcc-3_2-sol7-sparc-local.gz
> gd-1.8.3-sol8-sparc-local.gz
> gzip-1.3.3-sol7-sparc-local.Z
> jpeg-6b-sol7-sparc-local.gz
> libpng-1_2_4-sol7-sparc-local.gz
> m4-1_4-sol7-sparc-local.gz
> make-3_80-sol7-sparc-local.gz
> perl-5_8_0-sol7-sparc-local.gz
> zlib-1_1_4-sol7-sparc-local.gz
>
> I make a script to run configure
> #!/bin/ksh
> #
> export PATH=/usr/local/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:.
> export
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/produits/netscape/server4/bin/https/lib
>
> make clean
> rm config.status
> rm config.cache
> rm config.log
> rm config.nice
>
> './configure' \
> '--with-config-file-path=/produits/netscape/server4/plugins/php4/dev1/nsapi'
> \
> '--with-gd=/usr/local' \
> '--with-png-dir=/usr/local' \
> '--with-jpeg-dir=/usr/local' \
> '--with-zlib-dir=/usr/local' \
> '--with-nsapi=/produits/netscape/server4' \
> '--with-oci8=/produits/oracle/product/8.1.7' \
> '--enable-track-vars' \
> '--enable-libgcc' \
> '--enable-inline-optimization' \
> '--enable-debug' \
> '--without-pear' \
> '--disable-xml' \
> '--disable-FEATURE'
>
> When I execute this script, I can see no error or warning
>
> But, when I run make, I get these warning messages :
> zend_language_scanner.c:5500: warning: `yy_fatal_error' defined but not
> used
> zend_language_scanner.c:2713: warning: `yy_last_accepting_state' defined
> but not used
> zend_language_scanner.c:2714: warning: `yy_last_accepting_cpos' defined
> but not used
> zend_language_scanner.c:2720: warning: `yy_more_flag' defined but not
> used
> zend_language_scanner.c:2721: warning: `yy_more_len' defined but not
> used
> zend_language_scanner.c:5485: warning: `yy_top_state' defined but not
> used
> zend_ini_scanner.c:817: warning: label `find_rule' defined but not used
> zend_ini_scanner.c:1878: warning: `yy_flex_realloc' defined but not used
>
> zend_ini_scanner.c:1328: warning: `yyunput' defined but not used
> zend_constants.c:226: warning: implicit declaration of function `alloca'
>
> zend_execute.c:1015: warning: implicit declaration of function `alloca'
> zend_hash.c:1166: warning: `p2' might be used uninitialized in this
> function
> zend_ini.c:299: warning: `zend_ini_displayer_cb' defined but not used
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> main.c:858: warning: unused variable `sapi_globals'
> main.c:1107: warning: `dummy_track_vars_array' might be used
> uninitialized in this function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> SAPI.c:425: warning: subscript has type `char'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> rfc1867.c:349: warning: subscript has type `char'
> rfc1867.c:355: warning: subscript has type `char'
> rfc1867.c:471: warning: subscript has type `char'
> rfc1867.c:498: warning: subscript has type `char'
> rfc1867.c:504: warning: subscript has type `char'
> rfc1867.c:685: warning: subscript has type `char'
> rfc1867.c:693: warning: subscript has type `char'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> ctype.c:123: warning: subscript has type `char'
> ctype.c:131: warning: subscript has type `char'
> ctype.c:139: warning: subscript has type `char'
> ctype.c:147: warning: subscript has type `char'
> ctype.c:155: warning: subscript has type `char'
> ctype.c:163: warning: subscript has type `char'
> ctype.c:171: warning: subscript has type `char'
> ctype.c:179: warning: subscript has type `char'
> ctype.c:187: warning: subscript has type `char'
> ctype.c:195: warning: subscript has type `char'
> ctype.c:203: warning: subscript has type `char'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> gd.c:1013: warning: implicit declaration of function `getmbi'
> gd.c:1013: warning: implicit declaration of function `skipheader'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> mf_pack.c:24: warning: `buff_length' might be used uninitialized in this
> function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> typelib.c:22: warning: `findpos' might be used uninitialized in this
> function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> dbug.c:1368: warning: int format, pid_t arg (arg 3)
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> oci8.c:1008: warning: `oci_ping' defined but not used
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> php_pcre.c:699: warning: `replace_len' might be used uninitialized in
> this function
> php_pcre.c:701: warning: `replace' might be used uninitialized in this
> function
> php_pcre.c:707: warning: `replace_end' might be used uninitialized in
> this function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> array.c:242: warning: unused variable `tsrm_ls'
> array.c:3184: warning: `key_type' might be used uninitialized in this
> function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> fsock.c:84: warning: `fsock_globals_id' defined but not used
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> html.c:344: warning: `len' might be used uninitialized in this function
> html.c:432: warning: `rep' might be used uninitialized in this function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> image.c:492: warning: `width' might be used uninitialized in this
> function
> image.c:492: warning: `height' might be used uninitialized in this
> function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> math.c:674: warning: `fnum' might be used uninitialized in this function
>
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> string.c:884: warning: `tok' might be used uninitialized in this
> function
> string.c:1170: warning: `ret' might be used uninitialized in this
> function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> url_scanner.c:135: warning: subscript has type `char'
> url_scanner.c:145: warning: subscript has type `char'
> url_scanner.c:153: warning: subscript has type `char'
> url_scanner.c:165: warning: subscript has type `char'
> url_scanner.c:171: warning: subscript has type `char'
> url_scanner.c:179: warning: subscript has type `char'
> url_scanner.c:192: warning: subscript has type `char'
> url_scanner.c:239: warning: subscript has type `char'
> url_scanner.c:338: warning: subscript has type `char'
> url_scanner.c:365: warning: enumeration value `STATE_TAG_QVAL1' not
> handled in switch
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> versioning.c:58: warning: subscript has type `char'
> versioning.c:58: warning: subscript has type `char'
> versioning.c:132: warning: subscript has type `char'
> versioning.c:132: warning: subscript has type `char'
> versioning.c:137: warning: subscript has type `char'
> versioning.c:137: warning: subscript has type `char'
> versioning.c:142: warning: subscript has type `char'
> versioning.c:160: warning: subscript has type `char'
> versioning.c:166: warning: subscript has type `char'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> url_scanner_ex.c:107: warning: unused variable `yyaccept'
> url_scanner_ex.c:163: warning: label `yy10' defined but not used
> url_scanner_ex.c:162: warning: label `yy9' defined but not used
> url_scanner_ex.c:157: warning: label `yy7' defined but not used
> url_scanner_ex.c:154: warning: label `yy5' defined but not used
> url_scanner_ex.c:151: warning: label `yy3' defined but not used
> url_scanner_ex.c:150: warning: label `yy2' defined but not used
> url_scanner_ex.c:143: warning: label `yy1' defined but not used
> url_scanner_ex.c:315: warning: unused variable `yyaccept'
> url_scanner_ex.c:372: warning: unused variable `yyaccept'
> url_scanner_ex.c:438: warning: unused variable `yyaccept'
> url_scanner_ex.c:522: warning: unused variable `yyaccept'
> url_scanner_ex.c:758: warning: label `yy76' defined but not used
> url_scanner_ex.c:757: warning: label `yy75' defined but not used
> url_scanner_ex.c:750: warning: label `yy72' defined but not used
> url_scanner_ex.c:698: warning: label `yy59' defined but not used
> url_scanner_ex.c:650: warning: label `yy57' defined but not used
> url_scanner_ex.c:648: warning: label `yy56' defined but not used
> url_scanner_ex.c:621: warning: label `yy47' defined but not used
> url_scanner_ex.c:571: warning: label `yy43' defined but not used
> url_scanner_ex.c:558: warning: label `yy39' defined but not used
> url_scanner_ex.c:508: warning: label `yy35' defined but not used
> url_scanner_ex.c:505: warning: label `yy33' defined but not used
> url_scanner_ex.c:498: warning: label `yy29' defined but not used
> url_scanner_ex.c:474: warning: label `yy27' defined but not used
> url_scanner_ex.c:421: warning: label `yy23' defined but not used
> url_scanner_ex.c:408: warning: label `yy19' defined but not used
> url_scanner_ex.c:363: warning: label `yy17' defined but not used
> url_scanner_ex.c:362: warning: label `yy16' defined but not used
> url_scanner_ex.c:357: warning: label `yy14' defined but not used
> url_scanner_ex.c:356: warning: label `yy13' defined but not used
> url_scanner_ex.c:351: warning: label `yy12' defined but not used
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> var_unserializer.c:308: warning: comparison is always false due to
> limited range of data type
> var_unserializer.c:385: warning: unused variable `rval_temp'
> var_unserializer.c:744: warning: label `yy80' defined but not used
> var_unserializer.c:743: warning: label `yy79' defined but not used
> var_unserializer.c:740: warning: label `yy78' defined but not used
> var_unserializer.c:718: warning: label `yy74' defined but not used
> var_unserializer.c:710: warning: label `yy72' defined but not used
> var_unserializer.c:709: warning: label `yy71' defined but not used
> var_unserializer.c:706: warning: label `yy70' defined but not used
> var_unserializer.c:684: warning: label `yy66' defined but not used
> var_unserializer.c:683: warning: label `yy65' defined but not used
> var_unserializer.c:680: warning: label `yy64' defined but not used
> var_unserializer.c:651: warning: label `yy60' defined but not used
> var_unserializer.c:637: warning: label `yy56' defined but not used
> var_unserializer.c:609: warning: label `yy52' defined but not used
> var_unserializer.c:595: warning: label `yy50' defined but not used
> var_unserializer.c:570: warning: label `yy47' defined but not used
> var_unserializer.c:533: warning: label `yy43' defined but not used
> var_unserializer.c:532: warning: label `yy42' defined but not used
> var_unserializer.c:530: warning: label `yy41' defined but not used
> var_unserializer.c:527: warning: label `yy40' defined but not used
> var_unserializer.c:494: warning: label `yy36' defined but not used
> var_unserializer.c:493: warning: label `yy35' defined but not used
> var_unserializer.c:491: warning: label `yy34' defined but not used
> var_unserializer.c:488: warning: label `yy33' defined but not used
> var_unserializer.c:465: warning: label `yy29' defined but not used
> var_unserializer.c:464: warning: label `yy28' defined but not used
> var_unserializer.c:462: warning: label `yy27' defined but not used
> var_unserializer.c:459: warning: label `yy26' defined but not used
> var_unserializer.c:376: warning: label `yy22' defined but not used
> var_unserializer.c:375: warning: label `yy21' defined but not used
> var_unserializer.c:373: warning: label `yy20' defined but not used
> var_unserializer.c:371: warning: label `yy19' defined but not used
> var_unserializer.c:353: warning: label `yy14' defined but not used
> var_unserializer.c:269: warning: label `yy1' defined but not used
> var_unserializer.c:218: warning: `marker' might be used uninitialized in
> this function
> var_unserializer.c:233: warning: `yyaccept' might be used uninitialized
> in this function
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> nsapi.c:210: warning: unused variable `content_length_str'
> nsapi.c:397: warning: unused variable `path_info'
> nsapi.c:438: warning: passing arg 1 of `nsapi_free' discards qualifiers
> from pointer target type
> nsapi.c:440: warning: passing arg 1 of `nsapi_free' discards qualifiers
> from pointer target type
> nsapi.c:533:63: warning: "/*" within comment
> nsapi.c:535:1: warning: "/*" within comment
> TSRM.c:122: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:130: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:140: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:140: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:140: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:122: warning: statement with no effect
> TSRM.c:130: warning: statement with no effect
> TSRM.c:140: warning: statement with no effect
> TSRM.c:175: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:175: warning: statement with no effect
> TSRM.c:194: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:194: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:200: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:200: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:207: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:239: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:239: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:194: warning: statement with no effect
> TSRM.c:200: warning: statement with no effect
> TSRM.c:207: warning: statement with no effect
> TSRM.c:239: warning: statement with no effect
> TSRM.c:248: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:248: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:248: warning: statement with no effect
> TSRM.c:305: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:305: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:305: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:317: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:317: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:317: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:305: warning: statement with no effect
> TSRM.c:317: warning: statement with no effect
> TSRM.c:485: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:485: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:506: warning: left-hand operand of comma expression has no effect
>
> TSRM.c:506: warning: left-hand operand of comma expression has no effect
>
> tsrm_virtual_cwd.c:433: warning: implicit declaration of function
> `alloca'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> regcomp.c:315: warning: subscript has type `char'
> regcomp.c:327: warning: subscript has type `char'
> regcomp.c:356: warning: subscript has type `char'
> regcomp.c:377: warning: subscript has type `char'
> regcomp.c:534: warning: subscript has type `char'
> regcomp.c:565: warning: subscript has type `char'
> regcomp.c:732: warning: subscript has type `char'
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
> engine.c:483: warning: subscript has type `char'
> engine.c:484: warning: subscript has type `char'
> engine.c:493: warning: subscript has type `char'
> engine.c:494: warning: subscript has type `char'
> engine.c:483: warning: subscript has type `char'
> engine.c:484: warning: subscript has type `char'
> engine.c:493: warning: subscript has type `char'
> engine.c:494: warning: subscript has type `char'
> regexec.c:19: warning: `nope' defined but not used
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system
> directory
>
> Then I run make install with no error and I copy libphp4.so in
> /produits/netscape/server4/plugins/php4/dev1/nsapi/
>
> When I test a php script, the process httpd is killed
>
> Are the warnings during make, normals ?
>
> What option can I use in configure to resolve my problem ?
>
> AL

--- End Message ---

Reply via email to