https://issues.apache.org/bugzilla/show_bug.cgi?id=55679
Bug ID: 55679
Summary: Cannot load modules/mod_dir.so into server
Product: Apache httpd-2
Version: 2.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_dir
Assignee: [email protected]
Reporter: [email protected]
I compiled apr apr-utils and apache server from source (distribution linux
CentOS 6). Correspondingly versions and configurationj options are:
apr-1.4.8
./configure --prefix=/usr/local
apr-util-1.5.2
./configure --prefix=/usr/local --with-apr=/usr/local
--with-berkeley-db=/usr/local/BerkeleyDB --with-openssl=/usr/local/ssl
--with-sqlite3=/usr/local --with-mysql
httpd-2.4.6
./configure --enable-dav --enable-so --enable-ssl --enable-rewrite --enable-cgi
--prefix=/usr/local/apache2 --enable-lua --with-apr=/usr/local
--with-apr-util=/usr/local
Everything worked fine. However as I am trying to start apache server
/usr/local/apache2/bin/apachectl -k start
I got the following error
httpd: Syntax error on line 144 of /usr/local/apache2/conf/httpd.conf: Cannot
load modules/mod_dir.so into server: /usr/local/apache2/modules/mod_dir.so:
undefined symbol: apr_array_clear
Any help will be appreciated,
Victor
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]