Dear Saifi, The machine is HPUX 32 bit machine, I tried to install H version it is not installing might be if I try to install U version it might solve the problem correct.
By the way how I can find whether it is HP itanium. If uname -m shows ia64 is it enough Regards, Ganesh _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Saifi Khan Sent: Wednesday, July 16, 2008 4:43 AM To: [email protected] Subject: Re: [twincling] Informix client installation On Mon, 14 Jul 2008, Ganesh P wrote: > Date: Mon, 14 Jul 2008 17:58:25 +0530 > From: Ganesh P <[EMAIL PROTECTED] <mailto:ganeshp%40huawei.com> com> > Reply-To: [EMAIL PROTECTED] <mailto:twincling%40yahoogroups.com> ps.com > To: [EMAIL PROTECTED] <mailto:twincling%40yahoogroups.com> ps.com > Subject: [twincling] Informix client installation > > Hi, > > When I am trying to install the Informix client SDK I am facing below > problem > > (Jul 14, 2008 7:00:46 PM), Install, BrandSDKFiles, err, > CUSTOM_BEAN_ERROR_BEGIN > > ar: lib/netstub.a not in archive format > CUSTOM_BEAN_ERROR_END > > Is it because I am trying to install the Informix client in wrong version > > % onstat - > Informix Dynamic Server Version 7.31.UD6W5 -- On-Line -- Up 02:43:07 -- > 323928 K > > Bytes > > Trying to install > Informix Client SDK 2.90.HC4 HP 11.x 32 bit.tar > Hi Ganesh: For starters, check the requisite version of the Informix CSDK/I-Connect 2.90 at http://www-306. <http://www-306.ibm.com/software/data/informix/tools/csdk/requirements/paris c.html> ibm.com/software/data/informix/tools/csdk/requirements/parisc.html Are you on HP 11.x PA-RISC system ? Perhaps you need to download and install 2.90.HC4R1 Regarding the error line seen: ar: lib/netstub.a not in archive format the 'ar' command on UNIX/Linux is used to create static libraries, which have .a extension. In the case above, the 'ar' command states that the ar(chive) lib/netstub.a is not a valid archive file, indicating that perhaps the archive is corrupt or not properly created. A quick way to test that is to print the list of members of the archive. ar tv lib/netstub.a You need to locate the netstub.a file and then run the above command. Let me know how it goes. thanks Saifi.

