When I'm trying to use pecl to install apd it compiles the extension for a 64 bit system. Since MAMP needs extensions in i386 mode, apache won't load this apd.so file.
So how can I force pecl to compile the extension in i386 mode?
Thanks for any help!