You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/10/29 20:34:04 UTC

cvs commit: modperl mod_perl_traps.pod

dougm       98/10/29 11:34:04

  Modified:    .        mod_perl_traps.pod
  Log:
  a few notes
  
  Revision  Changes    Path
  1.10      +16 -0     modperl/mod_perl_traps.pod
  
  Index: mod_perl_traps.pod
  ===================================================================
  RCS file: /export/home/cvs/modperl/mod_perl_traps.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_perl_traps.pod	1998/09/25 13:36:32	1.9
  +++ mod_perl_traps.pod	1998/10/29 19:34:03	1.10
  @@ -222,6 +222,22 @@
   
   This problem is only known to be caused by installing gnu ld under Solaris.
   
  +Other known causes of this problem:
  +
  +OS distributions that ship with a (broken) binary Perl installation.
  +
  +The `perl' program and `libperl.a' library are somehow built with
  +different binary compatiblity flags.  
  +
  +The solution to these problems is to rebuild Perl and extension
  +modules from a fresh source tree.  Tip for running Perl's Configure
  +script, use the `-des' flags to accepts defaults and `-D' flag to
  +override certain attributes:
  + 
  + % ./Configure -des -Dcc=gcc ... && make test && make install
  +
  +Read Perl's INSTALL doc for more details.
  +
   =back
   
   =head2 Clashes with other Apache C modules