How to install latest stable release of CoverGloobus form source file ?

Asked by userzerox

I've downloaded covergloobus-1.6.tar.gz file. I read INSTALL file.
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://paste.ubuntu.com/1427721/

Question information

Language:
English Edit question
Status:
Answered
For:
CoverGloobus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
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://answers.launchpad.net/covergloobus/+question/216600
>
> I've downloaded covergloobus-1.6.tar.gz file. I read INSTALL file.
> 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://paste.ubuntu.com/1427721/
>
> --
> 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.

To post a message you must log in.