<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Uninitialized_constant_PStore</id>
	<title>Uninitialized constant PStore - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Uninitialized_constant_PStore"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Uninitialized_constant_PStore&amp;action=history"/>
	<updated>2026-05-25T07:43:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Uninitialized_constant_PStore&amp;diff=1430&amp;oldid=prev</id>
		<title>Brianegge at 17:47, 5 June 2006</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Uninitialized_constant_PStore&amp;diff=1430&amp;oldid=prev"/>
		<updated>2006-06-05T17:47:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I started getting this error this afternoon.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ruby script/generate controller Search&lt;br /&gt;
/u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing&amp;#039;: uninitialized constant PStore (NameError)&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:131:in `const_missing&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:133:in `const_missing&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/cgi_process.rb:38&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller.rb:52&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:182:in `activate&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:181:in `activate&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:167:in `activate&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:166:in `activate&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:37:in `require_gem_with_options&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems.rb:31:in `require_gem&amp;#039;&lt;br /&gt;
        from ./script/../config/boot.rb:28&lt;br /&gt;
        from script/generate:2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, PStore is a module, so I should be able to require it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ irb &lt;br /&gt;
irb(main):001:0&amp;gt; require &amp;quot;pstore&amp;quot;&lt;br /&gt;
LoadError: ld.so.1: ruby: fatal: libcrypto.so.0.9.7: open failed: No such file or directory - /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/1.8/i386-solaris2.10/digest/md5.so&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/1.8/i386-solaris2.10/digest/md5.so&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&amp;#039;&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/1.8/pstore.rb:11&lt;br /&gt;
        from /u/eggebr/pkgs/sunos-5.10-i86pc/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&amp;#039;&lt;br /&gt;
        from (irb):1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Oh, OK.  I just need to fixup my LD_LIBRARY_PATH&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ export LD_LIBRARY_PATH=/usr/local/pkgs/openssl-0.9.7i/lib:/usr/local/sybase/lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not sure how I can build a static version of Ruby which won&amp;#039;t require me to set the path.&lt;/div&gt;</summary>
		<author><name>Brianegge</name></author>
	</entry>
</feed>