Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
基于arm的Apache交叉编译_Apache_Ubuntu_Arm_Cross Compiling - Fatal编程技术网

基于arm的Apache交叉编译

基于arm的Apache交叉编译,apache,ubuntu,arm,cross-compiling,Apache,Ubuntu,Arm,Cross Compiling,当我运行“/configure--host=armlinux--prefix=/sdcard/apr util--with apr=/sdcard/apache/apr--with mysql=/sdcard/mysql”时。 似乎“with apr参数不正确。它必须指定安装前缀、生成目录或apr配置文件。” 如何解决此问题?谢谢。您想使用--with included apr并将其放入httpd源代码包下面的srclib/apr和srclib/apr util中。我无法清楚地理解您的解决方案,

当我运行“/configure--host=armlinux--prefix=/sdcard/apr util--with apr=/sdcard/apache/apr--with mysql=/sdcard/mysql”时。 似乎“with apr参数不正确。它必须指定安装前缀、生成目录或apr配置文件。”
如何解决此问题?谢谢。

您想使用--with included apr并将其放入httpd源代码包下面的srclib/apr和srclib/apr util中。

我无法清楚地理解您的解决方案,您能给我一个更详细的解决方案吗。谢谢。