curl-library
Re: libcurl eas built whitout LIBSSH2
Date: Wed, 26 Mar 2008 10:10:54 +0000
I've run through my changes again, and I think I have the correct Makefiles in place. Full make files, sample commands and makefile patches attached. I built yhe library then the command.
There are a couple of changes that are to do with how I've installed openssl - this may not be typical, but that's only the directories where the binaries and libraries are held, so not difficult to change.
I'm using Windows 2003 with visual studio 6 (service pack 5) and recent MS SDK's installed.
Cheers
Mike
On Tue, Mar 25, 2008 at 07:49:42PM +0000, mikep_at_proatria.com wrote:
> I will write up a list of hacks I used to get this working, there was nothing too horrendous, but took a bit of messing. Once I'm confident I can repeat this I can make a dll available as well, but I want to make sure it works before I give this to anyone - I've only tested a single transfer so far with this build.
>
> Cheers
> Mike
> On Tue, Mar 25, 2008 at 05:10:35PM +0000, Stephen Collyer wrote:
> > mikep_at_proatria.com wrote:
> > > I have just built curl 7.18.0 with libssh2 support - a bit of hacking of the makefile is needed to define:
> > > /DUSE_LIBSSH2 /D HAVE_LIBSSH2_H /DLIBSSH2_WIN32
> > >
> > > also need to add libssh2.lib to the library list.
> > >
> > > Cheers
> > > Mike
> >
> > Mike
> >
> > Is there any chance you can expand on this a bit ?
> > I need to build libcurl with libssh2 under Windows
> > in the near future, and I've been unable to find
> > any explicit build instructions for this.
> >
> > Any hints or tips you'd like to share ?
> >
> > --
> > Regards
> >
> > Steve Collyer
> > Netspinner Ltd
> >
>
> --
> Regards
>
> Mike Protts
> Senior Technical Consultant
> Pro:Atria Ltd
> +44(0) 870 7656453
>
-- Regards Mike Protts Senior Technical Consultant Pro:Atria Ltd +44(0) 870 7656453
- text/plain attachment: nmakesamp
- text/plain attachment: Makefile.vc6.src.new
- text/plain attachment: Makefile.vc6.lib.new
- text/plain attachment: Makefile.vc6.src.patch
- text/plain attachment: Makefile.vc6.lib.patch