From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 14:36:25 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040A316A41F for ; Sun, 18 Sep 2005 14:36:25 +0000 (GMT) (envelope-from olivier.taylor@gmail.com) Received: from outmx014.isp.belgacom.be (outmx014.isp.belgacom.be [195.238.2.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCD543D46 for ; Sun, 18 Sep 2005 14:36:23 +0000 (GMT) (envelope-from olivier.taylor@gmail.com) Received: from outmx014.isp.belgacom.be (localhost [127.0.0.1]) by outmx014.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j8IEaM60003396 for ; Sun, 18 Sep 2005 16:36:22 +0200 (envelope-from ) Received: from olivierg (45-18.241.81.adsl.skynet.be [81.241.18.45]) by outmx014.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j8IEaDaI003336 for ; Sun, 18 Sep 2005 16:36:13 +0200 (envelope-from ) From: "Olivier Taylor" To: Date: Sun, 18 Sep 2005 16:36:11 +0200 Message-ID: <000101c5bc5e$509a14b0$6502a8c0@olivierg> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20050918142529.GA718@aristoteles.ioniaikos> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: Subject: Iodbc issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 14:36:25 -0000 Libiodbc installed from ports Myodbc installed from ports Any help is welcome :) When using iodbctest, I get : DSN | Driver -------------------------------------------------------------------------= --- -- Asterisk | MySQL Enter ODBC connect string (? shows list): DSN=3DAsterisk 1: SQLDriverConnect =3D [MySQL][ODBC 3.51 Driver]No DSN entered (516) SQLSTATE=3DHYT00 1: ODBC_Connect =3D [MySQL][ODBC 3.51 Driver]No DSN entered (516) SQLSTATE=3DHYT00 Odbcinst.ini ------------ [ODBC Drivers] MySQL =3D Installed [MySQL] Description=3DODBC for MySQL Driver=3D/usr/local/lib/libmyodbc3_r-3.51.11.so Odbc.ini -------- [ODBC Data Sources] Asterisk =3D MySQL [Asterisk] Driver =3D /usr/local/lib/libmyodbc3_r-3.51.11.so Description =3D Asterisk Host =3D Server3.xxx.be ServerType =3D MySQL Port =3D 3306 FetchBufferSize =3D 99 User =3D olivier Password =3D xxxxx Database =3D ser ReadOnly =3D no Socket =3D /tmp/mysql.sock Trace=3D1 TraceFile=3D/root/odbc.log [ODBC] InstallDir=3D/usr/local/lib