On Mon, 14 Jul 2008, Ganesh P wrote: > Date: Mon, 14 Jul 2008 17:58:25 +0530 > From: Ganesh P <[EMAIL PROTECTED]> > Reply-To: [email protected] > To: [email protected] > 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.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.

