I'm working on a Cobalt RaQ4 server with PHP 4.0.3pl1 pre-installed, but without the FTP functions enabled. I want to use the FTP functions and the Cobalt support site says I need to recompile PHP with --enable-ftp.

The instructions are go to the PHP source directory and type ./configure with all of the current options plus --enable-ftp.

BUT WHERE IS THE PHP SOURCE DIRECTORY?!? I have tried typing ./configure everywhere and I have searched the server completely.

Any help with this please or if anyone has a RaQ4 and knows how to do this.

    ./configure is only on linux

    i'm not sure what to do in RaQ4

      You can get the php dir using a phpinfo(); command in a script you place on your server, and then view from the web- it's one of those parameters this function spits back at you. delete the phpinfo file afterwards, you wont want other people seeing that data.

        Write a Reply...