From 9c02e6caa96b8a671e2b48cf65746ac531ae4882 Mon Sep 17 00:00:00 2001 From: Oren Yagev Date: Sun, 12 Feb 2012 14:06:05 +0200 Subject: [PATCH] Fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e41173..b8dfb34 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,11 @@ At this stage I've been getting an error message like this: Thanks to [a post by Max Gribov](http://mgribov.blogspot.com/2010/05/gearman-pecl-package-on-ubuntu-lucid.html) there is a solution. Open /usr/lib/libgearman.la as root, and find a line that says: + dependency_libs=' -L/usr/lib /usr/lib/libuuid.la' Replace it with: + dependency_libs=' -L/usr/lib /usr/lib-luuid' ## License and Credits