Tesseract: ./autogen.sh: aclocal: not found

Created on 22 Apr 2017  Â·  6Comments  Â·  Source: tesseract-ocr/tesseract

cd /var/bin && wget https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sh

error

# ./autogen.sh
Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not found

  Something went wrong, bailing out!

Most helpful comment

yum install automake libtool -y

All 6 comments

Try with the latest source from 3.05 branch.

Also check that you have all dependencies listed on compiling page.

  • excuse the brevity, sent from mobile

On 22-Apr-2017 7:27 PM, "clarkk" notifications@github.com wrote:

cd /var/bin && wget
https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O
tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sh

error

./autogen.sh

Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not found

Something went wrong, bailing out!

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tesseract-ocr/tesseract/issues/833, or mute the thread
https://github.com/notifications/unsubscribe-auth/AE2_o6p1SdlMv_9GgVLzOXACzBnGDgC3ks5rygdRgaJpZM4NFGDX
.

https://github.com/tesseract-ocr/tesseract/wiki/Compiling

  • excuse the brevity, sent from mobile

On 22-Apr-2017 7:42 PM, "ShreeDevi Kumar" shreeshrii@gmail.com wrote:

Try with the latest source from 3.05 branch.

Also check that you have all dependencies listed on compiling page.

  • excuse the brevity, sent from mobile

On 22-Apr-2017 7:27 PM, "clarkk" notifications@github.com wrote:

cd /var/bin && wget https://github.com/tesseract-ocr/tesseract/archive/3.05.00.tar.gz -O tesseract-3.05.00.tar.gz && tar -xvf tesseract-3.05.00.tar.gz
cd tesseract-3.05.00 && ./autogen.sh

error

./autogen.sh

Running aclocal
./autogen.sh: 69: ./autogen.sh: aclocal: not found

Something went wrong, bailing out!

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tesseract-ocr/tesseract/issues/833, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AE2_o6p1SdlMv_9GgVLzOXACzBnGDgC3ks5rygdRgaJpZM4NFGDX
.

check that you have all dependencies listed on compiling page.
https://github.com/tesseract-ocr/tesseract/wiki/Compiling

Yes. The message means you didn't install automake.

@zdenop, please push the button ... :)

yum install automake libtool -y

Thanks for above tips, in clean ubuntu had to install both automake and libtool , to get autogen.sh to complete.

sudo apt-get install automake libtool

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anavc94 picture anavc94  Â·  6Comments

mm-manu picture mm-manu  Â·  4Comments

lqhart picture lqhart  Â·  4Comments

garry-ut99 picture garry-ut99  Â·  5Comments

eliyaz-kl picture eliyaz-kl  Â·  4Comments