Originally posted by: pneun68
Hi all,
i am in the process of creating installation packages of an ISV Product (Business Objects) on AIX 5.2.
Clearly it was not my idea to include blanks with the filenames i have to package, but as a blank is not forbidden, the guys at BO used them.
I tried it with the mkinstallp Command from the bos.adt.insttools package, versions 5.2.0.75 and 5.3.50.
A test with a reduced set of files (/app/bo65/bo_user/af httpd.conf) gives me the following error:
...
processing BO.bo_user.rte 6.5.1.0 fileset
sum: 0653-690 Cannot open ./app/bo65/bo_user/af.
sum: 0653-690 Cannot open httpd.conf.
...
On investigation in the makebff.pl i see a line:
$sum=`/usr/bin/sum $_`;
Obviously the addition of ".."-quotes in the right spot would have helped, so i created a private copy of makebff.pl and was able to create a regular bff-file.
Next step: install the bff-package
this gave me:
...
installp: APPLYING software for:
BO.bo_user.rte 6.5.1.0
sysck: 3001-018 An error was encountered reading the input file.
sysck: 3001-019 The last valid stanza read was /app/bo65/bo_user/afxhttpd.conf.
sysck: 3001-017 Errors were detected validating the files
for package BO.bo_user.rte.
...
Bummer: installp is a RS6K-binary so no possibility for further investigation.
Can anyone give me a pointer to more information and/or help EXCEPT:
1. fumbling with the filenames during install
2. trying to talk to the ISV to change filenames
as these would miss the targets we tried to achieve with the packaging.
Thank you in advance
Andreas
Please avoid sending Word, Excel or PowerPoint attachments.
See
http://www.fsf.org/philosophy/no-word-attachments.html for details