configure fails on FreeBSD

C

Chris.

Guest
#1
This is a heads-up, and informative post;
It is not possible to build/install any version OpenLiteSpeed on the FreeBSD platform. All the prerequisites are met, but configure fails to find PCRE (includes/libs). It may interest the developers to know that the stock install of devel/pcre uses the /usr/local prefix for installation. Following, is the complete inventory:
Code:
/usr/local/bin/pcre-config
/usr/local/bin/pcregrep
/usr/local/bin/pcretest
/usr/local/include/pcre.h
/usr/local/include/pcreposix.h
/usr/local/include/pcre_scanner.h
/usr/local/include/pcre_stringpiece.h
/usr/local/include/pcrecpparg.h
/usr/local/include/pcrecpp.h
/usr/local/lib/libpcre.a
/usr/local/lib/libpcre.la
/usr/local/lib/libpcre.so
/usr/local/lib/libpcre.so.3
/usr/local/lib/libpcre16.a
/usr/local/lib/libpcre16.la
/usr/local/lib/libpcre16.so
/usr/local/lib/libpcre16.so.2
/usr/local/lib/libpcre32.a
/usr/local/lib/libpcre32.la
/usr/local/lib/libpcre32.so
/usr/local/lib/libpcre32.so.0
/usr/local/lib/libpcrecpp.a
/usr/local/lib/libpcrecpp.la
/usr/local/lib/libpcrecpp.so
/usr/local/lib/libpcrecpp.so.0
/usr/local/lib/libpcreposix.a
/usr/local/lib/libpcreposix.la
/usr/local/lib/libpcreposix.so
/usr/local/lib/libpcreposix.so.0
/usr/local/libdata/pkgconfig/libpcre.pc
/usr/local/libdata/pkgconfig/libpcre16.pc
/usr/local/libdata/pkgconfig/libpcre32.pc
/usr/local/libdata/pkgconfig/libpcrecpp.pc
/usr/local/libdata/pkgconfig/libpcreposix.pc
I think it would be great if OpenLiteSpeed supported FreeBSD.
I just wish I could enlighten the configure script to search /usr/local for the prereq libs/includes.

Thank you for all your time, and consideration.

--Chris
 
I

interfaSys

Guest
#2
I did not have this problem on 9.1. It compiled just fine, but just wouldn't run properly. On 1.2.7, logging in would just bomb the server by launching thousands of processes.
 
Top