[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

the (null)() function is unimplemented on this machine

me2faster

4/21/2007 1:29:00 AM

This is reported by the following two shared libraries on my machine:

..../ruby-1.8.6/bin/digest.so: the (null)() function is unimplemented
on this machine (NotImplementedError)
..../ruby-1.8.6/bin/socket.so: the (null)() function is unimplemented
on this machine (NotImplementedError)

Where in the sources do I check if this can be enabled/fixed on my
machine?



me2faster at excite dot com

2 Answers

Chris Duncan

4/21/2007 11:23:00 AM

0


On Apr 21, 2:30 am, me2fas...@excite.com wrote:
> This is reported by the following two shared libraries on my machine:
>
> .../ruby-1.8.6/bin/digest.so: the (null)() function is unimplemented
> on this machine (NotImplementedError)
> .../ruby-1.8.6/bin/socket.so: the (null)() function is unimplemented
> on this machine (NotImplementedError)
>
> Where in the sources do I check if this can be enabled/fixed on my
> machine?
>
> me2faster at excite dot com

May I ask what you are trying to do prior to receiving these messages?

Regards,

Chris
http://rotsog.wor...


me2faster

4/22/2007 7:38:00 AM

0

On Apr 21, 4:22 am, celldee <cell...@gmail.com> wrote:
> On Apr 21, 2:30 am, me2fas...@excite.com wrote:
>
> > This is reported by the following two shared libraries on my machine:
>
> > .../ruby-1.8.6/bin/digest.so: the (null)() function is unimplemented
> > on this machine (NotImplementedError)
> > .../ruby-1.8.6/bin/socket.so: the (null)() function is unimplemented
> > on this machine (NotImplementedError)
>
> > Where in the sources do I check if this can be enabled/fixed on my
> > machine?
>
> >me2faster at excite dot com
>
> May I ask what you are trying to do prior to receiving these messages?
>
> Regards,
>
> Chris
> http://rotsog.wor...

I'm trying to verify my build of Ruby by running the tests under both
the "test" and "ext" subdirectories. Some of these tests had
dependencies on the presence of the above shared libraries, so I built
those first. But later I ran into the above diagnostics, so I wasn't
sure how to proceed.

me2faster at excite dot com