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: <078501c42bbc$8ccf0500$2bcfea18@THEODOLITE> From: "Bruce Dobrin" To: References: <20040421222902 DOT GA20113 AT mdssdev05 DOT comp DOT pge DOT com> <6 DOT 1 DOT 0 DOT 6 DOT 0 DOT 20040421221948 DOT 028c5440 AT 127 DOT 0 DOT 0 DOT 1> <20040422182421 DOT GA22635 AT mdssdev05 DOT comp DOT pge DOT com> <6 DOT 1 DOT 0 DOT 6 DOT 0 DOT 20040422143806 DOT 038cf008 AT 127 DOT 0 DOT 0 DOT 1> <20040422192900 DOT GA4119 AT coe DOT bosbc DOT com> <20040422193040 DOT GA4147 AT coe DOT bosbc DOT com> <031001c428a5$49c971b0$2bcfea18 AT THEODOLITE> Subject: Re: DBD-Oracle error building on cygwin1.5.9 Date: Mon, 26 Apr 2004 11:30:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-BigFish: v X-IsSubscribed: yes Just to close the loop on this. We found the problem with DBD::Oracle1.15 on perl 5.8. It is unrealeated to the Patch suggested by Tim Bunce on the DBI mail list. After pursuing that Non-domestic fowl for a while, we noticed that the oci.def file included with the source contains no reference to "OCILobWriteAppend". so: Remove liboci.a (created when you run "perl Makefile.pl", but not removed on "clean"). Add: OCILobWriteAppend to the oci.def file. and everything should work. ( at least it does for us) ----- Original Message ----- From: "Bruce Dobrin" To: Sent: Thursday, April 22, 2004 1:06 PM Subject: DBD-Oracle error building on cygwin1.5.9 > Hi, > > I've been trying to recompile and install DBD-Oracle (1.12-1.15 ) against > the newest perl 5.8 on cygwin1.5.9 . It works fine on the perl 5.6 group > ( as long as I follow the readme) but on perl5.8 I get a compile error; an > undefined reference to "_OCILobWriteAppend" . On searching for that > specific error there is a newsgroup article from the author Tim Bunce from > March 03 that this is a known error in 1.15, and he suggests a possible > patch and also suggests that there are (unspecified) ways around this issue > until he can realease a DBI-Oracle with a fixed OCILobWriteAppend. Well, > the patch didn't work for me, and now I'm wondering if there is anyone out > there that has gotten this thing to build on cygwin! I'd hate to have to go > back to perl 5.6. > > Thanks > Bruce Dobrin > dobrin AT imageworks DOT com > > > -- > 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/ > -- 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/