Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Lori Olson
RE: Uninstall? [ reply ]  
2006-03-29 04:37
Never mind. I'll answer my own question. Read the file "InstalledFiles" that is created with "make install", and delete all the files listed in it.

By: Lori Olson
Uninstall? [ reply ]  
2006-03-29 04:26
I'm working on a Mac, and I have OCI8 installed. I don't need it any more, because for development, we are using MySQL. I didn't really care until today, when I upgraded to Rails 1.1, and now, I get an error when I run "rake test_units":

/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/connection_adapters/oracle_adapter.rb:53:in `attributes_with_quotes_pre_oracle'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/connection_adapters/oracle_adapter.rb:53:in `attributes_with_quotes'

I don't really understand the error, since I am not using Oracle any more. I'm hoping that uninstalling Ruby/OCI8 will help.

So... how exactly does one uninstall it?