-
Notifications
You must be signed in to change notification settings - Fork 535
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
[PHP extension] qconf.so: undefined symbol: qconf_init #16
Comments
Greate job Thank you for your advice! But I'm still confused with the error message. Have you specify the location of qconf library with the follow command. |
Sorry my fault, I didn't carefully read the document... I think it's a best practice to set the library installed prefix instead of the include path, and no LDFLAGS set manually. Maybe it's still an alternative configure. :) Thank you very much! |
Yeah, I think your solution is much more elegant. But I found it may not work properly on MacOS with information: Do you know what's the matter? Thanks very much |
Sorry missed your reply... |
See this How to install QConf on OSX ^_^ |
PHP and QConf are all installed on non-default path.
When QConf PHP extension installed, run
php -m
, it reported:I modified the config.m4 file to:
I use
--with-libqconf-dir
to specify the libqconf PREFIX(not the include directory) to solve the problem.Hope to help you improve QConf :)
The text was updated successfully, but these errors were encountered: