Thank's Arne. I made the changes you suggested to the configure script and everything worked pretty much as it should. David Arne wrote:
" --with-pythondir=/usr/lib64" didn't work for me. I think the problem is that the configure script don't care about "--with-libsuffix=64" when it comes to python. "--with-pythondir" changes the $ac_python_dir variable in the configure script. As you can see in the line below from configure, thats no good:
python_libdirs="$ac_python_dir/lib /usr/lib /usr/local /usr/lib $kde_extra_libs"
changing this line to (should be on a single line): python_libdirs="$ac_python_dir/lib64 /usr/lib64 /usr/local /usr/lib64 $kde_extra_libs"
makes it work for me. There are probably better solutions but anyway this works. Note that there are about 15 of this line in the configure script.
/Arne
On 8.3 2005 05:49, Joe Morris (NTM) wrote:
David wrote:
I have exactly the same problem. When I do the ./configure this is on the Python line. ================================= checking for Python directory... /usr/local checking for Python2.3... header /usr/include/python2.3 library no modules no =================================
You need --with-pythondir=/usr/lib64 -- Joe Morris New Tribes Mission Email Address: Joe_Morris@ntm.org Registered Linux user 231871
-- Check the List-Unsubscribe header to unsubscribe For additional commands, email: suse-amd64-help@suse.com
------------------------------------------------------------------ Gratis svenskpråkig e-post och förmånliga textmeddelanden http://webmail.surfnet.fi ------------------------------------------------------------------