swebb2066 commented on issue #362:
URL:
https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2425404112
The 1.3.0 web documentation now includes the instructions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
swebb2066 closed issue #362: Error building log4cxx with cmake and APR_STATIC
option
URL: https://github.com/apache/logging-log4cxx/issues/362
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
clobotorre commented on issue #362:
URL:
https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2039568083
Thank you so much. Solved!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
swebb2066 commented on issue #362:
URL:
https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2038443183
The distro provied apr and apr-util static libraries are built without -fPIC
(probably assuming everthing will be statically linked if anything is
statically linked).
clobotorre opened a new issue, #362:
URL: https://github.com/apache/logging-log4cxx/issues/362
Steps to reproduce:
```
# curl -L -O
https://dlcdn.apache.org/logging/log4cxx/1.2.0/apache-log4cxx-1.2.0.tar.gz
# tar xzvf apache-log4cxx-1.2.0.tar.gz
# a