How to install latest stable release of CoverGloobus form source file ?
I've downloaded covergloobus-
When i run the command ./configure i get the following error:
''configure: error: cannot run /bin/bash ./config.sub"
How do i successfully install it ?
Here's the detailed output link of ./configure command.
http://
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2012-12-12
- Last reply:
- 2012-12-12
| Alexandr Grigorcea (cahr-gr) said : | #1 |
1.6 is really old
you can try bzr version (it is little bit less old)
something like:
$ sudo apt-get install build-essential checkinstall bzr automake autoconf
intltool
$ bzr branch lp:covergloobus
$ cd covergloobus
$ ./autogen.sh
$ make
$ sudo make install
$ covergloobus
On Wed, Dec 12, 2012 at 4:11 PM, userzerox <
<email address hidden>> wrote:
> New question #216600 on CoverGloobus:
> https:/
>
> I've downloaded covergloobus-
> When i run the command ./configure i get the following error:
> ''configure: error: cannot run /bin/bash ./config.sub"
>
> How do i successfully install it ?
>
> Here's the detailed output link of ./configure command.
> http://
>
> --
> You received this question notification because you are an answer
> contact for CoverGloobus.
>
Can you help with this problem?
Provide an answer of your own, or ask userzerox for more information if necessary.

