×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
That fixed it. Thank you. I can now zip files. Now to put the Windows
executable binaries on so I can create a self extracting password
protected executable for the lazy and cheap banks we trade with. I
should send them a bill for OUR time. What do you charge? ;-))
Chris Bipes
Director of Information Services
CrossCheck, Inc.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Monday, June 08, 2009 12:03 PM
To: Midrange Systems Technical Discussion
Subject: Re: Self Decrypting Archive using a Pass Phrase
Hi Chris,
The thing that it's asking for (libstdc++.so.6) is roughly the
equivalent of a *SRVPGM in ILE, or a DLL on Windows. It's a compiled
object containing routines that 7z needs to run.
Obviously, I have this libstdc++.so.6 on my system, and you don't have
it on yours... the next question is, what did I install that included
it? hmmm....
My guess is that libstdc++.so.6 is part of the C++ runtime used by GNU
C++ (which is the compiler I used to compile 7z). I currently have GCC
version 4.1.1 installed in PASE. I suspect that's what you're missing.
You can get a copy here:
http://www.computer-refuge.org/classiccmp/aixpdslib/pub/gcc/RISC/5.2/exe
c/
As an Amazon Associate we earn from qualifying purchases.