>>>>> "G" == Giuseppe Bilotta <bilotta78 / hotpop.com> writes: G> Got it, but still tought luck with the Ruby part ... it says it can't G> find the lib, even when I specify the path. What is the error message ? If this is something like this : pigeon% ruby -r./bdb -e 1 0: libdb-4.1.so: cannot open shared object file: No such file or directory - ./bdb.so (LoadError) pigeon% this means that ruby can't find the Berkeley DB library (libdb-4.1 in this case) Guy Decoux