Package deployments

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Package deployments
# 8  
Old 02-26-2010
Thanks I will do that. But actually I want to know what I have to do next. My requirement is:

an srpm containing libcurl
an rpm built from the corresponding srpm
developmental rpm from the same srpm for build purposes (developmental rpm has include headers and or .a's)
the package should be self contained. (should not download sources when you are rebuilding the rpm)

I have downloaded curl-devel-7.19.4.pp.i386.rpm from Index of /download. I would approach admin to deploy the same.

The package needs to default get install location /opt/pp and build using openssl @ /opt/pp for 32 bit arch.

I am quiet unsure how to configure those values and what is openssl.

Please help
# 9  
Old 02-26-2010
OK, first of all, you need the curl-7.19.4-1.src.rpm as that's the one containing the sources. The one you downloaded contains the already compiled version.

Second, before you start breaking systems with malformed packages, get comfortable with the build-process of the software first. Get a feel for the various configure switches, the build process itself, ...
Then, and only then, apply that knowledge to the spec file for rpmbuild.

OR you can use the source RPM from CentOS (linky), a 100% RHEL compatible distribution.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Package

Hi, What is installation package and how to create it? When we run: in AIX: installp package1 or in Linux rpm -ivh mypackage What is package1 or mypackage in the abov examples and how to create them and deploy them? I hope my question is clear enough. Thank you (2 Replies)
Discussion started by: big123456
2 Replies

2. 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

3. 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

4. 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

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. Shell Programming and Scripting

Need Help to count the deployments

Hi, Need help for a script that count no of deployments from the below Sample Input file. Below is my sample input file. Not sure whether it works or not. Note: (We can use a seperator if needed) My output should come like for each Store: Output should look like: Store_MS1: 4 Deployments... (6 Replies)
Discussion started by: amiri2000
6 Replies

8. Red Hat

vncviewer package

Hello, I am working on Remote Desktop invocation in FEDORA 8. I am having the vncserver package. But I couldnt find the vncviewer package to view it. I couldnt locate the package in my search. Can you please give me the link where I can download the RPM file of "vncviewer" to install in my... (6 Replies)
Discussion started by: nsharath
6 Replies

9. 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
Login or Register to Ask a Question