Need help for Curl package


 
Thread Tools Search this Thread
Operating Systems Solaris Need help for Curl package
# 1  
Old 04-10-2013
RedHat Need help for Curl package

Hi all,


I need the same curl package installed on system1 to be installed on other system2. Both machines are Solaris 10

System1:

Code:
-bash-3.00$ pkginfo | grep curl
system      SFWcurl                          curl - tool for transfering data specified with URL syntax

Code:
-bash-3.00$ pkginfo -l SFWcurl
   PKGINST:  SFWcurl
      NAME:  curl - tool for transfering data specified with URL syntax
  CATEGORY:  system
      ARCH:  sparc
   VERSION:  7.19.5,REV=2009.08.23.06.12
   BASEDIR:  /opt
    VENDOR:  curl and libcurl
      DESC:  curl - tool for transfering data specified with URL syntax
    PSTAMP:  freeware20090825021108
  INSTDATE:  Mar 15 2010 11:05
   HOTLINE:  Please contact the owners of this software
    STATUS:  completely installed
     FILES:       75 installed pathnames
                   8 directories
                   3 executables
                2537 blocks used (approx)
-bash-3.00$

system2:
Code:
-bash-3.2$ pkginfo | grep curl
application SMCcurl                          curl
-bash-3.2$

Code:
-bash-3.2$ pkginfo -l SMCcurl
   PKGINST:  SMCcurl
      NAME:  curl
  CATEGORY:  application
      ARCH:  sparc
   VERSION:  7.19.7
   BASEDIR:  /usr/local
    VENDOR:  The Curl Group
    PSTAMP:  Steve Christensen
  INSTDATE:  Apr 10 2013 18:08
     EMAIL:  steve@smc.vnet.net
    STATUS:  completely installed
     FILES:      335 installed pathnames
                   9 shared pathnames
                  14 directories
                   4 executables
                7041 blocks used (approx)
-bash-3.2$

I want to install same curl packge on system 2 as system 1
But don't know which package of curl to download and from where
From where can I get curl-7.19.5 ?

I need curl file in
Code:
-bash-3.00$ cd /opt/sfw/bin/
-bash-3.00$ ls -l
total 250
-r-xr-xr-x   1 root     bin       111704 Aug 25  2009 curl
-r-xr-xr-x   1 root     bin         4122 Aug 25  2009 curl-config
-bash-3.00$

on system 2 just like system 1
.
I had installed this package on system2
Code:
curl-7.19.7-sol10-sparc-local

but it produced SMCcurl rather than SMFcurlas well base directory is also different

one script is running on both system1 and system 2 but on system 2 it is showing /opt/sfe/bin/curl not found.

Please guide me.

Thanks,
Manali
# 2  
Old 04-10-2013
The SFWcurl package can be found somewhere on your Solaris 10 installation media.
This User Gave Thanks to achenle For This Post:
# 3  
Old 04-11-2013
Is there any other alternatives where I can find this package?
# 4  
Old 04-11-2013
No, this package is part of the Solaris 10 distribution so is not downloadable alone.

You need to find the very same Solaris version and update media (or iso) that the one that was used to install system1 to find this package.

Edit: This is actually incorrect. This package is part of the Solaris Companion CD which is no more provided by Oracle but available from sunfreeware.com. You should be able to download the single package there too instead of the whole CD (or DVD).

Last edited by jlliagre; 04-11-2013 at 07:21 AM..
This User Gave Thanks to jlliagre For This Post:
# 5  
Old 04-26-2013
Solved.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

2. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

3. Linux

How install a new package without remove old package?

Dear all, I would like to install a new version of package without remove old version on Centos and vice versa. Please give me advice! thanks much, (2 Replies)
Discussion started by: all4cfa
2 Replies

4. Shell Programming and Scripting

Help with cURL

Hi all; first of all i need to clarify that i am new to apache2 server configuration and for some needs i want to transfer some files using curl to web directory,so please bear with me: following is the command i m running to transfer file to my web directory: curl -T "q"... (4 Replies)
Discussion started by: arien001
4 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. AIX

mkinstallp package creation failing "no such file: ./usr/lpp/<package name>/inst_root"

Hello, I'm trying to build a (bff) package from an already installed program (clam antivirus) using mkinstallp. However, mkinstallp fails with "no such file: ./usr/lpp/<package name>/inst_root" I'm not sure why all files get created ok except for these particular ones. Any help would be... (2 Replies)
Discussion started by: omonte
2 Replies

7. AIX

use of curl

Hi guys , need some help I have to transfer a file from my aix box to another server using ftps protocol, how can i achieve this using curl preferably or any other utility. Thanks Sandeep (0 Replies)
Discussion started by: jayawantsandeep
0 Replies

8. Linux

how to restore original package after uninstalling the upgraded package using rpm

have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that... (0 Replies)
Discussion started by: amitpansuria
0 Replies

9. Shell Programming and Scripting

curl

Aren't there any way to download files as below? For example, I want to download all .html files under the root directory of unix.com/ curl -O https://www.unix.com/*.html This won't work, but please tell me the way to do this. Well, the best way is to get the file list of the directory, but i... (6 Replies)
Discussion started by: Euler04
6 Replies
Login or Register to Ask a Question