php-install Digest 18 Apr 2001 14:26:06 -0000 Issue 267 Topics (messages 2805 through 2811): Re: Installing PHP 4.0 on Windows 2000 2805 by: Michael C MySQL Installation 2806 by: Michael C 2809 by: Phil Driscoll Re: Are there suppose to be cpp files in the source code? 2807 by: Yasuo Ohgaki 2811 by: Plutarck Re:vsnprintf problem with Apache & PHP 2808 by: nemholt_jf.tsm.es Re: installation blues with oracle 8i 2810 by: Victor Foitzik 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] ----------------------------------------------------------------------
Ricardo: I just downloaded and installed PHP on Windows 2000 with IIS 5.0. It works great! Here is the URL: http://www.php.net/manual/en/install-windows.php Let me know if that helps Thanks Mike ""Ricardo Granja"" <[EMAIL PROTECTED]> wrote in message 9bitbp$t4c$[EMAIL PROTECTED]">news:9bitbp$t4c$[EMAIL PROTECTED]... > I need to know all the instructions for installing PHP 4 on IIS in Windows > 2000. I try the instructions that came with the product but when I try > execute a script the browser only display the code of the script: > <?php > phpinfo(); > ?> > > Regards, > Ricardo Granja > [EMAIL PROTECTED] > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >
I have Microsoft Windows 2000 Professional running IIS 5.0 I was wondering if you can install MySQL on this type of box? I was also wondering if you can use MS SQL to connect to PHP? I am new at this so sorry for sounding dumb Thanks in advance for your help -- Later Days:) Michael Clesceri ""Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away."
>I was wondering if you can install MySQL on this type of box? Yes. Get it from www.mysql.com >I was also wondering if you can use MS SQL to connect to PHP? Yes. -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org
Did you take a look at www.php4win.de? There is instruction how to compile PHP/Win. Just in case you haven't read it. -- Yasuo Ohgaki ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9bhoks$7hb$[EMAIL PROTECTED]">news:9bhoks$7hb$[EMAIL PROTECTED]... > I thought that might be it too, but I installed all the bison/flex utilities > as requested ;( > > And it has the /tmp directory in Cygwin so bison will work...*sigh* > > I'm going to try and make it work on my other box. Maybe that will fix it, > since my DOS/Windows has been a pain lately. > > > But I would _really_ like to just make it work on this box. I know of no > reason why it shouldn't...bah. > > > -- > Plutarck > Should be working on something... > ...but forgot what it was. > > > ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message > 9bdjc2$18u$[EMAIL PROTECTED]">news:9bdjc2$18u$[EMAIL PROTECTED]... > > I've never build Win/PHP, but > > I think you don't have "bison", etc. This must be the problem. > > > > Regards, > > -- > > Yasuo Ohgaki > > > > > > ""Plutarck"" <[EMAIL PROTECTED]> wrote in message > > 9bc6hi$gt$[EMAIL PROTECTED]">news:9bc6hi$gt$[EMAIL PROTECTED]... > > > I currently have Apache, MySQL, and PHP 4.0.4pl1 (as CGI) all running > just > > > fine on my Windows 98 system. I used Nusphere to install it all, but I > > > really want to learn how just to build it myself from the source code. > > > > > > So I followed the directions in the PHP manual to the _letter_, and when > I > > > Rebuild All on php4ts - Win32 Release_TS I get the following message > from > > > the compiler: > > > > > > --------------------Configuration: ZendTS - Win32 > > > Release_TS-------------------- > > > Performing Custom Build Step on ".\zend_language_parser.y" > > > Bad command or file name > > > Performing Custom Build Step on .\zend_ini_parser.y > > > Bad command or file name > > > Performing Custom Build Step on ".\zend_language_scanner.l" > > > Bad command or file name > > > Performing Custom Build Step on .\zend_ini_scanner.l > > > Bad command or file name > > > Compiling... > > > zend.c > > > zend_alloc.c > > > zend_API.c > > > zend_builtin_functions.c > > > zend_compile.c > > > C:\cygwin\php-4.0.4pl1\Zend\zend_compile.c(21) : fatal error C1083: > Cannot > > > open include file: 'zend_language_parser.h': No such file or directory > > > zend_constants.c > > > zend_dynamic_array.c > > > zend_execute.c > > > zend_execute_API.c > > > zend_extensions.c > > > zend_hash.c > > > zend_highlight.c > > > C:\cygwin\php-4.0.4pl1\Zend\zend_highlight.c(22) : fatal error C1083: > Cannot > > > open include file: 'zend_language_parser.h': No such file or directory > > > zend_indent.c > > > C:\cygwin\php-4.0.4pl1\Zend\zend_indent.c(25) : fatal error C1083: > Cannot > > > open include file: 'zend_language_parser.h': No such file or directory > > > zend_ini.c > > > zend_ini_parser.c > > > fatal error C1083: Cannot open source file: > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_parser.c': No such file or > directory > > > Generating Code... > > > Compiling... > > > zend_ini_scanner.cpp > > > fatal error C1083: Cannot open source file: > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_scanner.cpp': No such file or > > > directory > > > Generating Code... > > > Compiling... > > > zend_language_parser.c > > > fatal error C1083: Cannot open source file: > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_parser.c': No such file or > > > directory > > > Generating Code... > > > Compiling... > > > zend_language_scanner.cpp > > > fatal error C1083: Cannot open source file: > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_scanner.cpp': No such file or > > > directory > > > Generating Code... > > > Compiling... > > > zend_list.c > > > zend_llist.c > > > zend_opcode.c > > > zend_operators.c > > > zend_ptr_stack.c > > > zend_sprintf.c > > > zend_stack.c > > > zend_variables.c > > > Generating Code... > > > Error executing cl.exe. > > > > > > php.exe - 7 error(s), 0 warning(s) > > > > > > > > > > > > Two of those files are .cpp files. The problem is, the only .cpp files > > > _anywhere_ in the 4.0.4pl1 source code from php.net are dotnet.cpp, > > > issfunc.cpp, and qtdom_qt.cpp. And the other files aren't in the source > code > > > anywhere either. > > > > > > > > > So I'm _COMPLETELY_ stumped as to what to do next. I'm all dressed up > with > > > no place to go, apparently. > > > > > > Help? > > > > > > > > > -- > > > Plutarck > > > Should be working on something... > > > ...but forgot what it was. > > > > > > > > > > > > > > > > > > -- > > > PHP Install Mailing List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > PHP Install Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >
Yup, I've tried that too...lol. Tried that originally, then tried php.net, then went back again and tried that one. Are the files VC++ couldn't find suppose to be in the source code and I'm just missing them, or do they not exist in the first place? -- Plutarck Should be working on something... ...but forgot what it was. ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 9bj6kv$d08$[EMAIL PROTECTED]">news:9bj6kv$d08$[EMAIL PROTECTED]... > Did you take a look at www.php4win.de? > There is instruction how to compile PHP/Win. > > Just in case you haven't read it. > > -- > Yasuo Ohgaki > > > ""Plutarck"" <[EMAIL PROTECTED]> wrote in message > 9bhoks$7hb$[EMAIL PROTECTED]">news:9bhoks$7hb$[EMAIL PROTECTED]... > > I thought that might be it too, but I installed all the bison/flex utilities > > as requested ;( > > > > And it has the /tmp directory in Cygwin so bison will work...*sigh* > > > > I'm going to try and make it work on my other box. Maybe that will fix it, > > since my DOS/Windows has been a pain lately. > > > > > > But I would _really_ like to just make it work on this box. I know of no > > reason why it shouldn't...bah. > > > > > > -- > > Plutarck > > Should be working on something... > > ...but forgot what it was. > > > > > > ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message > > 9bdjc2$18u$[EMAIL PROTECTED]">news:9bdjc2$18u$[EMAIL PROTECTED]... > > > I've never build Win/PHP, but > > > I think you don't have "bison", etc. This must be the problem. > > > > > > Regards, > > > -- > > > Yasuo Ohgaki > > > > > > > > > ""Plutarck"" <[EMAIL PROTECTED]> wrote in message > > > 9bc6hi$gt$[EMAIL PROTECTED]">news:9bc6hi$gt$[EMAIL PROTECTED]... > > > > I currently have Apache, MySQL, and PHP 4.0.4pl1 (as CGI) all running > > just > > > > fine on my Windows 98 system. I used Nusphere to install it all, but I > > > > really want to learn how just to build it myself from the source code. > > > > > > > > So I followed the directions in the PHP manual to the _letter_, and when > > I > > > > Rebuild All on php4ts - Win32 Release_TS I get the following message > > from > > > > the compiler: > > > > > > > > --------------------Configuration: ZendTS - Win32 > > > > Release_TS-------------------- > > > > Performing Custom Build Step on ".\zend_language_parser.y" > > > > Bad command or file name > > > > Performing Custom Build Step on .\zend_ini_parser.y > > > > Bad command or file name > > > > Performing Custom Build Step on ".\zend_language_scanner.l" > > > > Bad command or file name > > > > Performing Custom Build Step on .\zend_ini_scanner.l > > > > Bad command or file name > > > > Compiling... > > > > zend.c > > > > zend_alloc.c > > > > zend_API.c > > > > zend_builtin_functions.c > > > > zend_compile.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_compile.c(21) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_constants.c > > > > zend_dynamic_array.c > > > > zend_execute.c > > > > zend_execute_API.c > > > > zend_extensions.c > > > > zend_hash.c > > > > zend_highlight.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_highlight.c(22) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_indent.c > > > > C:\cygwin\php-4.0.4pl1\Zend\zend_indent.c(25) : fatal error C1083: > > Cannot > > > > open include file: 'zend_language_parser.h': No such file or directory > > > > zend_ini.c > > > > zend_ini_parser.c > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_parser.c': No such file or > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_ini_scanner.cpp > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_scanner.cpp': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_language_parser.c > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_parser.c': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_language_scanner.cpp > > > > fatal error C1083: Cannot open source file: > > > > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_scanner.cpp': No such file or > > > > directory > > > > Generating Code... > > > > Compiling... > > > > zend_list.c > > > > zend_llist.c > > > > zend_opcode.c > > > > zend_operators.c > > > > zend_ptr_stack.c > > > > zend_sprintf.c > > > > zend_stack.c > > > > zend_variables.c > > > > Generating Code... > > > > Error executing cl.exe. > > > > > > > > php.exe - 7 error(s), 0 warning(s) > > > > > > > > > > > > > > > > Two of those files are .cpp files. The problem is, the only .cpp files > > > > _anywhere_ in the 4.0.4pl1 source code from php.net are dotnet.cpp, > > > > issfunc.cpp, and qtdom_qt.cpp. And the other files aren't in the source > > code > > > > anywhere either. > > > > > > > > > > > > So I'm _COMPLETELY_ stumped as to what to do next. I'm all dressed up > > with > > > > no place to go, apparently. > > > > > > > > Help? > > > > > > > > > > > > -- > > > > Plutarck > > > > Should be working on something... > > > > ...but forgot what it was. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > PHP Install Mailing List (http://www.php.net/) > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > > PHP Install Mailing List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > -- > > PHP Install Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >
I managed to track down the cause of the problem. It's not PHP itself but the latest ucd-snmp. If I compile without ucd-snmp everything works OK. /Jesper
Hi folks, this isn't really a problem at all, Oracle also works fine with glibc 2.2 (as of debian/potato 2.2.19 with glibc 2.2 _and_ rh 7.0), what fails are the client libraries, you have to relink them using genlibclnt.sh (don't exactly remember the name). Vic > Hi: > >>I try to install oci8 support in php4 on suse 7.1 linux >>But all I meet is trouble. The problem is most likely >>the fact that oracle comes with a version of glibc 2.1.3 > > sad but true. For example, PHP+Oracle8i didn't work for me > with RH7.0. I had to go back to RH 6.2 > > Greetings, > > F.J