installing python 3.0rc1 on Linux

"Martin v. Löwis" martin at v.loewis.de
Tue Oct 14 01:29:20 EDT 2008


> 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



More information about the Python-list mailing list