Running using sh on Edgy fails

Asked by Yoeri

Hi,

I I followed the exact instructions in the install file.
After running homebank I get:

homebank: 1: Syntax error: "(" unexpected

I am running Ubuntu Edgy Eft...

Thanks
Yoeri

Question information

Language:
English Edit question
Status:
Solved
For:
HomeBank Edit question
Assignee:
No assignee Edit question
Solved by:
Yoeri
Solved:
Last query:
Last reply:
Revision history for this message
Maxime DOYEN (mdoyen) said :
#1

Hi,

I need further information to help you!

At what step exactly have you this message ?
- ./configure ?
- make ?
- make install ?
- when running ? from a console ?

Thx
Max.

Revision history for this message
Yoeri (yoerivdm) said :
#2

Sorry for the lack of information ...

configure, make and make install are running like expected, nothing special to report there.

when running with "sh homebank" from the terminal, I get the error like described above.

tx
Yoeri

Revision history for this message
Maxime DOYEN (mdoyen) said :
#3

Why don't you simply run it with 'homebank', not using sh ?
sh is a command interpreter, so you must use it with -c option to lanch an executable
sh -c homebank

Revision history for this message
Best Yoeri (yoerivdm) said :
#4

I cleaned everuthing and did a rebuild to see what exactly was going wrong. Apparantly I missed a package which I didn't notice the first time. A script for installing the required packages would be nice. Thanks for the help and the nice software... I once wrote something similar in .NET on windows but never finished... I thought about rewriting it in Mono until I discovered Homebank...