php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6813 Apache Web Server Not Started
Submitted: 2000-09-20 09:21 UTC Modified: 2005-03-31 16:13 UTC
From: mino22 at unitel dot co dot kr Assigned:
Status: Wont fix Package: Installation problem
PHP Version: 3.0.16 OS: Compaq Tru64 UNIX Ver5.0A
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mino22 at unitel dot co dot kr
New email:
PHP Version: OS:

 

 [2000-09-20 09:21 UTC] mino22 at unitel dot co dot kr
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!!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC