From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63238 invoked by alias); 17 Jun 2018 01:08:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 63226 invoked by uid 89); 17 Jun 2018 01:08:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*x:1.1.11988, H*UA:1.1.11988, H*UA:x64, H*UA:Win64 X-HELO: sonic308-10.consmr.mail.gq1.yahoo.com Received: from sonic308-10.consmr.mail.gq1.yahoo.com (HELO sonic308-10.consmr.mail.gq1.yahoo.com) (98.137.68.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 17 Jun 2018 01:08:51 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.gq1.yahoo.com with HTTP; Sun, 17 Jun 2018 01:08:50 +0000 Date: Sun, 17 Jun 2018 03:42:00 -0000 From: "Larry Baker via cygwin" Reply-To: Larry Baker Reply-To: Larry Baker To: Message-ID: <1672540905.728828.1529197725579@mail.yahoo.com> Subject: PHP 7.1.16 (cli) (built: Apr 10 2018 18:09:30) ( NTS ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <1672540905.728828.1529197725579.ref@mail.yahoo.com> X-SW-Source: 2018-06/txt/msg00201.txt.bz2 Hello Cygwin, I have been battling this issue for many weeks now and hoping to get some direction on what to try next. I have installed php, everything seems to be working except: /usr/lib/php/20160303/php_com_dotnet.dll. Cygwin PHP does not come with php_com_dotnet.dll so I downloaded from Microsoft. I'm trying to pull data from Visual Fox Pro 8.0 files. My php.ini file looks like this: [COM] [PHP_COM_DOTNET] extension=php_com_dotnet.dll But when I execute my code, I get this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/php_com_dotnet.dll' - No such file or directory in Unknown on line 0 PHP Fatal error: Uncaught Error: Class 'COM' not found in /cygdrive/f/php/postcard.php:13 Stack trace: #0 {main} thrown in /cygdrive/f/php/postcard.php on line 13 I have searched forever and can't find a solution. Why would PHP installation have this dll included for this version of PHP? Open("Provider=VFPOLEDB.1;Data Source=/cygdrive/f/php;Collating Sequence=Machine"); // open in read-only mode $db = dbase_open('postcard.dbf', 0); // do some stuff ?> Any help would be greatly appreciated!! Regards, Larry -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple