setup.php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • g.sharpe

    setup.php

    I tried using the setup.php script (in the scripts directory: sudo
    ../setup.php) but it returns command not found.

    Any ideas?

  • Ivan Marsh

    #2
    Re: setup.php

    On Thu, 20 Jul 2006 10:00:44 -0700, g.sharpe wrote:
    I tried using the setup.php script (in the scripts directory: sudo
    ./setup.php) but it returns command not found.
    >
    Any ideas?
    A few...

    setup.php isn't set to executable (see: chmod).

    setup.php is probably supposed to be run in a web browser after it's
    installed on a webserver that supports PHP.

    No one has any idea what setup.php is supposed to do since you've added no
    detail or explanation to your post and for all we know returning the
    string "command not found" is what setup.php is supposed to do.

    --
    The USA Patriot Act is the most unpatriotic act in American history.
    Feingold-Obama '08 - Because the Constitution isn't history,
    It's the law.

    Comment

    • flamer die.spam@hotmail.com

      #3
      Re: setup.php


      g.sharpe wrote:
      I tried using the setup.php script (in the scripts directory: sudo
      ./setup.php) but it returns command not found.
      >
      Any ideas?
      setup for what??

      Flamer.

      Comment

      • Jerry Stuckle

        #4
        Re: setup.php

        Ivan Marsh wrote:
        On Thu, 20 Jul 2006 10:00:44 -0700, g.sharpe wrote:
        >
        >
        >>I tried using the setup.php script (in the scripts directory: sudo
        >>./setup.php) but it returns command not found.
        >>
        >>Any ideas?
        >
        >
        A few...
        >
        setup.php isn't set to executable (see: chmod).
        >
        ..php files are not executables. The php program is the executable. It
        just reads the files.

        But it could be that the pointer to the php executable isn't in the
        beginning of the file or it points to the wrong one.

        Try sudo path_to_php_exe cutable/php setup.php
        setup.php is probably supposed to be run in a web browser after it's
        installed on a webserver that supports PHP.
        >
        That could be.
        No one has any idea what setup.php is supposed to do since you've added no
        detail or explanation to your post and for all we know returning the
        string "command not found" is what setup.php is supposed to do.
        >
        That's true.

        --
        =============== ===
        Remove the "x" from my email address
        Jerry Stuckle
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        =============== ===

        Comment

        • Kimmo Laine

          #5
          Re: setup.php

          "g.sharpe" <gmsharpe@gmail .comwrote in message
          news:1153414844 .819140.165900@ i42g2000cwa.goo glegroups.com.. .
          >I tried using the setup.php script (in the scripts directory: sudo
          ./setup.php) but it returns command not found.
          >
          Any ideas?
          sudo php setup.php

          --
          "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
          http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis
          spam@outolempi. net || Gedoon-S @ IRCnet || rot13(xvzzb@bhg byrzcv.arg)


          Comment

          Working...