https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #8 from Yann Ylavic <[email protected]> ---
(In reply to hp4everything from comment #6)
> 
> - since my distro archlinux had installed apr by default I've downloaded it
> and built it from source(my apache from source was running with the
> pre-installed apr, but also version 1.7.0)
> 
> - apr including the patch was built without problems and I replaced the
> library libapr-1 manually in the /usr/lib directory

I thought you were going to build httpd and APR from sources without replacing
your system libraries, which may be an issue per se.

Could you make a separate/fesh httpd-2.4.46 + apr-1.7.0 installation in e.g.
/usr/local/httpd, with something like this for httpd and apr(-util):
$ tar xf httpd-2.4.46.tar.gz
$ tar xf apr-1.7.0.tar.bz -C httpd-2.4.46/srclib/apr --strip-components=1
$ tar xf apr-util-1.6.1.tar.gz -C httpd-2.4.46/srclib/apr-util
--strip-components=1
$ cd httpd-2.4.46
$ ./buildconf
$ ./configure "LDFLAGS=-Wl,-rpath,/usr/local/httpd/lib"
--prefix=/usr/local/httpd --with-included-apr ...
$ make && sudo make install

You could then edit/replace "/usr/local/httpd/conf/httpd.conf" for your needs
and then start with:
$ sudo /usr/local/httpd/conf/bin/httpd -f /usr/local/httpd/conf/httpd.conf -k
start

Sorry, I don't have an ARM box nor a cifs mount (nor your specific
configuration) at hand to test this by myself..

-- 
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]

Reply via email to