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

./configure generates the error "ptlib-config" missing #2

Closed
KG7QIN opened this issue Sep 14, 2016 · 1 comment
Closed

./configure generates the error "ptlib-config" missing #2

KG7QIN opened this issue Sep 14, 2016 · 1 comment

Comments

@KG7QIN
Copy link
Owner

KG7QIN commented Sep 14, 2016

Running ./configure generates the error:

....
checking openr2.h usability... yes
checking openr2.h presence... yes
checking for openr2.h... yes
checking /home/olivas/pwlib/include/ptlib.h usability... no
checking /home/olivas/pwlib/include/ptlib.h presence... no
checking for /home/olivas/pwlib/include/ptlib.h... no
checking /usr/local/include/ptlib.h usability... no
checking /usr/local/include/ptlib.h presence... no
checking for /usr/local/include/ptlib.h... no
checking /usr/include/ptlib.h usability... yes
checking /usr/include/ptlib.h presence... yes
checking for /usr/include/ptlib.h... yes
checking for ptlib-config... no
./configure: line 25817: --ldflags: command not found
Cannot find ptlib-config - please install and try again

@KG7QIN
Copy link
Owner Author

KG7QIN commented Sep 14, 2016

To fix, use this:

export PTLIB_CONFIG=/usr/share/ptlib/make/ptlib-config

(or the equivalent)

./configure will work just fine.

@KG7QIN KG7QIN closed this as completed Sep 14, 2016
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

1 participant