Author |
Message |
laziel
Joined: 02 Jan 2006 Posts: 3
|
Posted: Mon Jan 02, 2006 6:19 am Post subject: The package file must be a compressed folder? |
|
|
Hi,
I'm testing on IPF3 linux evaluation.
when I define package file option, result displays follwing:
Code: |
$ ipf_demo --package-file archive.zip
The package file must be a compressed folder.
|
even archive.zip is valid zip file and is a compressed folder with files, that error message only displayed. what is problem? and how can I solve this? |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Mon Jan 02, 2006 1:25 pm Post subject: |
|
|
Make sure that your zip file has only a folder at its top level, i.e. that if you unzip the archive, the only thing created in the folder where you unzip is the archive folder. Better than this, however, is not to specify an archive at all and just to specify a folder. IPF will internally build its own file hierarchy, and it's likely to be faster overall to let IPF take your directory than a prebuilt zip file. _________________ Community Admin |
|
Back to top |
|
 |
|
|