-
Notifications
You must be signed in to change notification settings - Fork 85
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
Python is not linked with mod_python.so #85
Comments
after running configure, |
Related to #81, dunno why it's closed though. |
locally i've reverted the ./configure code back to pre-ecbdcf17884551b823fcef12cd5bd91103bde1fc (nov 7, 2019)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I tried to compile with python3,
and did ldd on mod_python.so found that python is not linked to mod_python.so
Steps to reproduce
Output:
As we can see there is python is not linked to mod_python.so
The text was updated successfully, but these errors were encountered: