From: Joel VanderWerf Date: 2007-04-06T04:50:16+09:00 Subject: Re: Install problems under QNX Martin Gagnon wrote: > Joel VanderWerf wrote: >> 2. all of ext/ had to be built statically, because dynamic loading >> didn't work. (This was a problem for the "official" builds of both >> python and ruby from the QNX repos, as well.) Have you checked this? For >> example: >> >> $ ruby -r socket -e 1 > > This produces: > ruby: no such file to load -- socket (LoadError) There might be some information in the make log in etc/socket. Or it is possible that the make succeeded, and there is a socket.so file, but it isn't being loaded properly. In this case, try changing ext/Setup so that the "socket" line is not commented out, and will be statically linked into ruby. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407