I'm attempting to install using the following configuration:

./configure --with-python=/usr/local/python3/bin/python3

and I get this running "make"
....
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o
mod_wsgi.la  -rpath /usr/lib64/httpd/modules -module -avoid-version
mod_wsgi.lo -L/usr/local/python3/lib -L/usr/local/python3/lib/
python3.2/config -lpython3.2 -lpthread -ldl -lutil -lm
/usr/bin/ld: cannot find -lpython3.2
collect2: ld returned 1 exit status
apxs:Error: Command failed with rc=65536
.
make: *** [mod_wsgi.la] Error 1


I attempted to symlink the "/usr/local/python3/lib/python3.2/config"
dir to the existing "config-3.2m", then "make clean" and make. That
didn't work either.

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to