Re: [modwsgi] mod_wsgi and Apache 2.4 on Centos 6.8 - undefined symbol: ap_accept_lock_mech

2017-11-09 Thread Graham Dumpleton
The --enable-shared option only relates to Python installation, not Apache. The option would have been ignored by Apache configure script, if it didn't actually error due to the unknown option. Graham > On 9 Nov 2017, at 10:38 pm, O haya wrote: > > Oops - I have one more

Re: [modwsgi] mod_wsgi and Apache 2.4 on Centos 6.8 - undefined symbol: ap_accept_lock_mech

2017-11-09 Thread O haya
Cool! Worked! On Wednesday, November 8, 2017 at 7:04:46 PM UTC-5, Graham Dumpleton wrote: > > Running 'python setup.py install' with APXS environment variable set > should also work. > > On 9 Nov 2017, at 11:03 am, O haya wrote: > > YES!! That did it and I was able to start

Re: [modwsgi] mod_wsgi and Apache 2.4 on Centos 6.8 - undefined symbol: ap_accept_lock_mech

2017-11-09 Thread O haya
Oops - I have one more question: I think that in the attempt just made, I had re-built the Apache and used the "--enable-shared" on the Apache configure. Is that (using --enable-shared) necessary when building the Apache, in order for the mod_wsgi to work with the Apache? I have to try