[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

sitedir is not included in $LOAD_PATH

Vee Satayamas

9/5/2006 9:47:00 AM

sitedir is not included in $LOAD_PATH (Ruby 1.8.5 on
NetBSD 3.0.1) I didn't use pkgsrc for installing Ruby
interpreter.

============= RUBY 1.8.5 ================
irb(main):001:0> $LOAD_PATH
=> ["/1.8", "/1.8/i386-netbsdelf3.0.1", "",
"/home/vee/lib/ruby/1.8",
"/home/vee/lib/ruby/1.8/i386-netbsdelf3.0.1", "."]

============= RUBY 1.8.4 ================
irb(main):001:0> $LOAD_PATH
=> ["/home/vee/lib/ruby/site_ruby/1.8",
"/home/vee/lib/ruby/site_ruby/1.8/i386-netbsdelf3.0.1",
"/home/vee/lib/ruby/site_ruby",
"/home/vee/lib/ruby/1.8",
"/home/vee/lib/ruby/1.8/i386-netbsdelf3.0.1", "."]




How can I solve this problem?

Regards,
Vee

-----------------------------------------------------------------

Word and Powerpoint files may not be opened perfectly
by the softwares in my computer.

My homepage: http://www.geocities.c...

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail...

2 Answers

Nobuyoshi Nakada

9/5/2006 11:03:00 AM

0

Hi,

2006/9/5, Vee Satayamas <veetai@yahoo.com>:
> sitedir is not included in $LOAD_PATH (Ruby 1.8.5 on
> NetBSD 3.0.1) I didn't use pkgsrc for installing Ruby
> interpreter.

It has been reported by Gotoken at [ruby-dev:29358], and looks
like an issue of autoconf 2.60.

> How can I solve this problem?

CONFIG_SHELL=/bin/sh ./configure

--
Nobu Nakada

Vee Satayamas

9/6/2006 4:34:00 AM

0

Hi Nobu Nakada,

Thank you so much for the solution.

Regards,
Vee

--- Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:

> Hi,
>
> 2006/9/5, Vee Satayamas <veetai@yahoo.com>:
> > sitedir is not included in $LOAD_PATH (Ruby 1.8.5
> on
> > NetBSD 3.0.1) I didn't use pkgsrc for installing
> Ruby
> > interpreter.
>
> It has been reported by Gotoken at [ruby-dev:29358],
> and looks
> like an issue of autoconf 2.60.
>
> > How can I solve this problem?
>
> CONFIG_SHELL=/bin/sh ./configure
>
> --
> Nobu Nakada
>
>


-----------------------------------------------------------------

Word and Powerpoint files may not be opened perfectly
by the softwares in my computer.

My homepage: http://www.geocities.c...

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail...