The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=444 ====================================================================== Reported By: knud Assigned To: ====================================================================== Project: Redland Language Bindings Issue ID: 444 Category: installation Reproducibility: have not tried Severity: block Priority: normal Status: new Binding Language (java, perl, php, python, ruby, tcl): ruby ====================================================================== Date Submitted: 2011-05-12 16:45 Last Modified: 2011-05-12 16:45 ====================================================================== Summary: Ruby bindings installation is incomplete (redland.bundle missing) Description: It seems that the redland.bundle file is not copied correctly. As a result "rdf/redland" cannot be loaded in ruby code.
Steps to Reproduce: - ruby itself is installed via macports - the language bindings are not, since the port breaks halfway through the installation - I did a manual install of the language bindings (make install --with-ruby). - the installation process showed no errors - in irb, I entered "require 'redland'" - this leads an error: ... from /opt/local/lib/ruby/1.8/rdf/redland.rb:23:in `require' LoadError: no such file to load -- redland ... - things like this are usually a mystery to me, but some poking around lead me to find that in /opt/local/lib/ruby/1.8/i686-darwin10 there is a "redland.so" file, but no "redland.bundle". - I manually copied "redland.bundle" from the "redland-bindings-1.0.13.1/ruby" - now everything seems to work fine ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-05-12 16:45 knud New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
