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 Message-ID: <3E96343F.10201@belkam.com> Date: Fri, 11 Apr 2003 08:19:27 +0500 From: Dmitry Melekhov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 X-Accept-Language: ru, en-us MIME-Version: 1.0 To: "Gerrit P. Haase" CC: cygwin AT cygwin DOT com Subject: Re: Exim, .forward and DBD::Oracle References: <3E9538B8 DOT 5010107 AT belkam DOT com> <321323244855 DOT 20030410222844 AT familiehaase DOT de> In-Reply-To: <321323244855.20030410222844@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gerrit P. Haase wrote: > 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? Yes! I run this script from command line as user tabel or Administrator with no problems. > Is the Oracle bin directory in your PATH too? Yes, I added it to $ENV. This doesn't help :-( -- 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/