Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - apache24 configure blocks at Checking OpenSSL...: (1 Item)
   
apache24 configure blocks at Checking OpenSSL...  
Hi,

My building environment:
OS:         x86 QNX 6.5.0 SP1 Virtual Machine
pkgsrc:  HEAD_650

While building apache24, the configuration process always blocks at the following:

=================Configure output======================
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory... /usr
=================Configure output======================

And it blocks for eternity until my VM runs out of memory.

I did some investigation and found that the configuration blocks by below script line within www/apache24/work/httpd-2.4
.4/configure:

 23719        ap_openssl_libs="`$PKGCONFIG $PKGCONFIG_LIBOPTS --libs-only-l --silence-errors openssl`"

It seems the $PKGCONFIG tool is doing something and never returning.

One information is that I also tried to build apache24 in QNX6.5.0 (Without SP1), it does not have this problem.


Thanks for any help!
Randy