For a start it seems that they have renamed the 'config' directory in Python 3.2 to 'config-3.2m'. I have no idea what the 'm' is meant to be for.
I haven't noticed as I develop on a Mac which doesn't rely on that directory as uses Mac OS X frameworks instead. I don't understand why it wouldn't work if you did: ln -s config-3.2m config unless there is also a 'config' directory and it put the link inside of that directory. Can you send me output of running: cd /usr/local/python3/lib/python3.2 ls -las libpython3.2* config* Graham On 10 November 2011 11:09, Randy Melder <[email protected]> wrote: > 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. > > -- 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.
