-
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
undefined symbol: PyExc_SystemError #81
Comments
Found the problem: in ecbdcf1
I guess the config var depends on the platform. |
locally i've reverted the config code back to pre-ecbdcf17884551b823fcef12cd5bd91103bde1fc (nov 7, 2019)
|
trying to compile mod-python on ubuntu 20.10 against python 2.7 . apachectl configtest tried all of the patches on makefile.in still no luck. update: this modification on configure script worked ana apache2 started. |
any update from this error? I am still seeing on Docker in Ubuntu 16.04:
|
OS: Debian Buster
mod_python: master HEAD (7af8011)
Running
make test
yields following errors:apache2: Syntax error on line 57 of /usr/src/mod_python/test/conf/test.conf: Cannot load /usr/src/mod_python/src/mod_python.so into server: /usr/src/mod_python/src/mod_python.so: undefined symbol: PyExc_SystemError
Seems like libpython is not linked properly:
Any hints on how to solve this?
Thanks in advance
Igor
The text was updated successfully, but these errors were encountered: