https://issues.apache.org/bugzilla/show_bug.cgi?id=46317





--- Comment #2 from [email protected]  2009-07-22 14:04:56 PST ---
I'm using solaris 10 and have the similar problem.

I use apache 2.2.11.

CC="gcc"; export CC
CPPFLAGS="-I/opt1/util/db/include -I/opt1/util/openssl98k/include"; export
CPPFLAGS
LDFLAGS="-L/opt1/util/db/lib -L/opt1/util/openssl98k/lib"; export LDFLAGS
"./configure" \
"--prefix=/PDS/twh/apache2ssl" \
"--enable-mime-magic" \
"--enable-so" \
"--enable-ssl" \
"--with-ssl=/opt1/util/openssl98k" \
"--with-ldap" \
"--with-port=5000" \
"--enable-mods-shared=mime-magic ssl ldap authnz-ldap" \
"CC=gcc" \
"LDFLAGS=-L/opt1/util/db/lib -L/opt1/util/openssl98k/lib" \
"CPPFLAGS=-I/opt1/util/db/include -I/opt1/util/openssl98k/include" \
"$@"

I need help on Apache ldaps setup.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to