Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-AuthUser: gerrit:koeln.convey.de Date: Thu, 10 Apr 2003 22:28:44 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <321323244855.20030410222844@familiehaase.de> To: Dmitry Melekhov CC: cygwin AT cygwin DOT com Subject: Re: Exim, .forward and DBD::Oracle In-Reply-To: <3E9538B8.5010107@belkam.com> References: <3E9538B8 DOT 5010107 AT belkam DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Dmitry, > I need to process mail in perl script. > I installed DBD::Oracle and it works fine. > I installed Exim and start it as service from SYSTEM account. > But I have following problem in perl script when I call it from e-mail: > DynaLoader::bootstrap for DBI (auto/DBI/DBI.dll) > DynaLoader::bootstrap for DBD::Oracle (auto/DBD/Oracle/Oracle.dll) > install_driver(Oracle) failed: Can't load > '/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int/auto/DBD/Oracle/Oracle.dll' > for module DBD::Oracle: dlopen: Win32 error 126 at [...] > Certanly, dll exists, and I can successefully run this script from user > tabel. > Any ideas? $ grep 126L /usr/include/w32api/winerror.h #define ERROR_MOD_NOT_FOUND 126L How did you install DBD::Oracle? Is the Oracle bin directory in your PATH too? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/