Sponsored Content
Operating Systems HP-UX PDFtk for HP-UX 11.31 Itanium 64 Post 302996148 by villium on Thursday 20th of April 2017 06:13:22 AM
Old 04-20-2017
HP PDFtk for HP-UX 11.31 Itanium 64

Hi Unix and HP-US experts,

I have a need to encrypt/give password to PDF files in HP-UX servers, but unfortunately I am new to unix and hp-ux.

My server is HP-UX 11.31 running on Itanium 64 bit architecture. I have downloaded and installed PDFtk from this link:
hpux*connect*org*uk/hppd/hpux/Text/pdftk-2.02/ --> I chose 11.31 Itanium 2.0

I have also installed the libgcc from here:
hpux*connect*org*uk/hppd/hpux/Gnu/libgcc-4.2.3/ --> I chose 11.31 Itanium 2.0

But when invoking any pdftk command, I got the following error:
[HP ARIES32]: Core file for 32-bit PA-RISC application
[HP ARIES32]: /usr/local/bin/pdftk saved to /core.pdftk

This looks like the OS somehow cannot run the bin with help of HP aries.

Does anyone ever encountered this kind of error? Mind sharing the solution or maybe guiding me to solve it?
Or maybe if there is a way to compile the tool directly on ia64 machine, that would be good.

I am also open for suggestion of other pdf encryption tools that can run on HP-UX 11.31 ia64.

Thanks!
 

10 More Discussions You Might Find Interesting

1. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies

2. HP-UX

Does HP-UX On Itanium always come with PA-RISC compatibility

Does anybody know if HP-UX on Itanium always comes with backwards compatibility for PA-RISC applications? I've heard that there is an emulator called Aries which should do the trick, I just need to know if it always comes as standard with HP-UX Itanium systems. Any help would be greatly... (3 Replies)
Discussion started by: nialler
3 Replies

3. UNIX for Advanced & Expert Users

What Are the Differences Between Itanium and x86_64 CPUs?

This is definitely a "stupid" question, but I can't think of anywhere else to ask it, so here goes. My knowledge of CPU history on big iron machines starts with the last DEC Alphas, a short stint with Sun servers, PA-RISC and Itanium, Intel 486s on the desktop before that, and Motorola 68000 CPUs... (4 Replies)
Discussion started by: deckard
4 Replies

4. HP-UX

Install tcsh on HP-UX 11.31 itanium

I have 2 servers , both are HP-UX specifications as follows : (1) HP-UX adroit B.10.20 A 9000/785 2013264127 one-user license (2) HP-UX xen B.11.31 U ia64 2662515494 one-user license First one has tcsh installed adroit:/home/seo/hitendra 22 ] which tcsh /usr/bin/tcsh But the... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

5. What is on Your Mind?

Oracle stops Itanium development

According to the press release, Oracle will stop supporting the Itanium platform altogether, including all databases. Just out of curiosity: what selling-points will there be left for Itanium servers? From personal experience I know that the ports of FLOS software are mostly very out of date... (4 Replies)
Discussion started by: pludi
4 Replies

6. Shell Programming and Scripting

Need script for Itanium server

Hi, I have a folder that has the below 6 files. -rw-r----- 1 wlsuser users 32203 May 16 09:41 card_10.77.200.100.csv -rw-r----- 1 wlsuser users 104119 May 16 09:42 card_135.57.206.116.csv -rw-r----- 1 wlsuser users 12412 May 16 09:42... (3 Replies)
Discussion started by: mohtashims
3 Replies

7. UNIX for Advanced & Expert Users

Compiling git in HPUX 11.31 itanium

Hello, Would you know the steps on how to compile git command in HPUX? (1 Reply)
Discussion started by: SystemAddict
1 Replies

8. HP-UX

Gcc and C/aC++ co-existing on HP-UX Itanium system

Our company developed applications on an HP-UX 11 Itanium system using gcc. We did not have HP's C/aC++ system installed. We are now attempting to install/run on a customer system that already has C/aC++ on it. Can gcc (gcc-4.3.2, or just the runtime libraries gcclib-4.3.2) be installed and... (1 Reply)
Discussion started by: northb
1 Replies

9. HP-UX

Shc command for hp UNIX 11.23 itanium

(2 Replies)
Discussion started by: sagar_1986
2 Replies

10. HP-UX

Installation of gnome 1.4 for HP itanium

Hi I can't download gnome from HP website because links are broken: I can only download patch for Gnome. Can you help me? --- Post updated at 05:18 PM --- I realized that I have to register on their website with the software depot to download it. (0 Replies)
Discussion started by: gbudny
0 Replies
intro(3C)																 intro(3C)

NAME
intro - introduction to subroutines and libraries DESCRIPTION
This section describes functions found in various libraries, other than those functions that directly invoke HP-UX system primitives, which are described in Section(2) of this volume. Certain major collections are identified by a letter after the section identifier(3): (3C) These functions, together with the Operating System Calls and those marked(3S), constitute the Standard C Library, which is automatically loaded by the C compiler, cc(1). Declarations for some of these functions can be obtained from files indicated in the appropriate entries.(3E) These functions constitute the ELF access library which lets a program manipulate ELF (Executable and Linking Format) object files, archive files, and archive members. The link editor searches this library if the option is specified. The header file provides type and function declarations for all library services (described in elf(3E). (3G) These functions constitute the graphics library and are documented in separate manuals.(3I) These functions constitute the instrument support (Device I/O) library.(3M) These functions constitute the Math Library, The link editor searches this library if the option is specified. Declara- tions for these functions are available in the header files and Several generally useful mathematical constants are also defined in (see math(5)). (3N) These functions are applicable to the Internet network and are part of the standard C library, (3S) These functions constitute the ``standard I/O package'' (see stdio(3S)). These functions are in the library already men- tioned. Declarations for these functions can be obtained from the file(3T) These functions constitute the Pthreads Library. The link editor (see ld(1)) searches this library if the option is spec- ified. See pthread(3T) for more detailed information on threads.(3X) Various specialized libraries. The files in which these libraries are found are specified in the appropriate entries. DIAGNOSTICS
Functions in the C and Math Libraries, (3C) and(3M), may return the conventional values or when the function is undefined for the given arguments or when the value is not representable. is defined as in the header file. Functions in the Math Library may also return or a In these cases, the external variable (see errno(2)) may also be set to the value [EDOM] or [ERANGE]. FILES
(For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines archive library. (For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines shared library. (For Itanium(R)-based systems.) Standard I/O, operating system calls, and general purpose routines 32-bit and 64-bit shared libraries. (For PA-RISC systems.) CRT screen handling shared library. (For Itanium-based systems.) CRT screen handling 32-bit and 64-bit shared libraries. (For PA-RISC systems.) ELF archive library. (For PA-RISC systems.) ELF shared library. (For Itanium-based systems.) ELF 32-bit and 64-bit shared libraries. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For Itanium-based systems.) SVID3, XPG4.2, and ANSI C compliant 32-bit and 64-bit math shared libraries. SEE ALSO
ar(1), elf(3E), ld(1), nm(1), intro(2), stdio(3S), hier(5), math(5), thread_safety(5), introduction(9). Web access to HP-UX documentation at intro(3C)
All times are GMT -4. The time now is 07:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy