[PHP] Re: undefined function: ftp_connect()

2001-12-20 Thread Mike Eheler

You need to compile with ftp support. --with-ftp is not the right 
command, it should be --enable-ftp

Mike

Sam Schenkman-Moore wrote:

> I've compiled php 4.0.6 on Darwin as CGI. "--with-ftp" shows up in the php
> configuration display but I still get this message:
> 
> undefined function: ftp_connect()
> 
> I've read a couple past articles with people having this problem but I did
> not spot a solution.
> 
> Any suggestions? 
> 
> Thanks, Sam
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: undefined function: ftp_connect()

2001-12-20 Thread Chris Lee

run phpinfo() is ftp support in there? if not run configure like you
normally do and scroll up to the ftp section, are there any errors in there?
if so what are they?

--

  Chris Lee
  [EMAIL PROTECTED]



"Sam Schenkman-Moore" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've compiled php 4.0.6 on Darwin as CGI. "--with-ftp" shows up in the php
> configuration display but I still get this message:
>
> undefined function: ftp_connect()
>
> I've read a couple past articles with people having this problem but I did
> not spot a solution.
>
> Any suggestions?
>
> Thanks, Sam
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]