Skip to content

Commit

Permalink
Added a 'post install' task for memcached to call ldconfig to update …
Browse files Browse the repository at this point in the history
…the paths to libmemached.so2. This enables the 'memcached' gem to install cleanly - A feat in itself.
  • Loading branch information
benschwarz committed Jan 1, 2009
1 parent f868543 commit 96c9285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/stack/memcached.rb
Expand Up @@ -3,6 +3,7 @@
apt %w( memcached )

post :install, "/etc/init.d/memcached start"
post :install, "sudo ldconfig"

verify do
has_executable 'memcached'
Expand Down

0 comments on commit 96c9285

Please sign in to comment.