FYI
Not sure if I did something to my local install, but I started getting this error trying to comile .8-dev
/usr/lib/gcc/i686-pc-linux-gnu/4.6.2/cc1: error while loading shared libraries: libcloog-isl.so.2: cannot open shared object file: No such file or directory
ERROR: cc -c -g -Wall -fPIC -I/usr/lib/lib/erlang/lib/erl_interface-3.7.5/include -I/usr/lib/lib/erlang/erts-5.8.5/include c_src/iconv_drv.c -o c_src/iconv_drv.o failed with error: 1 and output:
/usr/lib/gcc/i686-pc-linux-gnu/4.6.2/cc1: error while loading shared libraries: libcloog-isl.so.2: cannot open shared object file: No such file or directory
I'm on Archlinux so I tried pacman -Syy to update system and pacman -S gcc to no avail.
I had to install cloog and isl ( pacman -S cloog isl) and now this compile fine.
I am also getting this type of message during boot
** Found 8 name clashes in code paths
** /home/jbell/zotonic/modules/mod_oauth/deps/erlang-oauth/ebin/oauth_uri.beam hides /home/jbell/zotonic/deps/erlang-oauth/ebin/oauth_uri.beam
** /home/jbell/zotonic/modules/mod_oauth/deps/erlang-oauth/ebin/oauth_http.beam hides /home/jbell/zotonic/deps/erlang-oauth/ebin/oauth_http.beam
** /home/jbell/zotonic/modules/mod_oauth/deps/erlang-oauth/ebin/oauth_unix.beam hides /home/jbell/zotonic/deps/erlang-oauth/ebin/oauth_unix.beam
** /home/jbell/zotonic/modules/mod_oauth/deps/erlang-oauth/ebin/oauth_plaintext.beam hides /home/jbell/zotonic/deps/erlang-oauth/ebin/oauth_plaintext.beam
Don't know what that means, but my sites seem to working fine.
Jeff