RE: unsubscribe remove

2001-05-29 Thread Lakshmanan, Srikrishnan



 -Original Message-
 From: Warren D. Johnson [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday,May 29,2001 10:27 AM
 To:   [EMAIL PROTECTED]
 Subject:  unsubscribe remove
 
 unsubscribe remove
 




RE: :Parser Expat cause segfaults

2001-05-03 Thread Lakshmanan, Srikrishnan

Reg this problem , Paul Kulchenko ( Soap::Lite wizard ) helped me with a
solution given below, back last Fall . I used it with immediate success ,
and I hope it is applicable:

** SOLUTION **
If using SOAP::Lite (or XML::Parser::Expat) in combination with
mod_perl
causes random segmentation faults in httpd processes try to configure
Apache with:

RULE_EXPAT=no

**

Sri Lakshmanan
Market Data Services 
Koch Petroleum Group
Tel   (316) 828-3820
Fax  (316) 828-4151
[EMAIL PROTECTED]





 -Original Message-
 From: Matt Sergeant [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday,May 03,2001 3:27 AM
 To:   Oskari 'Okko' Ojala
 Cc:   [EMAIL PROTECTED]
 Subject:  RE: :Parser  Expat cause segfaults
 
 On Thu, 3 May 2001, Oskari 'Okko' Ojala wrote:
 
  On Thu, 3 May 2001, Stephen Anderson wrote:
  
Got a problem: About 250 of 1000 requests cause a segfault
(11) when using XML::Parser::parse() under mod_perl.
  
   There's (apparently) a known symbol conflict between XML::Parser 2.30
 and
   Apache (which I only know because it happened to someone here just the
 other
   day). Drop down to 2.29 and it should work fine.
  
  No success, I tried dropping the version down to 2.25, one by one.
  
  I also tried completely removing the expat from the apache source tree.
  The script still core dumps, but I found out that the same code as a
  mod_perl .cgi does not - it happens only when done under Mason.
 
 Make sure you comletely remove the old apache installation before your
 recompile. This has caught me once.
 
 -- 
 Matt/
 
 /||** Founder and CTO  **  **   http://axkit.com/ **
//||**  AxKit.com Ltd   **  ** XML Application Serving **
   // ||** http://axkit.org **  ** XSLT, XPathScript, XSP  **
  // \\| // ** mod_perl news and resources: http://take23.org  **
  \\//
  //\\
 //  \\
 




RE: Extracting required files

2001-04-20 Thread Lakshmanan, Srikrishnan


I think the question being asked is , how to resolve ALL dependencies , not
just the first level given in the app. For example , I may use some libs
that in turn use others , and so on in multiple levels of nesting.

Sri

 -Original Message-
 From: Brendan McAdams [SMTP:[EMAIL PROTECTED]]
 Sent: Friday,April 20,2001 9:16 AM
 To:   F.H; [EMAIL PROTECTED]
 Subject:  RE: Extracting required files
 
 cd /toplevel dir of app
 grep -Hrn use *
 
 -Original Message-
 From: F.H [mailto:[EMAIL PROTECTED]]
 Sent: Friday, April 20, 2001 10:01
 To: [EMAIL PROTECTED]
 Subject: Extracting required files
 
 
 Hi,
 Does anyone know of a perl command/or a simple way that would extract
 all .pm and .pl that a perl script needs in order to run?
 
 Thanks
 __
 Get your own FREE, personal Netscape Webmail account today at
 http://webmail.netscape.com/




RE: compiling mod_perl-1.24

2000-11-28 Thread Lakshmanan, Srikrishnan

I ran into this problem a week ago on both Solaris 2.6 and 2.7 , and I was
using gnu cc 2.7.2.3 . I upgraded to gnu cc 2.95.2 . I had to recompile my
perl 5.6.0 from stable.tar at www.cpan.org using this compiler and rebuilt
Apache and mod_perl without any problems . 

You will find a pre-built binary for gnu cc 2.95.2 at www.sunfreeware.com
for your Solaris version.

Sri Lakshmanan

Koch Petroleum Group
[EMAIL PROTECTED]
"A doctor can bury his mistakes, an architect can only advise his client to
plant vines" -Frank Lloyd Wright


 -Original Message-
 From: Joseph Crotty [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday,November 28,2000 12:03 PM
 To:   '[EMAIL PROTECTED]'
 Subject:  compiling mod_perl-1.24
 
 I am on a sun box:
 
 uname -a
 
 SunOS mailroom 5.6 Generic_105181-22 sun4u sparc SUNW,Ultra-5_10
 
 I built and tested both perl 5.6.0 and apache_1.3.9 against gcc and they
 check out OK:
 
 gcc -v
 
 Reading specs from
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.2/specs
 gcc version 2.7.2.2
 
 perl -V
 
 Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
   Platform:
 osname=solaris, osvers=2.6, archname=sun4-solaris
 uname='sunos mailroom 5.6 generic_105181-22 sun4u sparc
 sunw,ultra-5_10
 '
 config_args='-Dcc=gcc'
 hint=previous, useposix=true, d_sigaction=define
 usethreads=undef use5005threads=undef useithreads=undef
 usemultiplicity=undef
 useperlio=undef d_sfio=undef uselargefiles=define 
 use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
   Compiler:
 cc='gcc', optimize='-O', gccversion=2.7.2.2
 cppflags='-I/usr/local/include -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64'
 ccflags ='-I/usr/local/include -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64'
 stdchar='unsigned char', d_stdstdio=define, usevfork=false
 intsize=4, longsize=4, ptrsize=4, doublesize=8
 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
 lseeksize=8
 alignbytes=8, usemymalloc=y, prototype=define
   Linker and Libraries:
 ld='gcc', ldflags =' -L/usr/local/lib '
 libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
 libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt -lsec
 libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
   Dynamic Linking:
 dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
 cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
 
 
 Characteristics of this binary (from libperl): 
   Compile-time options: USE_LARGE_FILES
   Built under solaris
   Compiled at Nov 27 2000 16:41:31
   @INC:
 /usr/local/lib/perl5/5.6.0/sun4-solaris
 /usr/local/lib/perl5/5.6.0
 /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris
 /usr/local/lib/perl5/site_perl/5.6.0
 /usr/local/lib/perl5/site_perl
 
 So, I run the Makefile as follows:
 
 perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
 
 Configure mod_perl with ../apache_1.3.9/src ? [y] 
 Shall I build httpd in ../apache_1.3.9/src for you? [y] 
 Appending mod_perl to src/Configuration
 Using config file: /home/dvlp/jcrotty/mod_perl-1.24/src/Configuration
 Creating Makefile
  + configured for Solaris 260 platform
  + setting C compiler to gcc
  + setting C pre-processor to gcc -E
  + checking for system header files
  + adding selected modules
  + checking sizeof various data types
  + doing sanity check on compiler and options
 Creating Makefile in support
 Creating Makefile in os/unix
 Creating Makefile in ap
 Creating Makefile in main
 Creating Makefile in lib/expat-lite
 Creating Makefile in modules/standard
 EXTRA_CFLAGS: -DSOLARIS2=260 -DUSE_EXPAT -I$(SRCDIR)/lib/expat-lite
 PerlDispatchHandler.enabled
 PerlChildInitHandlerenabled
 PerlChildExitHandlerenabled
 PerlPostReadRequestHandler..enabled
 PerlTransHandlerenabled
 PerlHeaderParserHandler.enabled
 PerlAccessHandler...enabled
 PerlAuthenHandler...enabled
 PerlAuthzHandlerenabled
 PerlTypeHandler.enabled
 PerlFixupHandlerenabled
 PerlHandler.enabled
 PerlLogHandler..enabled
 PerlInitHandler.enabled
 PerlCleanupHandler..enabled
 PerlRestartHandler..enabled
 PerlStackedHandlers.enabled
 PerlMethodHandlers..enabled
 PerlDirectiveHandlers...enabled
 PerlTableApienabled
 PerlLogApi..enabled
 PerlUriApi..enabled
 PerlUtilApi.enabled
 PerlFileApi.enabled
 PerlConnectionApi...enabled
 PerlServerApi...enabled
 PerlSectionsenabled
 PerlSSI.enabled
 Will run tests as User: 'nobody' Group: 'other'
 Checking CGI.pm VERSION..ok
 Checking for LWP::UserAgent..ok
 Checking for HTML::HeadParserok
 Writing Makefile for Apache
 Writing Makefile for