Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • unwiredbrain@gmail.com

    #1

    Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

    I just installed Apache 2.2.2 on my Windows 2000 (SP4) machine to test
    the new version.
    Everything works except PHP (version 5.1.4): when starting Apache, it
    pops out a message saying that it is unable to locate the module (even
    set on the correct path!), stops the execution and exits. On the other
    side, PHP works fine with Apache 2.0.55, so It's not a problem of a
    broken build.

    Got ideas?


    Thanks.
    --
    Massimo Lombardo

  • Chung Leong

    #2
    Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

    unwiredbrain@gm ail.com wrote:[color=blue]
    > I just installed Apache 2.2.2 on my Windows 2000 (SP4) machine to test
    > the new version.
    > Everything works except PHP (version 5.1.4): when starting Apache, it
    > pops out a message saying that it is unable to locate the module (even
    > set on the correct path!), stops the execution and exits. On the other
    > side, PHP works fine with Apache 2.0.55, so It's not a problem of a
    > broken build.
    >
    > Got ideas?
    >
    >
    > Thanks.
    > --
    > Massimo Lombardo[/color]

    The binary interface of Apache 2.2 is different from that of Apache
    2.0. You can't use the same DLL. If you really want to use Apache 2.2,
    then you have to recompile the SAPI module yourself.

    Comment

    • unwiredbrain@gmail.com

      #3
      Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing


      Chung Leong wrote:[color=blue]
      > The binary interface of Apache 2.2 is different from that of Apache
      > 2.0. You can't use the same DLL. If you really want to use Apache 2.2,
      > then you have to recompile the SAPI module yourself.[/color]

      Or wait for the new build from php.net, right?

      Comment

      • Chung Leong

        #4
        Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing


        unwiredbrain@gm ail.com wrote:[color=blue]
        > Chung Leong wrote:[color=green]
        > > The binary interface of Apache 2.2 is different from that of Apache
        > > 2.0. You can't use the same DLL. If you really want to use Apache 2.2,
        > > then you have to recompile the SAPI module yourself.[/color]
        >
        > Or wait for the new build from php.net, right?[/color]

        Which might take forever. Apache 2.2 is not exactly taking the world by
        storm. Unless you need to server 2gig+ files, I don't see a reason to
        upgrade.

        Comment

        • unwiredbrain@gmail.com

          #5
          Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

          Chung Leong wrote:[color=blue]
          > Which might take forever. Apache 2.2 is not exactly taking the world by
          > storm. Unless you need to server 2gig+ files, I don't see a reason to
          > upgrade.[/color]

          Ah. Wow. Great. I have no 2+ GB file to serve...
          Version 2.2: trashed.


          Thanks.
          --
          Massimo

          Comment

          • Jackson Scott Peebles

            #6
            Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

            unwiredbrain@gm ail.com wrote:[color=blue]
            > I just installed Apache 2.2.2 on my Windows 2000 (SP4) machine to test
            > the new version.
            > Everything works except PHP (version 5.1.4): when starting Apache, it
            > pops out a message saying that it is unable to locate the module (even
            > set on the correct path!), stops the execution and exits. On the other
            > side, PHP works fine with Apache 2.0.55, so It's not a problem of a
            > broken build.
            >
            > Got ideas?
            >
            >
            > Thanks.
            > --
            > Massimo Lombardo
            >[/color]

            Yeah, Windows 2000 kind of sux... I'm running XAMPP fine on Windows XP
            though, although I'd use Linux if I could.

            Comment

            • Chung Leong

              #7
              Re: Apache 2.2.2 and PHP 5.1.4 on Win2k crashing

              Jackson Scott Peebles wrote:[color=blue]
              > unwiredbrain@gm ail.com wrote:[color=green]
              > > I just installed Apache 2.2.2 on my Windows 2000 (SP4) machine to test
              > > the new version.
              > > Everything works except PHP (version 5.1.4): when starting Apache, it
              > > pops out a message saying that it is unable to locate the module (even
              > > set on the correct path!), stops the execution and exits. On the other
              > > side, PHP works fine with Apache 2.0.55, so It's not a problem of a
              > > broken build.
              > >
              > > Got ideas?
              > >
              > >
              > > Thanks.
              > > --
              > > Massimo Lombardo
              > >[/color]
              >
              > Yeah, Windows 2000 kind of sux... I'm running XAMPP fine on Windows XP
              > though, although I'd use Linux if I could.[/color]

              Things should improve on the Windows front now that Microsoft has
              released a free version of Visual Studio, which will expand the pool of
              developers who can compile from source. VC6 is really ancient (it was
              designed for WinNT). Even if you are willing to pay for it it's not
              easy to find.

              Comment

              Working...