Re: 2.5 from source install problem with extensions

2007-04-19 Thread Florian Demmer
On Apr 18, 7:39 pm, Anton Hartl <[EMAIL PROTECTED]> wrote: > Hi, > > On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote: > > > On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote: > >> Hi! > > >> I am doing a from source installation of Python 2.5 on some old Debian > >> machine. As

Re: 2.5 from source install problem with extensions

2007-04-18 Thread Anton Hartl
Hi, On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote: > On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote: >> Hi! >> >> I am doing a from source installation of Python 2.5 on some old Debian >> machine. As the target directoy I want /opt/somename so i added it to >> the configu

Re: 2.5 from source install problem with extensions

2007-04-18 Thread Florian Demmer
On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote: > Hi! > > I am doing a from source installation of Python 2.5 on some old Debian > machine. As the target directoy I want /opt/somename so i added it to > the configure like so: > > ./configure --prefix=/opt/somedir > > The following m

2.5 from source install problem with extensions

2007-04-18 Thread Florian Demmer
Hi! I am doing a from source installation of Python 2.5 on some old Debian machine. As the target directoy I want /opt/somename so i added it to the configure like so: ./configure --prefix=/opt/somedir The following make works fine as far as I can see. Then the make install also actually works a