Question

On VirtualBox VM OpenBSD:

I was trying to build apr 1.5.1 in my attempt to build an apache 2.4 server WITHOUT packages( ie. from source ) and when I ran make test, testlock failed with:

testlock   : -Line 300: Timer returned too late FAILED 1 of 4

...

*** Error 1 in test (Makefile:186 'check')
*** Error 1 in /a/b/c/d/e/f (Makefile:127 'check')

I have no idea what to do with it. What is the course of action for something like this?

Was it helpful?

Solution

You may want to try using a slightly older version of apr; perhaps one from an OpenBSD packages site (somewhere like this OpenBSD Packages site?)

Note: any downloads and installations that you choose to make from sites like these are your decision. Please make sure to read related documentation for compatibility information, too, before making a decision about installing software in your environment!

Also, your version of OpenBSD may make a difference for what package site would be best to use... the OpenBSD packages site above is just an example of what these sites may look like.

For future reference, you can find more information about these sort of packages in the OpenBSD packages and ports documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top