Date: 09/20/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6808 Updated: misbehavior of sprintf and printf"
- Previous message: virtual.spirit <email protected>: "[PHP-DEV] PHP 4.0 Bug #6851: "floor()" function rounds down an integer that resulted from a division"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: mino22 <email protected>
Operating system: Compaq Tru64 UNIX Ver5.0A
PHP version: 3.0.16
PHP Bug Type: Installation problem
Bug description: Apache Web Server Not Started
H/W:Compaq AlphaServer GS60E
O/S:Compaq Tru64 UNIX Ver5.0A
D/B:Sybase ASE
PHP:3.0.16
W/S:Apache_1.3.12
when php make->
...omission...
cc -g -I. -I. -I/app/web/src/apache_1.3.12/src/include -I/app/web/src/apache_1.3.12/src/os/unix -I/app/ase/OCS-12_0/include -c functions/file.c -o functions/file.o
cc: Warning: functions/file.c, line 275: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch)
&& !php3i_stristr(buf,"</head>")) {
----------------------------------^
cc: Warning: functions/file.c, line 275: In this statement, the referenced type of the pointer value ""</head>"" is "char", which is not compatible with "unsigned char". (ptrmismatch)
&& !php3i_stristr(buf,"</head>")) {
--------------------------------------^
cc: Warning: functions/file.c, line 276: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch)
if(php3i_stristr(buf,"<meta")) {
---------------------------------^
cc: Warning: functions/file.c, line 276: In this statement, the referenced type of the pointer value ""<meta"" is "char", which is not compatible with "unsigned char". (ptrmismatch)
if(php3i_stristr(buf,"<meta")) {
-------------------------------------^
cc: Warning: functions/file.c, line 280: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch)
tmp=php3i_stristr(buf,"name=\"");
------------------------------------------^
cc: Warning: functions/file.c, line 280: In this statement, the referenced type of the pointer value ""name=""" is "char", which is not compatible with "unsigned char". (ptrmismatch)
tmp=php3i_stristr(buf,"name=\"");
----------------------------------------------^
cc: Warning: functions/file.c, line 308: In this statement, the expression "*c++=((int)(((*(__lc_ctype->core.towlower))==0)?__lc_ctype->_lower[(unsigned char)*c]:(*(__lc_ctype->core.towlower))(...)))" modifies "c", and fetches its value in a computation that is not used to produce the modified value without an intervening sequence point. This behavior is undefined. (undefvarfetch)
*c++ = tolower((unsigned char)*c);
----------------------------------------------------------------^
cc: Warning: functions/file.c, line 315: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch)
tmp=php3i_stristr(buf,"content=\"");
--------------------------------------------------^
cc: Warning: functions/file.c, line 315: In this statement, the referenced type of the pointer value ""content=""" is "char", which is not compatible with "unsigned char". (ptrmismatch)
tmp=php3i_stristr(buf,"content=\"");
------------------------------------------------------^
...omission...
after php-3.0.16 make install,
apache configure, make, make install
when apachectl start, as fallows error
/sbin/loader: Fatal Error: cannot map libsybdb.so
I can't started apache web server!!!
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6808 Updated: misbehavior of sprintf and printf"
- Previous message: virtual.spirit <email protected>: "[PHP-DEV] PHP 4.0 Bug #6851: "floor()" function rounds down an integer that resulted from a division"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

