Hi,
I want to compile httpd for Arm platform,
I can not correct generate module file,like xxxx.so
below is my config parameter
./configure --host=arm CC=arm-linux-gcc --prefix=/home/eric/test_linux/httpd_arm --with-apr=/home/eric/test_linux/apr --with-apr-util=/home/eric/test_linux/apr-util --with-pcre=/home/eric/test_linux/pcre8.43_arm ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_word=yes apr_cv_process_shard_works=yes ac_cv_sizeof_struct_lovec=8 apr_cv_mutex_recursive=yes ap_cv_void_ptr_lt_long=8 LIBS=-lpthread --enable-modules=most --enable-so --enable-rewrite --with-mpm=prefork --enable-mods-shared="all ssl cache proxy authn_alias mem_cache file_cache charset_lite dav_lock disk_cache"
And I use make install,can see some error messange like
/home/eric/test_linux/apr/build-1/libtool --silent --mode=install install
mod_autoindex.la /home/eric/test_linux/httpd_arm/modules/
Warning! dlname not found in /home/eric/test_linux/httpd_arm/modules/
mod_autoindex.la.
Assuming installing a .so rather than a libtool archive.
I have attach log file
thanks,
best regard,
Eric