cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Curl HP-UX 11.31 using libssh2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 19 Nov 2009 22:26:30 +0100 (CET)

On Thu, 19 Nov 2009, Pletter Thomas wrote:

> > Hm, why don't you use the sources from curl.haxx.se ? Did the HPUX
> > connect guys alter the source package somehow? (I didn't look)
>
> at http://curl.haxx.se/download.html is the link for HPUX to
> hpux.connect.org , so i use this source.

We basically refer to other sites when you want to download pre-built
binaries. If you want to build from source, the ones we provide should be
enough.

This said, I took a look at the source tarball they provide and it's rather
heavily modified. I don't know if that's for the good or for the bad...

> is it possible to embed the LD_PATH to curl ?

Yes, it's just a matter of reading up on the linker options.

         LDFLAGS=-rpath=/foo/bar/here ./configure

... could work if you link with an ld tool that understands that option. Or
else you can do the similar stunt with your ld's correct option.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-19