PHP install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geoff Blake

    PHP install

    I am trying to install a LAMP system and have so far installed Linux,
    Apache, MySQL all of which appear to be working. The instructions I have to
    install PHP include the following line
    ../configure --with-apxs= PathToFile/apxs -- with-mysql

    What is apxs?

    I have searched my system and dont appear to have any files by that
    name.( find -iname apxs*) - I assume it should be installed with apache. Can
    I install it seperately?



  • Larry Anderson

    #2
    Re: PHP install

    Geoff Blake wrote:
    [color=blue]
    > I am trying to install a LAMP system and have so far installed Linux,
    > Apache, MySQL all of which appear to be working. The instructions I have
    > to install PHP include the following line
    > ./configure --with-apxs= PathToFile/apxs -- with-mysql
    >
    > What is apxs?
    >
    > I have searched my system and dont appear to have any files by that
    > name.( find -iname apxs*) - I assume it should be installed with apache.
    > Can I install it seperately?[/color]

    Which linux are you installing most packages has PHP in it already. If you
    can get back to the installer through your system configuration (in Suse
    it's YaST and I think in Mandrake it is Install Packages) you should be ale
    to install the PHP libraries (and MySQL too) and configure in one fell
    swoop.
    --
    01000011 01001100 01000001 01010011 01010011 01001001 01000011
    Larry Anderson - Sysop of Silicon Realms BBS (209) 754-1363 300-14.4k
    Set your 8-bit rigs to sail for http://www.portcommodore.com/
    01010001 01010101 01000001 01001100 01001001 01010100 01011001

    Comment

    • Yttrium

      #3
      Re: PHP install

      "Geoff Blake" <gdblake-remove-@ozemail.com.au > a écrit dans le message de
      news: 3X4re.29$H53.95 5@nnrp1.ozemail .com.au...[color=blue]
      > I am trying to install a LAMP system and have so far installed Linux,
      > Apache, MySQL all of which appear to be working. The instructions I have[/color]
      to[color=blue]
      > install PHP include the following line
      > ./configure --with-apxs= PathToFile/apxs -- with-mysql
      >
      > What is apxs?
      >
      > I have searched my system and dont appear to have any files by that
      > name.( find -iname apxs*) - I assume it should be installed with apache.[/color]
      Can[color=blue]
      > I install it seperately?[/color]


      Hi,

      APXS is used to compile php as an apache module.
      If it is not installed you can install the httpd(2)-devel rpm which contains
      APXS.

      Bye,

      (Sorry for my english, cause I'mFrench).
      --
      Have a look to




      Comment

      • Geoff Blake

        #4
        Re: PHP install

        Thanks

        Using Fedora3
        Ended up reinstalling Apache from a new download - all OK now

        "Yttrium" <POUSSIERES.ngt rash@gmail.com> wrote in message
        news:42ad5440$0 $2110$626a14ce@ news.free.fr...[color=blue]
        > "Geoff Blake" <gdblake-remove-@ozemail.com.au > a écrit dans le message de
        > news: 3X4re.29$H53.95 5@nnrp1.ozemail .com.au...[color=green]
        > > I am trying to install a LAMP system and have so far installed Linux,
        > > Apache, MySQL all of which appear to be working. The instructions I have[/color]
        > to[color=green]
        > > install PHP include the following line
        > > ./configure --with-apxs= PathToFile/apxs -- with-mysql
        > >
        > > What is apxs?
        > >
        > > I have searched my system and dont appear to have any files by that
        > > name.( find -iname apxs*) - I assume it should be installed with apache.[/color]
        > Can[color=green]
        > > I install it seperately?[/color]
        >
        >
        > Hi,
        >
        > APXS is used to compile php as an apache module.
        > If it is not installed you can install the httpd(2)-devel rpm which[/color]
        contains[color=blue]
        > APXS.
        >
        > Bye,
        >
        > (Sorry for my english, cause I'mFrench).
        > --
        > Have a look to
        > http://www.danstesyeux.com
        >
        >
        >[/color]


        Comment

        Working...