Woes Installing on OSX...

View: New views
3 Messages — Rating Filter:   Alert me  

Woes Installing on OSX...

by Steven Woolgar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've been trying for quite some time to install DC.  No success so far.
Apparently the instructions for DC and getting it running on a stock
MacOS X 10.4.4 are very involved.

I've done everything that is in the install document, changed things
as mentioned in all the email I've been reading.

Now when I do the rake migrate step, I get told that:

rake aborted!
dlopen(libsqlite3.dylib, 9): image not found

I've no idea which component thinks it can't find the  
libsqlite3.dylib image.
It is in /usr/lib, which is in the default DYLD_LIBRARY_PATH and so it
should be found.

Any ideas would be welcome.  At this point I've almost run out of  
time to
try and get DC running.

Thanks for any help,



Woolie


Re: Woes Installing on OSX...

by Aslak Hellesoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what's your output of the following commands?

ruby --version
sqlite3 -version
gem --version
gem list --local

aslak

On 1/13/06, Steven Woolgar <swoolgar@...> wrote:

> I've been trying for quite some time to install DC.  No success so far.
> Apparently the instructions for DC and getting it running on a stock
> MacOS X 10.4.4 are very involved.
>
> I've done everything that is in the install document, changed things
> as mentioned in all the email I've been reading.
>
> Now when I do the rake migrate step, I get told that:
>
> rake aborted!
> dlopen(libsqlite3.dylib, 9): image not found
>
> I've no idea which component thinks it can't find the
> libsqlite3.dylib image.
> It is in /usr/lib, which is in the default DYLD_LIBRARY_PATH and so it
> should be found.
>
> Any ideas would be welcome.  At this point I've almost run out of
> time to
> try and get DC running.
>
> Thanks for any help,
>
>
>
> Woolie
>
>

Re: Woes Installing on OSX...

by Steven Woolgar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jan 13, 2006, at 2:09 PM, aslak hellesoy wrote:

> what's your output of the following commands?
>
> ruby --version

ruby 1.8.3 (2005-09-21) [powerpc-darwin8.4.0]

> sqlite3 -version

3.1.3

> gem --version

0.8.11

> gem list --local


actionmailer (1.1.5)
     Service layer for easy email delivery and testing.

actionpack (1.11.2)
     Web-flow and rendering framework putting the VC in MVC.

actionwebservice (1.0.0)
     Web service support for Action Pack.

activerecord (1.13.2)
     Implements the ActiveRecord pattern for ORM.

activesupport (1.2.5)
     Support and utility classes used by the Rails framework.

ambient (0.1.0)
     Control an Ambient Orb or Beacon from a Ruby app.

cmdparse (2.0.0)
     Advanced command line parser supporting commands

fcgi (0.8.6.1)
     FastCGI ruby binding.

ferret (0.3.2)
     Ruby indexing library.

file-tail (0.1.3)
     File::Tail for Ruby

gmailer (0.1.0)
     An class interface of the Google's webmail service

jabber4r (0.8.0)
     Jabber4r is a pure-Ruby Jabber client library

log4r (1.0.5)
     Log4r is a comprehensive and flexible logging library for Ruby.

meta_project (0.4.13)
     Ruby library for interacting with project hosting servers, scms and
     issue trackers.

mime-types (1.13.1)
     Manages a MIME Content-Type that will return the Content-Type for a
     given filename.

needle (1.3.0)
     Needle is a Dependency Injection/Inversion of Control container for
     Ruby. It supports both type-2 (setter) and type-3 (constructor)
     injection. It takes advantage of the dynamic nature of Ruby to
     provide a rich and flexible approach to injecting dependencies.

net-sftp (1.1.0)
     Net::SFTP is a pure-Ruby implementation of the SFTP client  
protocol.

net-ssh (1.0.5)
     Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.

rails (1.0.0)
     Web-application framework with template engine, control-flow layer,
     and ORM.

rake (0.6.2)
     Ruby based make-like utility.

RedCloth (3.0.4)
     RedCloth is a module for using Textile and Markdown in Ruby.  
Textile
     and Markdown are text formats.  A very simple text format. Another
     stab at making readable text that can be converted to HTML.

rscm (0.4.0.1740)
     RSCM - Ruby Source Control Management

rubinium (0.1.1)
     Code generator for Selenium with test validation

ruby-growl (1.0.1)
     Pure-Ruby Growl Notifier

rubygems-update (0.8.11)
     RubyGems Update GEM

rubyzip (0.5.12)
     rubyzip is a ruby module for reading and writing zip files

sources (0.0.1)
     This package provides download sources for remote gem installation

sqlite3-ruby (1.1.0, 1.0.1)
     SQLite3/Ruby is a module to allow Ruby scripts to interface with a
     SQLite3 database.

switchtower (0.10.0)
     SwitchTower is a framework and utility for executing commands in
     parallel     on multiple remote machines, via SSH. The primary goal
     is to simplify and     automate the deployment of web applications.

x10-cm17a (1.0.1)
     Ruby based X10 CM17A Firecracker Controller




Woolie