On 5/26/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote:
> Oupss, my bad, that should have been
> (gdb) print *s
> (gdb) print *dconf
(gdb) print *s
$1 = {process = 0x80c0120, next = 0x935a270, defn_name = 0x0, 
  defn_line_number = 0, server_admin = 0x81e8678 "[EMAIL PROTECTED]", 
  server_hostname = 0x81e84d8 "localhost", port = 8529, 
  error_fname = 0x81e85d0
"/usr/src/debian-packages/cyb-mod-perl2/mod_perl-2.0.0/t/logs/error_log",
error_log = 0x80f8240, loglevel = 7, is_virtual = 0,
  module_config = 0x80fc240, lookup_defaults = 0x80fd590, addrs = 0x80fc1d8, 
  timeout = 300000000, keep_alive_timeout = 15000000, keep_alive_max = 100, 
  keep_alive = 1, path = 0x0, pathlen = 0, names = 0x0, wild_names = 0x0, 
  limit_req_line = 8190, limit_req_fieldsize = 8190, limit_req_fields = 100}
(gdb) print *dconf
$2 = {d = 0x0, d_components = 0, opts = 31 '\037', opts_add = 0 '\0', 
  opts_remove = 0 '\0', override = 63 '?', ap_default_type = 0x0, 
  satisfy = 0x80fe528, ap_auth_type = 0x0, ap_auth_name = 0x0, 
  ap_requires = 0x0, response_code_strings = 0x0, hostname_lookups = 0, 
  do_rfc1413 = -2, content_md5 = -2, use_canonical_name = 3, d_is_fnmatch = 0, 
  add_default_charset = 2, add_default_charset_name = 0x80a76f7 "iso-8859-1", 
  limit_cpu = 0x0, limit_mem = 0x0, limit_nproc = 0x0, limit_req_body = -1, 
  limit_xml_body = -1, server_signature = 4294967295, loglevel = 2, 
  sec_file = 0x0, r = 0x80fe628, mime_type = 0x0, handler = 0x0, 
  output_filters = 0x0, input_filters = 0x0, accept_path_info = 0, 
  ct_output_filters = 0x3, etag_bits = 0, etag_add = 0, etag_remove = 0, 
  enable_mmap = 0, enable_sendfile = 0, allow_encoded_slashes = 0}
(gdb) 
> Okay, so you've got a slightly strange build situation ;-)

Yes I realized this as well and tried different thing for normalising
it. I compiled Apache the standard way and it didn't help out. Except
from the httpd2 packages this is a stock debian sarge and sid
system...

Anyway, I will send you the configure commands from my custom debian Packages:

> Can you send me the _exact_ commands you use to configure apache and mod_perl 
> ?
(I noticed that I set CFLAGS for the apache build but none for
mod_perl and tried setting the sames for mod_perl, didn't help)
mod-perl:
  perl Makefile.PL MP_APXS=/usr/sbin/apxs MP_DEBUG=1

Apache:
        CFLAGS="-Wall -g -O2 -pipe -I/usr/include/xmltok
-I/usr/include/openssl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 "
LDFLAGS="-ldl -lexpat -lcrypt -ldb-4.2" \
./configure \
--with-program-name=httpd2 --with-dbm=db42 \
        --enable-logio \
--localstatedir=/var/log/apache \
--with-mpm=prefork \
--enable-so \
--enable-charset-lite \
--enable-deflate=shared \
--enable-mime-magic=shared \
--enable-cern-meta \
--enable-expires=shared \
--enable-headers \
--enable-ssl=shared \
--enable-proxy=shared \
--enable-proxy-connect=shared \
--enable-proxy-ftp=shared \
--enable-proxy-http=shared \
--enable-http \
--enable-info=shared \
--enable-cgi=shared \
--enable-cache=shared \
--enable-mem-cache=shared \
--enable-disk-cache=shared \
--enable-usertrack=shared \
--enable-unique-id=shared \
--enable-dav=shared \
--enable-dav-fs=shared \
--enable-vhost-alias=shared \
--enable-auth=shared \
--enable-auth-anon=shared \
--enable-auth-dbm=shared \
--enable-auth-digest=shared \
--enable-file-cache=shared \
--enable-speling=shared \
--enable-rewrite=shared \
--with-suexec-bin \
--enable-layout=Cyberlink

Hope that helps and thank you

Flavio Curti
-- 
http://no-way.org/~fcu/

Reply via email to