PDFtk for HP-UX 11.31 Itanium 64


 
Thread Tools Search this Thread
Operating Systems HP-UX PDFtk for HP-UX 11.31 Itanium 64
Prev   Next
# 1  
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!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. HP-UX

Shc command for hp UNIX 11.23 itanium

(2 Replies)
Discussion started by: sagar_1986
2 Replies

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

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

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

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

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

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

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

10. 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
Login or Register to Ask a Question
U_STACK_TRACE(3X)														 U_STACK_TRACE(3X)

NAME
U_STACK_TRACE(), _UNW_STACK_TRACE() - produce a trace back of the procedure call stack using the unwind library SYNOPSIS
DESCRIPTION
prints a formatted stack trace to standard error. produces a formatted stack trace on the output stream indicated by parameter out_file. The stream must be a writable stream for output to be produced. APPLICATION USAGE
and are thread-safe. They are not async-cancel-safe because they make use of which is not async-cancel-safe. A cancellation point may occur when a thread is executing RETURN VALUE
None ERRORS
can fail to give the entire stack back trace under the following conditions: o Low memory conditions. The unwind library is not able to allocate enough memory to perform the tasks of tracking back over the stack or of looking up symbols names associated with instruction pointer addresses encountered. o Executables and shared libraries that fail to conform to the Runtime Architecture for Itanium-based systems. For example, they may have invalid, incomplete, or missing unwind tables; or invalid or incorrect unwind information blocks. EXAMPLES
Given the following C program: Compiling and executing the program produces output similar to this: AUTHOR
was developed by HP. SEE ALSO
_UNW_createContextForSelf(3X), _UNW_currentContext(3X), _UNW_getGR(3X), unwind(5). Itanium(R)-based System Only U_STACK_TRACE(3X)