C
Greetings,
I've spent the last couple of days attemting to build, and install OpenLiteSpeed. Sadly ./configure fails to find the installed copy of pcre. In my attempts, I tried all versions starting from 1.2.9, all the way to version 1.0.4. Each failed during the ./configure process. All the prerequisites are already installed on my system. For clarity, following are the details, in hopes that OpenLiteSpeed development can correct this, or perhaps provide some suggestions.
While I must admit my autotools foo is a bit rusty, it really doesn't appear OpenLiteSpeed supports FreeBSD.
Thank you for all your time, and consideration.
--Chris
I've spent the last couple of days attemting to build, and install OpenLiteSpeed. Sadly ./configure fails to find the installed copy of pcre. In my attempts, I tried all versions starting from 1.2.9, all the way to version 1.0.4. Each failed during the ./configure process. All the prerequisites are already installed on my system. For clarity, following are the details, in hopes that OpenLiteSpeed development can correct this, or perhaps provide some suggestions.
Code:
gcc version:
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]
autoconf 2.69
automake 1.14
pkgtools (pkgconf) 0.94
pcre 8.33
Complete inventory of pcre:
/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
configure output (failure with some context):
checking for openssl/ssl.h in /usr/local... no
checking for openssl/ssl.h in /usr/local/ssl... no
checking for openssl/ssl.h in /usr... yes
checking whether compiling and linking against OpenSSL works... yes
checking lib pcre... (testing)
checking for pcre_study in -lpcre... no
checking for pcre_compile in -lpcre... no
checking lib pcre... no, (WARNING)
configure: error: Can not find pcre. You must install it before continuing.
Thank you for all your time, and consideration.
--Chris