Sitedir is not included in $LOAD_PATH

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: Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports & Videos

Hi,

2006/9/5, Vee S. [email protected]:

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

Hi Nobu Nakada,

Thank you so much for the solution.

Regards,
Vee

— Nobuyoshi N. [email protected] wrote:

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: Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports & Videos