[Rails] Upgrading from 8.0 to 9.x

Josef Pospíšil pepe at gravastar.cz
Thu Dec 23 11:46:25 GMT 2004


Hello, I think you don't have compiled ruby with readline support. So 
you will need do it yourself or use darwinports.org version of ruby 
which has it compiled in.

I'm just assuming you are using Mac OS X by the name of your computer 
:-).

--
Ing. Josef Pospisil
On 23.12.2004, at 12:12, Colomain wrote:

> Hi,
>
> I follow the intructions described in Heiraki and I've problems. When
> I run WEBrick server with "script/server" I have this error when point
> to a controller:
>
> PowerBook:~/Sites/obras JM$ script/server
> => Rails application started on http://127.0.0.1:3000
> [2004-12-22 23:04:26] INFO  WEBrick 1.3.1
> [2004-12-22 23:04:26] INFO  ruby 1.8.1 (2004-03-15) [powerpc-darwin]
> [2004-12-22 23:04:26] INFO  WEBrick::HTTPServer#start: pid=540 
> port=3000
> 127.0.0.1 - - [22/Dec/2004:23:04:53 CET] "GET / HTTP/1.1" 301 42
> - -> /
> 127.0.0.1 - - [22/Dec/2004:23:04:54 CET] "GET /_doc/ HTTP/1.1" 304 0
> - -> /_doc/
> dyld: ruby can't open library: /supp/lib/libreadline.4.3.dylib  (No
> such file or directory, errno = 2)
> Trace/BPT trap
> PowerBook:~/Sites/obras JM$
>
> I've tried to reinstall Ruby and gems with no results. Anyone has the
> same problem?
>
> I also tried to migrate my application with ruby script described en
> chapter 4 with same results...
>
> -Colomain.
>
>
>
> On Wed, 22 Dec 2004 22:58:31 -0600, Patrick Spence
> <patrick.spence at gmail.com> wrote:
>> The process is pretty straightforward. An exellent walktrhough is
>> available on Heiraki at http://rails.hieraki.org/read/book/3,
>> especially the final portion
>> (http://rails.hieraki.org/read/chapter/29) which discusses automating
>> this process.
>>
>>
>> On Wed, 22 Dec 2004 21:39:22 -0700, Jeff Moss <jeff at opendbms.com> 
>> wrote:
>>> What is the process of upgrading from 8.0 to 9.x like? I installed 
>>> the
>>> gems version of rails a few months, could someone who's done it say 
>>> if
>>> they have had any issues? Do you have to regenerate any files?
>>>
>>> -Jeff
>>> _______________________________________________
>>> Rails mailing list
>>> Rails at lists.rubyonrails.org
>>> http://lists.rubyonrails.org/mailman/listinfo/rails
>>>
>> _______________________________________________
>> Rails mailing list
>> Rails at lists.rubyonrails.org
>> http://lists.rubyonrails.org/mailman/listinfo/rails
>>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>



More information about the Rails mailing list