Re: [Numpy-discussion] numpy 1.1.1 fails because of missing md5

2008-09-03 Thread Charles Doutriaux
Thanks for spotting the origin, I'll pass this along to our user maybe they'll be able to figure out how to build python w/o openssl C. Robert Kern wrote: > On Wed, Sep 3, 2008 at 10:39, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > >> Hi Robert, >> >> The first email got intercepted because

Re: [Numpy-discussion] numpy 1.1.1 fails because of missing md5

2008-09-03 Thread Robert Kern
On Wed, Sep 3, 2008 at 10:39, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > Hi Robert, > > The first email got intercepted because the attachment was too big (awaits > moderator), so i compressed the log and I resend this email. > > I'm attaching my Python build log, can you spot anything? It "see

Re: [Numpy-discussion] numpy 1.1.1 fails because of missing md5

2008-09-03 Thread Charles Doutriaux
Hi Robert, The first email got intercepted because the attachment was too big (awaits moderator), so i compressed the log and I resend this email. I'm attaching my Python build log, can you spot anything? It "seems" like md5 is built, i get a very similar log on my machine and i have a worki

Re: [Numpy-discussion] numpy 1.1.1 fails because of missing md5

2008-09-02 Thread Robert Kern
On Tue, Sep 2, 2008 at 16:40, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > Joseph, > > Ok all failed because numpy couldn't build... It's looking for md5 That's part of the standard library. Please check your Python installation. -- Robert Kern "I have come to believe that the whole world is

[Numpy-discussion] numpy 1.1.1 fails because of missing md5

2008-09-02 Thread Charles Doutriaux
Joseph, Ok all failed because numpy couldn't build... It's looking for md5 on my machine i type: whereis md5 md5: /usr/include/md5.h /usr/share/man/man1/md5.1ssl.gz /usr/share/man/man3/md5.3ssl.gz I'm ccing the numpy discussion list on this. The numpy we're trying to build is 1.1.1 I'm attac