I’m currently trying to setup up the mediawiki project on my system and i’m working with the mediawiki installation guide for XAMPP (I’m using an ubuntu 16.04 OS).
During my mediawiki installation, i got the warning that APCu is not installed. Then I downloaded APC-3.1.13 tar file and unzipped it, then went into the directory ran the following commands:
- /opt/lampp/bin/phpize
- ./config
- make
running the make command returned an error and terminated the compilation:
/home/prosper/Downloads/APC-3.1.13/apc.c:47:43: fatal error: ext/standard/php_smart_str.h: No such file or directory
compilation terminated.
Makefile:195: recipe for target 'apc.lo' failed
make: *** [apc.lo] Error 1
Please i’d really appreciate ideas on how can i resolve this issue and continue my wikimedia installation.