1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux PHPCoder in FreeBSD & PHP 5.0.3

Discussion in 'Software' started by ColD_FusSioN, 22 Aug 2005.

  1. ColD_FusSioN

    ColD_FusSioN What's a Dremel?

    Joined:
    26 May 2004
    Posts:
    93
    Likes Received:
    0
    I am installing a web server with UNIX FreeBSD 4.11, Apache 1.3 and PHP 5.0.3
    But i needed to install PHPCoder to encode my PHP Scripts. To do this i first install Turck MMCache without a problem, and the same goes for PHPCoder...
    But when i try to encode my scripts i dont get any error messages but it doesnt encode the scripts. :wallbash:
    The directory of "output" files is empty... does anybody had an idea of what could be the cause for this problem???
     
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Does 'it' have permission to write to the directory? :)
     
  3. ColD_FusSioN

    ColD_FusSioN What's a Dremel?

    Joined:
    26 May 2004
    Posts:
    93
    Likes Received:
    0
    Yes it is located at /tmp/phpcoder/ with 777 permission...
    I am thinking that possibly it is the PHP version the one is causing problem. I just installed on a Fedora with PHP 4.3.X and all went perfectly.

    And according with the documentation it is compatible with FreeBSD so... it must be the PHP dont you think???
     
  4. ColD_FusSioN

    ColD_FusSioN What's a Dremel?

    Joined:
    26 May 2004
    Posts:
    93
    Likes Received:
    0
    Case: RESOLVED

    Just to close up this thread....
    The best way to install the PHP module in a BSD Box is from
    /usr/ports/lang/phpX
    followed by
    /usr/ports/lang/phpX-extensions

    This lack of this last port was the cause of the problem i had running the PHPCoder.

    :rock:
     
Tags:

Share This Page