Sponsored Content
Top Forums UNIX for Advanced & Expert Users A little question: packaging for hpux Post 302784205 by Linusolaradm1 on Thursday 21st of March 2013 06:55:58 PM
Old 03-21-2013
A little question: packaging for hpux

Simple question: how to package from source in hpux?
On Linux slackware i Use configure,make,make install DESTDIR=$pkg,etc..
and then makepkg -l y -c n.
Is possible something similar on hpux?
I want to create a depot for samba because,the official
doesn't had the winbind pam,and the package on depotcollection is outdated(2008..sic!).
Thanks
 

10 More Discussions You Might Find Interesting

1. IP Networking

HPUX Routing Question

We have an HPUX machine that is having a routing problem. Any traffic sent on the local network (same switch) works fine. However, when we try to send traffic to any other ip the machine NAT's the ip to that of the gatway and nothing goes any further. For example if I try to ping 10.1.1.1 from... (3 Replies)
Discussion started by: robanic
3 Replies

2. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

3. AIX

Custom Packaging scripts

Hi, I am creating a test package and putting echo statements in the custom scripts (preinstall, postinstall, preremove, etc). Here is the template file Pre-installation Script: <pre-install script> Post-installation Script: <post-install script> These are getting called. How do i... (4 Replies)
Discussion started by: vibhor_agarwali
4 Replies

4. HP-UX

HPUx sendmail Question

why is that I need to go to /usr/sbin> in order to run send mail how can I run sendmail where ever folder I'm in... e.g. like /stuff/games/sendmail ksh: sendmail: not found (7 Replies)
Discussion started by: makaveli
7 Replies

5. Red Hat

RPM Packaging doubt!

Hi, I need to create an RPM package for my java application. Already build package for that application avail;able. I need to create binary RPM package for my java application. For that in spec file, do I need to write any script kind of thing to install my package. any one have idea... (1 Reply)
Discussion started by: ram.sj
1 Replies

6. HP-UX

A question about HPUX PV link...

Are "/dev/dsk/c58t6d7" and "/dev/dsk/c94t0d4" assigning to a same disk? results of "vgdisplay -v" PV Name /dev/dsk/c58t6d7 PV Name /dev/dsk/c94t0d4 Alternate Link PV Name /dev/dsk/c75t6d7 Alternate Link PV Name ... (1 Reply)
Discussion started by: JoyOnLine
1 Replies

7. Shell Programming and Scripting

sh packaging

I wrote a sh program with many options and lot of cool stuff and I will to learn how to package it. So ppl could downlaod it and use it just like ls cp .. So if I have BUX.sh ppl could type BUX -r-r on the command line and it just work or I could have BUM man Also I like to offer them... (4 Replies)
Discussion started by: just_linux
4 Replies

8. UNIX for Dummies Questions & Answers

Help with packaging tools.

Hai friends, I have used the dpkg command to install the package. This package is created my me. This has only one "C" file. I checked my module status by "lintian" command as a root. When I execute the command it gives me following messages... (0 Replies)
Discussion started by: Nila
0 Replies

9. Homework & Coursework Questions

: Packaging in Python

Dear All, I python program which print "Hello World". I want to run this program in 100 system. I dont want to copy and run this script. I want to make .deb package which is easy to install by gui double click itself. Is this possible ?, If yes, how to do. PS: I am not using glade... (1 Reply)
Discussion started by: kiranpulsar2007
1 Replies

10. HP-UX

pwage-hpux-T for Trusted HPUX servers

I'm sharing this in case anybody needs it. Modified from the original solaris pwage script. This modified hpux script will check /etc/password file on hpux trusted systems search /tcb and grep the required u_succhg field. Calculate days to expiry and notify users via email. original solaris... (2 Replies)
Discussion started by: sparcguy
2 Replies
pkg::create(n)						       Tcl Built-In Commands						    pkg::create(n)

__________________________________________________________________________________________________________________________________________________

NAME
pkg::create - Construct an appropriate 'package ifneeded' command for a given package specification SYNOPSIS
::pkg::create -name packageName -version packageVersion ?-load filespec? ... ?-source filespec? ... _________________________________________________________________ DESCRIPTION
::pkg::create is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate package ifneeded com- mand for a given package specification. It can be used to construct a pkgIndex.tcl file for use with the package mechanism. OPTIONS
The parameters supported are: -name packageName This parameter specifies the name of the package. It is required. -version packageVersion This parameter specifies the version of the package. It is required. -load filespec This parameter specifies a binary library that must be loaded with the load command. filespec is a list with two elements. The first element is the name of the file to load. The second, optional element is a list of commands supplied by loading that file. If the list of procedures is empty or omitted, ::pkg::create will set up the library for direct loading (see pkg_mkIndex). Any num- ber of -load parameters may be specified. -source filespec This parameter is similar to the -load parameter, except that it specifies a Tcl library that must be loaded with the source com- mand. Any number of -source parameters may be specified. At least one -load or -source parameter must be given. SEE ALSO
package(n) KEYWORDS
auto-load, index, package, version Tcl 8.3 pkg::create(n)
All times are GMT -4. The time now is 06:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy