The current makefile *always* puts the .so in /usr/lib/purple-2, which is
wrong for 64-bit systems, so here's the workaround:
{{{
mv /usr/lib/purple-2/* /usr/lib64/purple-2/
}}}
I assume there is some makefile magic to determine the processor width and
adjust accordingly
Original issue reported on code.google.com by telejes...@gmail.com on 6 Jun 2009 at 9:14
Original issue reported on code.google.com by
telejes...@gmail.com
on 6 Jun 2009 at 9:14