Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> 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: <3ED89F01.1090103@digi.com.ph> Date: Sat, 31 May 2003 20:24:33 +0800 From: Ariz Jacinto <ariz AT digi DOT com DOT ph> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin <cygwin AT cygwin DOT com> Subject: ODBC & PHP4 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit i'm trying to build unixODBC & PHP with ODBC support on CYGWIN. my first problem is with unixODBC. actually, building unixODBC on CYGWIN is easy but when i've tested the "isql" application to connect to a database, i received an error "Could not SQLConnect". i reviewed my ini settings and found out that i was using the libodbcxxxx.so drivers while the libraries that i built was static (libodbcxxxx.la). so, how do i convert unixODBC static libraries to DLL? i did try "mkdll" but failed. any how-tos will be highly appreciated. =) where can i download PHP for CYGWIN that has ODBC support? (just in case i couldn't build it myself). any how-tos perhaps? =) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/