dbTalk Databases Forums  

Installing clientsdk.2.81.UC2

comp.databases.informix comp.databases.informix


Discuss Installing clientsdk.2.81.UC2 in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas Ronayne
 
Posts: n/a

Default Installing clientsdk.2.81.UC2 - 10-19-2003 , 10:11 AM






I experienced some difficulty installing clientsdk.2.81.UC2.LINUX.tar on
a Slackware release 9.1 system with the GNU version of the cpio utility
but have (finally) determined both the problem and the fix:

Embedded in the install scripts is

cpio -icdBum ... < $file

These command line options do not work with GNU cpio (or, at least, GNU
cpio version 2.5). Command line options that do work are

cpio -idv ... < $file

Attempting to execute installclientsdk without editing it and the
install_gls, install_msg, and installesql scripts will result in strange
(and inaccurate) error messages about being out of disk space in
/tmp/install.

After doing this I was able to install the upgrade (for GNU gcc 3.2.x)
and ESQL/C programs now compile and execute as they should; i.e., no
"errno" problems, no shared library problems.

Hope this helps somebody.

YMMV


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.