cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Installing curl on Solaris 10

From: Aleksandar Lazic <al-curlusers_at_none.at>
Date: Thu, 26 Jul 2007 17:22:24 +0200

On Mit 25.07.2007 10:51, KNS Information Services wrote:
>I have just downloaded curl-7.16.4_Sol10-x86-local.gz to /var/tmp on my
>Solaris 10 server.
>
>How do I install?

http://docs.sun.com/app/docs/doc/817-1985/6mhm8o60l?a=view

=> How to Add Software Packages (pkgadd)

maybe this way:

---
gunzip curl-7.16.4_Sol10-x86-local.gz
pkgadd -d curl-7.16.4_Sol10-x86-local
or
pkgadd -d . curl-7.16.4_Sol10-x86-local
---
maybe the manpage for pkgadd will help.
Do you know this links:
http://docs.sun.com/app/docs/doc/817-1985
http://docs.sun.com/app/docs/prod/solaris.10
Hth
Aleks
Received on 2007-07-26