> It seems that the make process cannot find some of the shared
> libraries. Is there some way to change the install process ( make,
> config files or whatever) to pick up support for these missing
> modules??

Yes. It probably has no problem finding the libraries, but, more
likely, problems finding the header files, and that is most likely
because you don't have them on your disk.

Install the -dev packages that are prerequisites for the individual
modules, and it should work out fine.

Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to