On Tue, Aug 22, 2000, Sandy Yung wrote:
> I have installed openssl-0.9.5a (without RSAref), mm-1.1.3. I have
> configured my mod_ssl-2.6.6-1.3.12. And then i tried the command make under
> the directory of apache_1.3.12. Error occurs like this:
>
> gcc -c -I../../../mm-1.1.3 -I../os/unix -I../include -DLINUX=2
> -DMOD_SSL=206106 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT
> -I../lib/expat-lite `../apaci` util_uri.c
> util_uri.c: In function `ap_parse_uri_components':
> util_uri.c:468: `uri_delims' undeclared (first use in this function)
> util_uri.c:468: (Each undeclared identifier is reported only once
> util_uri.c:468: for each function it appears in.)
> make[3]: *** [util_uri.o] Error 1
> make[2]: *** [subdirs] Error 1
>
> I've specified the LD_LIBRARY_PATH to the mm-src-library/.libs/, but the
> same error message occurs.
> Do anyone know why? Thanks a lot!!
This is a compile-time error and has nothing to do with LD_LIBRARY_PATH. But
it is a strange error. I'm sure you've messed up your Apache source tree,
because the uri_delims stuff is not even mod_ssl related. Do yourself a favor
and start over from scratch with a fresh Apache source tree by _closely_
following mod_ssl's INSTALL document. Then it will work correctly.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]