You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/08/04 22:32:23 UTC

[Bug 56813] New: mod_dir.so cannot find apr_array_clear

https://issues.apache.org/bugzilla/show_bug.cgi?id=56813

            Bug ID: 56813
           Summary: mod_dir.so cannot find apr_array_clear
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dir
          Assignee: bugs@httpd.apache.org
          Reporter: bwilson@foundation.sdsu.edu

httpd: Syntax error on line 144 of /usr/local/apache-2.4.10/conf/httpd.conf:
Cannot load modules/mod_dir.so into server:
/usr/local/apache-2.4.10/modules/mod_dir.so: undefined symbol: apr_array_clear

The above error occurs when I enter apachectl start. 

I have installed the latest version of apr-1.5.1 that I can find. I have
installed it just about everywhere that I can think to install it. I can
install it somewhere else if necessary. I just want to know where mod_dir.so
expects to find it.

I'm trying to upgrade from apache-2.4.6 to apache-2.4.10. I did not encounter
this problem with 2.4.6.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56813] mod_dir.so cannot find apr_array_clear

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56813

Edward Lu <Ch...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56813] mod_dir.so cannot find apr_array_clear

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56813

--- Comment #2 from Bruce Wilson <bw...@foundation.sdsu.edu> ---
(In reply to Jeff Trawick from comment #1)
> (probably for users@httpd.apache.org mailing list)
> 
> What was your configure invocation (config.nice in your build tree)?
> 
> What does "ldd /usr/local/apache-2.4.10/bin/httpd" output?
> 
> Where did you install apr 1.5.1?
> 
> --/--
> 
> If you first build apr 1.5.1 with prefix --prefix=/usr/local/apache-2.4.10
> then build apr 1.5.latest with same prefix and
> --with-apr=/usr/local/apache-2.4.10 then build httpd with same prefix and
> pointing there for apr and apr-util, you shouldn't have a problem.

That works. Thank you very much!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56813] mod_dir.so cannot find apr_array_clear

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56813

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #3 from Jeff Trawick <tr...@apache.org> ---
glad you got it going

marking this as invalid instead of fixed since nothing needed to change in
httpd

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56813] mod_dir.so cannot find apr_array_clear

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56813

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Jeff Trawick <tr...@apache.org> ---
(probably for users@httpd.apache.org mailing list)

What was your configure invocation (config.nice in your build tree)?

What does "ldd /usr/local/apache-2.4.10/bin/httpd" output?

Where did you install apr 1.5.1?

--/--

If you first build apr 1.5.1 with prefix --prefix=/usr/local/apache-2.4.10 then
build apr 1.5.latest with same prefix and --with-apr=/usr/local/apache-2.4.10
then build httpd with same prefix and pointing there for apr and apr-util, you
shouldn't have a problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org