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

Tutorial changes #3

Closed
jeffball55 opened this issue Sep 25, 2017 · 2 comments
Closed

Tutorial changes #3

jeffball55 opened this issue Sep 25, 2017 · 2 comments

Comments

@jeffball55
Copy link

In order to successfully follow along in the tutorial guide (for libxml2), I needed to run export LDFLAGS=-lpthreads before the configure line, otherwise xmllint would fail to run because of a missing pthreads_getspecific symbol (along with others probably).

Additionally, the configure script specifies the disable shared flag should be --disable-shared instead of -disable-shared (two dashes instead of one).

Could you please update the tutorial, so that others can more easily follow along?

@jeffball55
Copy link
Author

Additionally, I needed to install pydot (in addition to pydotplus):

sudo pip3 install pydot

@aflgo
Copy link
Owner

aflgo commented Sep 25, 2017

Done. Thanks for pointing this out.

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