Skip to content

Commit

Permalink
Update note in faq about Fam/gamin
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand authored and thelema committed Feb 9, 2010
1 parent 8c56b8e commit a8fb609
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ Batteries Included serves the following purposes:

ERROR: omake: Symbol `FamErrlist' has different size in shared object, consider re-linking

If you get this error when you try to run "omake all" on a Ubuntu based OS, try to run the following command:

sudo apt-get install libfam0
This error is caused when using Gamin rather than Fam; omake is
probably linked against libfam. libgamin is compatible and works; the
error does not cause a problem and can be ignored? Switching from
Gamin to Fam can break things in some situations (e.g. AFS home
directories).

If you really want to get rid of the warning, on an Ubuntu based OS,
run the following command:

sudo apt-get install libfam0

0 comments on commit a8fb609

Please sign in to comment.