Cannot install PHP SDK error "make: *** [replica.lo] Error 1"

I’ve just run into this problem today. I had Couchbase running fine but was forced to upgrade the Ubuntu OS to 13.10 and also move from a self-compiled version of PHP to the Ubuntu distro version. It is now successfully running PHP 5.5, Apache, and I have installed libcouchbase but when I try installing Couchbase PHP libraries with sudo pecl install couchbase-1.20 I run into the following:

make: *** No rule to make target /tmp/pear/temp/couchbase/replica.c', needed by replica.lo’. Stop.

Any help would be greatly appreciated ad I’ve run into a bit of a dead end.