mibew icon indicating copy to clipboard operation
mibew copied to clipboard

Cannot read file /webim/install/package

Open greatwitenorth opened this issue 12 years ago • 5 comments

When triying to install I get an error saying: Cannot read file /webim/install/package

There is no folder in the install directory called 'package'. I'm not sure what it's looking for. I've created the database and put the details in the config file.

greatwitenorth avatar Jul 18 '12 17:07 greatwitenorth

You need to download the version from sourceforge, I tried downloading the master version from github and it didn't have that file.

antonyanimator avatar Mar 04 '13 14:03 antonyanimator

Actually I just created an empty package folder in the install folder and everything worked just fine.

ddelrio1986 avatar Mar 04 '13 15:03 ddelrio1986

The "package" file is a list of all the files in the project and their (optional) hashes. Get the project from sourceforge and you're done.

I would like to know how to generate this myself, though. Installers are not very practical for someone who is playing around with the code. I assume there is a command to do this somewhere in the code base, but I couldn't find it.

fabiosantoscode avatar Apr 11 '13 08:04 fabiosantoscode

Try to look at src/messenger/compute_resources.pl script. One of its aims is creating "package" file.

JustBlackBird avatar Apr 11 '13 09:04 JustBlackBird

thank you, that explains everything.

fabiosantoscode avatar Apr 11 '13 10:04 fabiosantoscode