Questions tagged [apr]

The Apache Portable Runtime (APR) library provides a variety of services masking the differences between different operating systems with a uniform, platform-neutral interface.

The Apache Portable Runtime (APR) project's stated mission is:

The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.

188 questions
0
votes
1 answer

Libapr .so files don't have the functionality of source code

I compiled libAPR sources and ran successfully all tests provided by Apache. However when I link my program to libapr.so the same functionality is not present. For instance, apr_pollset_add primitive doesn't work. It returns always 1 (when it…
twawpt
  • 51
  • 4
0
votes
1 answer

apr_dso_load faild to load DSO

I tried to run unimrcpserver v1.0 with my asr plugin and it worked fine (on windows 7), but when I tried to run it in another machine (windows server 2003), I had this error message 2012-08-01 03:57:31:930875 [WARN] Failed to Load DSO: This…
Dorgham
  • 962
  • 1
  • 9
  • 17
0
votes
1 answer

In function ‘APR_DECLARE’: error: expected declaration specifiers before ‘apr_strerror’

I am using apr in a C program, I am including the appr_error.h header file, but I am getting an error during building: In function ‘APR_DECLARE’: error: expected declaration specifiers before ‘apr_strerror’ Here is the offending line in the…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
-1
votes
1 answer

Package 'apr-1', required by 'virtual:world', not found

I just installed vcpkg and installed spdlog through it, and encountered this error: -- Checking for module 'apr-1' -- Package 'apr-1', required by 'virtual:world', not found CMake Error at…
ri yo
  • 3
  • 3
-1
votes
3 answers

Makefile:48: recipe for target 'htpasswd' failed

I am trying to install Apache2 on Linux. I downloaded the latest Apache, apr, and apr-util. I am currently trying to run the make command on terminal, but there is an error message. See below. I had tried to do: (from other sources, tried googling…
Tomson Tai
  • 1
  • 1
  • 3
-1
votes
1 answer

Calculating effective APR of a mortgage

I am trying to reproduce in Google Docs the calculations underlying the sample mortgage Closing Disclosure provided by the CFPB at: http://files.consumerfinance.gov/f/201311_cfpb_kbyo_closing-disclosure.pdf That document describes a mortgage with…
user3931014
  • 137
  • 1
  • 6
-1
votes
1 answer

How to install APACHE in openshift?

Now when i try to install apache it gives error configure: Configuring Apache Portable Runtime library.. APR not found.. How to install APR in openshift?
Paresh Dudhat
  • 1,166
  • 1
  • 14
  • 28
-3
votes
1 answer

APR calculator in .NET

Where can I find a good APR calculator function for UK business..
chugh97
  • 9,602
  • 25
  • 89
  • 136
1 2 3
12
13