Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"libtoolize not found" - linux dependency #54

Closed
mixmix opened this issue Aug 13, 2016 · 2 comments
Closed

"libtoolize not found" - linux dependency #54

mixmix opened this issue Aug 13, 2016 · 2 comments

Comments

@mixmix
Copy link
Contributor

@mixmix mixmix commented Aug 13, 2016

EDIT BY PFRAZEE

I noticed there's a lot of traffic to this issue, most likely due to people googling the error. Here is the solution on systems with aptitude:

sudo apt-get install libtool m4 automake

have hit this error a few times :

make: Leaving directory '/home/mix/projects/SSBC/beaker/app/node_modules/sqlite3/build'

> sodium-prebuilt@1.0.22 install /home/mix/projects/SSBC/beaker/app/node_modules/sodium-prebuilt
> prebuild --install --preinstall make

./autogen.sh: 13: ./autogen.sh: libtoolize: not found
Makefile:8: recipe for target 'configure' failed
make: *** [configure] Error 127
prebuild ERR! build Error: make  failed with exit code 2
prebuild ERR! build     at Object.exports.spawnFailed (/home/mix/projects/SSBC/beaker/app/node_modules/prebuild/error.js:31:10)
prebuild ERR! build     at ChildProcess.<anonymous> (/home/mix/projects/SSBC/beaker/app/node_modules/prebuild/util.js:113:14)
prebuild ERR! build     at emitTwo (events.js:106:13)
prebuild ERR! build     at ChildProcess.emit (events.js:191:7)
prebuild ERR! build     at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12

have run burnthemall
I think there's a dependency required : libtool in ubuntu

sorry to following is thorough and a bit tedious.


sudo apt-get install libtool
npm run burnthemall

lead to:

libtoolize:   error: One of these is required:
libtoolize:                 gm4 gnum4 m4

ran:

sudo apt-get install m4
npm run burnthemall

Got:

autogen.sh: aclocal: not found

ran:

sudo apt-get install automake
npm run burnthemall

(I thought that was already installed)

works

@pfrazee
Copy link
Member

@pfrazee pfrazee commented Aug 14, 2016

Thanks. I'll update the docs to mention these.

@pfrazee pfrazee closed this as completed Aug 14, 2016
@mixmix
Copy link
Contributor Author

@mixmix mixmix commented Aug 14, 2016

It could just be automake...

On Mon, 15 Aug 2016 07:10 Paul Frazee notifications@github.com wrote:

Closed #54 #54.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#54 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ACitnjgt8YoXV11-deV54i5c6YurMPh2ks5qf2gvgaJpZM4JjqDf
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants