On Thu, May 8, 2008 at 1:40 PM, Daniel Stenberg <[EMAIL PROTECTED]> wrote:
> On Thu, 8 May 2008, Liam Healy wrote:
>
>
> > I don't see a file ftp.h anywhere in the source.  Is it supposed to be in
> the curl source package?
> >
>
>  Yes, it is supposed to be in there since it is present in the upstream
> source tarball and required to be able to build (lib)curl...
>

OK, I have success!

cd curl-7.18.1/lib/
curl "http://cool.haxx.se/cvs.cgi/*checkout*/curl/lib/ftp.h?rev=1.26"; -o ftp.h
cd ..
make clean
dpkg-buildpackage -rfakeroot -uc -us
cd ..
sudo dpkg -i curl_7.18.1-1_amd64.deb libcurl3_7.18.1-1_amd64.deb
libcurl3-dbg_7.18.1-1_amd64.deb

Then I got my tickets and put a test file on the server, and got the file:
 curl --krb clear ftp://[EMAIL PROTECTED]/file
 This is a test of curl Kerberos ftp.

I think there are two problems that need to be fixed:
 upstream patch to ftp.c as given previously
 Debian needs to include ftp.h in the source package
and that should take care of this.

Thank you for your help.
Liam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to