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

Install Libtool in build script #41

Merged
merged 1 commit into from
Jul 23, 2018
Merged

Install Libtool in build script #41

merged 1 commit into from
Jul 23, 2018

Conversation

acravenho
Copy link
Contributor

Fixes #40

With the merge of the read contract functionality libtoolize was needed for one of the dependencies. After testing the fix, I was able to successfully complete the deployment.

Here is the temporary build with this fix: http://sokab-explorer-sokol-elb-1771258833.us-east-1.elb.amazonaws.com/en

Fixes #40

With the merge of the read contract functionality `libtoolize` was needed  for one of the dependencies. After testing the fix, I was able to successfully complete the deployment.

Here is the temporary build with this fix: http://sokab-explorer-sokol-elb-1771258833.us-east-1.elb.amazonaws.com/en
@@ -59,6 +59,10 @@ if ! which git >/dev/null; then
log "Installing git.."
yum install -y --enablerepo=epel git >"$LOG"
fi
if ! which libtool >/dev/null; then
log "Installing libtool.."
yum install -y libtool >"$LOG"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check if we should be getting libtool from the epel repo using --enablerepo=epel? If it is available in epel, we should use the epel version.

@acravenho acravenho merged commit 2fd4a01 into master Jul 23, 2018
@acravenho acravenho deleted the 40-libtoolize branch September 25, 2018 01:02
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

Successfully merging this pull request may close these issues.

Can't exec "libtoolize": No such file or directory at
2 participants