On Sat, 22 Sep 2001, Stas Bekman wrote:
 
> But I cannot do anything in gdb, I cannot gain gdb prompt.

very odd.  is modperl built with MP_MAINTAINER=1 and apache
--enable-maintainer-mode ?

here's my build/config.pl:

*** using lib/Apache/BuildConfig.pm
*** Makefile.PL options:
    MP_APXS              => /home/dougm/ap/prefork/bin/apxs
    MP_CCOPTS            => -DMP_IOBUFSIZE=16384 -Werror
    MP_DEBUG             => 1
    MP_GENERATE_XS       => 1
    MP_LIBNAME           => libmodperl
    MP_MAINTAINER        => 1
    MP_OPTIONS_FILE      => /home/dougm/.makepl_args.mod_perl2
    MP_TRACE             => 1
    MP_USE_DSO           => 1


*** /home/dougm/ap/prefork/bin/httpd -V
Server version: Apache/2.0.26-dev
Server built:   Sep 21 2001 10:53:57
Server's Module Magic Number: 20010825:0
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_FILE_BASED_SHM
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6
 -D APR_USE_FCNTL_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/home/dougm/ap/prefork"
 -D SUEXEC_BIN="/home/dougm/ap/prefork/sbin/suexec"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"


*** /usr/local/ithrperl/bin/perl -V
Summary of my perl5 (revision 5.0 version 7 subversion 2 patch 12022) configuration:
  Platform:
    osname=linux, osvers=2.2.16-22, archname=i686-linux-thread-multi
    uname='linux mako.covalent.net 2.2.16-22 #7 wed mar 28 15:39:46 pst 2001 i686 
unknown '
    config_args='-des -Dprefix=/usr/local/ithrperl -Duseperlio -Dusethreads 
-Doptimize=-g -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -DDEBUGGING -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-D_REENTRANT -DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.0)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lpthread -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
    libc=/lib/libc-2.2.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        DEVEL12086
  Built under linux
  Compiled at Sep 19 2001 13:33:16
  @INC:
    /usr/local/ithrperl/lib/5.7.2/i686-linux-thread-multi
    /usr/local/ithrperl/lib/5.7.2
    /usr/local/ithrperl/lib/site_perl/5.7.2/i686-linux-thread-multi
    /usr/local/ithrperl/lib/site_perl/5.7.2
    /usr/local/ithrperl/lib/site_perl
    .


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to