randyk      2003/01/07 19:00:45

  Modified:    src/docs/general/os/win32 faq.pod
  Log:
  addition of questions about DBI and DBD::* problems.
  
  Revision  Changes    Path
  1.2       +12 -0     modperl-docs/src/docs/general/os/win32/faq.pod
  
  Index: faq.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/os/win32/faq.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.pod   6 Jan 2003 22:21:36 -0000       1.1
  +++ faq.pod   8 Jan 2003 03:00:45 -0000       1.2
  @@ -187,6 +187,18 @@
   you should write to STDOUT all text you want the perl application to see 
   as a return value from your C<qx> or `` (backticks) call.
   
  +=head2 My server crashes when trying to use DBI.
  +
  +Try upgrading to the newest version of DBI, and also the
  +appropriate DBD::* driver. If this doesn't help, it may
  +mean that the database driver may need some changes to work
  +in a multi-threaded environment.
  +
  +=head2 An error about not being able to load a file results when using 
DBD::mysql.
  +
  +Try putting the path to your mysql DLLs (eg, F<D:\mysql\lib\opt>) in
  +your I<PATH> environment variable.
  +
   =head1 See Also
   
   The discussion of 
  
  
  

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

Reply via email to