redjersey
Verified User
apxs2: command not found even I have "--with-apxs2 \" in my configure.php file??
I'm currently using custombuild 2.0 with mod_ruid + php 5.3.
In my /usr/local/directadmin/configure/ap2/configure.php53
I have the following:
but when I run: apxs2 -a -i -c mod_cloudflare.c
I got:
apxs2: command not found
??
I'm currently using custombuild 2.0 with mod_ruid + php 5.3.
In my /usr/local/directadmin/configure/ap2/configure.php53
I have the following:
#!/bin/sh
./configure \
--with-apxs2 \
--with-config-file-scan-dir=/usr/local/lib/php.conf.d \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-libxml-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--with-mysqli=mysqlnd \
... ...
but when I run: apxs2 -a -i -c mod_cloudflare.c
I got:
apxs2: command not found
??