From owner-freebsd-database Tue Dec 14 13:40:27 1999 Delivered-To: freebsd-database@freebsd.org Received: from elpaso.peoplelink.com (elpaso.peoplelink.com [209.85.131.207]) by hub.freebsd.org (Postfix) with ESMTP id 831DC14F85; Tue, 14 Dec 1999 13:40:21 -0800 (PST) (envelope-from jjn@peoplelink.com) Received: from peoplelink.com (ns10-hq-1.peoplelink.com [209.85.131.216]) by elpaso.peoplelink.com (8.9.1/8.9.1) with ESMTP id NAA24576; Tue, 14 Dec 1999 13:42:16 -0800 (PST) Message-ID: <3856B940.FC7914CD@peoplelink.com> Date: Tue, 14 Dec 1999 13:40:16 -0800 From: Jeremy Noetzelman X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: database@freebsd.org, emulation@freebsd.org Subject: Sybase Client Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Has anyone gotten the Linux Sybase OpenClient to work? -- Jeremy Noetzelman Manager, Internet Operations PeopleLink, Inc Work: (310) 581-4299 x128 Email: jjn@peoplelink.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Mon Dec 20 16:47:37 1999 Delivered-To: freebsd-database@freebsd.org Received: from goshen.rutgers.edu (goshen.rutgers.edu [165.230.180.150]) by hub.freebsd.org (Postfix) with ESMTP id EC3F7153D0 for ; Mon, 20 Dec 1999 16:47:30 -0800 (PST) (envelope-from damascus@eden.rutgers.edu) Received: from damascus (damascus.dorm.rutgers.edu [165.230.0.68]) by goshen.rutgers.edu (8.8.8/8.8.8) with ESMTP id TAA13365 for ; Mon, 20 Dec 1999 19:47:25 -0500 (EST) Message-Id: <4.2.2.19991220194451.00b285c0@email.eden.rutgers.edu> X-Sender: damascus@email.eden.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Mon, 20 Dec 1999 19:47:50 -0500 To: freebsd-database@FreeBSD.ORG From: Carroll Kong Subject: Re: Small Problems with Oracle for Linux for FreeBSD In-Reply-To: <382B1539.6188AF73@hiverworld.com> References: <4.2.0.58.19991110220244.00ac2e40@email.eden.rutgers.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Hey guys, I went to this excellent web site http://www.scc.nl/~marcel/howto-oracle.html It tells you how to setup oracle for linux under freebsd. However, I ran into a small problem. lnetv2 -lnncc -lnsgl -lnsglc -lnmd -lnms -lnfp -lnms0 -lnetwork -L/usr/lib -ldl -lc /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function `__do_gl obal_dtors_aux': /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x31): undefine d reference to `__deregister_frame_info' /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function `frame_d ummy': /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x5a): undefine d reference to `__register_frame_info' collect2: ld returned 1 exit status make: *** [tnslsnr] Error 1 This is for making the tcp_listener. He mentions it in the web page, and I run the line he mentions, but for some odd reason the linux compiler keeps on barfing? Does anyone hae any ideas on why this is not working? I mean, is that the right version of the egcs? Should I try an older version? Does anyone know which version is needed to compile this? If they got this version to work, then it is obviously my fault so I should look into it, but I tried a lot of little tricks and I cannot seem to figure out what is wrong. Thanks in advance! -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 1:53:30 1999 Delivered-To: freebsd-database@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 80E8514EF4 for ; Tue, 21 Dec 1999 01:53:24 -0800 (PST) (envelope-from freebsd-database@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id KAA24903 for database@FreeBSD.org; Tue, 21 Dec 1999 10:36:06 +0100 (CET) (envelope-from freebsd-database@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for database@FreeBSD.org (database@FreeBSD.org) To: database@FreeBSD.org Date: Tue, 21 Dec 1999 10:36:01 +0100 From: Marcel Moolenaar Message-ID: <385F4A01.84BDF132@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <382B1539.6188AF73@hiverworld.com>, <4.2.2.19991220194451.00b285c0@email.eden.rutgers.edu> Subject: Re: Small Problems with Oracle for Linux for FreeBSD Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Carroll Kong wrote: > > Hey guys, I went to this excellent web site > > http://www.scc.nl/~marcel/howto-oracle.html Thanks :-) > It tells you how to setup oracle for linux under freebsd. However, I ran > into a small problem. > > lnetv2 -lnncc -lnsgl -lnsglc -lnmd -lnms -lnfp -lnms0 -lnetwork -L/usr/lib > -ldl > -lc > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function > `__do_gl > obal_dtors_aux': > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x31): > undefine > d reference to `__deregister_frame_info' > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In function > `frame_d > ummy': > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x5a): > undefine > d reference to `__register_frame_info' > collect2: ld returned 1 exit status > make: *** [tnslsnr] Error 1 > > This is for making the tcp_listener. He mentions it in the web page, and I > run the line he mentions, but for some odd reason the linux compiler keeps > on barfing? I think this is solved by "upgrading" linux_base. I assume you have linux_base-5.2 from the ports collection, right? Try using linux_base-6.1 from http://www.freebsd.org/~marcel. > is that the right version of the egcs? Should I try an older > version? Does anyone know which version is needed to compile this? It's not necessarily a compiler issue, but I think it's more a library 'thingy'. I haven't paid much attention to Oracle lately, so I'm somewhat behind on the latest facts. Correct me if I'm wrong... -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 2:14:46 1999 Delivered-To: freebsd-database@freebsd.org Received: from estavous.sfr.fr (estavous.sfr.fr [195.115.41.46]) by hub.freebsd.org (Postfix) with ESMTP id D0E3314FFF for ; Tue, 21 Dec 1999 02:14:42 -0800 (PST) (envelope-from guillaume.mailliet@cegetel.fr) Received: from lesept.sfr.fr (lesept.sfr.fr [195.115.41.61]) by estavous.sfr.fr (8.8.6 (PHNE_17135)/X.X.X) with ESMTP id LAA15818; Tue, 21 Dec 1999 11:14:37 +0100 (MET) Received: from pegase.univers.cegetel.fr (localhost [127.0.0.1]) by lesept.sfr.fr (8.8.8+Sun/8.8.8) with ESMTP id LAA19415; Tue, 21 Dec 1999 11:14:36 +0100 (MET) Received: by PEGASE with Internet Mail Service (5.5.2448.0) id ; Tue, 21 Dec 1999 11:14:37 +0100 Message-ID: From: MAILLIET Guillaume To: "'Marcel Moolenaar'" , database@FreeBSD.ORG Subject: RE: Small Problems with Oracle for Linux for FreeBSD Date: Tue, 21 Dec 1999 11:14:40 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk I have not all the info at hand, but you should add a '-lstdc++' in the LDFLAGS of the corresponding makefile (env_xxx.mk). There is a couple = of such makefile to modif this way (may be 5 or 6). It's OK FreebSD 3.3. = You should add RPM tcl8.0 at some point too in 1 makefile. -----Message d'origine----- De: Marcel Moolenaar [mailto:marcel@scc.nl] Date: mardi 21 d=E9cembre 1999 10:36 =C0: database@FreeBSD.ORG Objet: Re: Small Problems with Oracle for Linux for FreeBSD Carroll Kong wrote: >=20 > Hey guys, I went to this excellent web site >=20 > http://www.scc.nl/~marcel/howto-oracle.html Thanks :-) > It tells you how to setup oracle for linux under freebsd. However, I ran > into a small problem. >=20 > lnetv2 -lnncc -lnsgl -lnsglc -lnmd -lnms -lnfp -lnms0 -lnetwork = -L/usr/lib > -ldl > -lc > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In = function > `__do_gl > obal_dtors_aux': > = /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x31): > undefine > d reference to `__deregister_frame_info' > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o: In = function > `frame_d > ummy': > = /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.29/crtbegin.o(.text+0x5a): > undefine > d reference to `__register_frame_info' > collect2: ld returned 1 exit status > make: *** [tnslsnr] Error 1 >=20 > This is for making the tcp_listener. He mentions it in the web page, = and I > run the line he mentions, but for some odd reason the linux compiler = keeps > on barfing? I think this is solved by "upgrading" linux_base. I assume you have linux_base-5.2 from the ports collection, right? Try using linux_base-6.1 from http://www.freebsd.org/~marcel. > is that the right version of the egcs? Should I try an older > version? Does anyone know which version is needed to compile this? It's not necessarily a compiler issue, but I think it's more a library 'thingy'. I haven't paid much attention to Oracle lately, so I'm somewhat behind on the latest facts. Correct me if I'm wrong... --=20 Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 2:37: 9 1999 Delivered-To: freebsd-database@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 914801542D for ; Tue, 21 Dec 1999 02:37:07 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 120Mei-0007Oq-00; Tue, 21 Dec 1999 10:36:36 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id LAA16414; Tue, 21 Dec 1999 11:37:02 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <385F584E.98ADF15F@scc.nl> Date: Tue, 21 Dec 1999 11:37:02 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: MAILLIET Guillaume Cc: database@FreeBSD.ORG Subject: Re: Small Problems with Oracle for Linux for FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk MAILLIET Guillaume wrote: > > I have not all the info at hand, but you should add a '-lstdc++' in the > LDFLAGS of the corresponding makefile (env_xxx.mk). There is a couple of > such makefile to modif this way (may be 5 or 6). It's OK FreebSD 3.3. You > should add RPM tcl8.0 at some point too in 1 makefile. But this would indicate that the Makefiles are broken and consequently that Oracle is broken. This obviously is not the case. The cause of the problem is merely worked around in this way I think. Solving the real problem is more constructive. Anyway, my 2c... -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 5:36:44 1999 Delivered-To: freebsd-database@freebsd.org Received: from goshen.rutgers.edu (goshen.rutgers.edu [165.230.180.150]) by hub.freebsd.org (Postfix) with ESMTP id 4B65214A2B for ; Tue, 21 Dec 1999 05:36:42 -0800 (PST) (envelope-from damascus@eden.rutgers.edu) Received: from damascus (damascus.dorm.rutgers.edu [165.230.0.68]) by goshen.rutgers.edu (8.8.8/8.8.8) with ESMTP id IAA29338; Tue, 21 Dec 1999 08:36:38 -0500 (EST) Message-Id: <4.2.2.19991221083531.022fdb00@email.eden.rutgers.edu> X-Sender: damascus@email.eden.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 21 Dec 1999 08:37:07 -0500 To: Marcel Moolenaar , database@FreeBSD.ORG From: Carroll Kong Subject: Re: Small Problems with Oracle for Linux for FreeBSD In-Reply-To: <385F4A01.84BDF132@scc.nl> References: <382B1539.6188AF73@hiverworld.com> <4.2.2.19991220194451.00b285c0@email.eden.rutgers.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk At 10:36 AM 12/21/99 +0100, Marcel Moolenaar wrote: >Carroll Kong wrote: > > Hey guys, I went to this excellent web site > > > > http://www.scc.nl/~marcel/howto-oracle.html > >I think this is solved by "upgrading" linux_base. I assume you have >linux_base-5.2 from the ports collection, right? Try using >linux_base-6.1 from http://www.freebsd.org/~marcel. > >-- >Marcel Moolenaar mailto:marcel@scc.nl It is! I tried the linux_base-6.1, and I got the listener working! I am going to try the others too (I guess I should have did it before I responded to this, but I am so happy, I have to respond now!). I had to pkg_delete linux_base-5.2 naturally. linux_devel-6.0 seems broken, but I was still able to get the listener working! I left the initial url since I have to reiterate how helpful that site was. Great work Marcel. Thanks a lot for the fix! -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 21:39:57 1999 Delivered-To: freebsd-database@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 8E9A314E14 for ; Tue, 21 Dec 1999 21:39:55 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id D26811C2B; Wed, 22 Dec 1999 00:39:22 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id C205E381B; Wed, 22 Dec 1999 00:39:22 -0500 (EST) Date: Wed, 22 Dec 1999 00:39:22 -0500 (EST) From: Bill Fumerola To: Marcel Moolenaar Cc: database@FreeBSD.org Subject: Re: Small Problems with Oracle for Linux for FreeBSD In-Reply-To: <385F4A01.84BDF132@scc.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk On Tue, 21 Dec 1999, Marcel Moolenaar wrote: > I think this is solved by "upgrading" linux_base. I assume you have > linux_base-5.2 from the ports collection, right? Try using > linux_base-6.1 from http://www.freebsd.org/~marcel. > > > is that the right version of the egcs? Should I try an older > > version? Does anyone know which version is needed to compile this? > > It's not necessarily a compiler issue, but I think it's more a library > 'thingy'. Would this help the problems I've been having with linux-communicator47 coreing when I run it? It works fine on my laptop which is fairly -CURRENT but doesn't on two brand new 4.0-1999121X machines. Want a ktrace? -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Dec 21 22:28:19 1999 Delivered-To: freebsd-database@freebsd.org Received: from sub.cwa.co.nz (cwa.co.nz [203.96.59.39]) by hub.freebsd.org (Postfix) with ESMTP id 4CFF514FBD for ; Tue, 21 Dec 1999 22:28:17 -0800 (PST) (envelope-from andrew@tki.org.nz) Received: from localhost (andrew@localhost) by sub.cwa.co.nz (8.9.3/8.9.3) with ESMTP id TAA54703 for ; Wed, 22 Dec 1999 19:26:38 +1300 (NZDT) (envelope-from andrew@sub.cwa.co.nz) Date: Wed, 22 Dec 1999 19:26:38 +1300 (NZDT) From: Andrew McNaughton To: freebsd-database@freebsd.org Subject: Inverted text indexes in relational database? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk There was a discussion on this list some time back about managing the freebsd mailing list archives. In that context I remember that someone made reference to a inverted indexing system for postgresql that someone was working on. I suspect it may not have been distributed publicly. Does anyone know anything about this? I don't seem to get anything from web searches. Maybe someone knows a name for the project, or someone involved. Andrew McNaughton http://www/scoop.co.nz/ http://www.tki.org.nz/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Dec 22 3:28:45 1999 Delivered-To: freebsd-database@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 54ECD14EFF for ; Wed, 22 Dec 1999 03:28:37 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 120jwU-0006Jn-00; Wed, 22 Dec 1999 11:28:30 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id MAA14584; Wed, 22 Dec 1999 12:28:25 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <3860B5D9.A3A575DF@scc.nl> Date: Wed, 22 Dec 1999 12:28:25 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Fumerola Cc: database@FreeBSD.org Subject: Re: Small Problems with Oracle for Linux for FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk [this should probably be moved to -emulation] Bill Fumerola wrote: > > On Tue, 21 Dec 1999, Marcel Moolenaar wrote: > > > I think this is solved by "upgrading" linux_base. I assume you have > > linux_base-5.2 from the ports collection, right? Try using > > linux_base-6.1 from http://www.freebsd.org/~marcel. > > > > > is that the right version of the egcs? Should I try an older > > > version? Does anyone know which version is needed to compile this? > > > > It's not necessarily a compiler issue, but I think it's more a library > > 'thingy'. > > Would this help the problems I've been having with linux-communicator47 > coreing when I run it? Possible... I haven't used 5.2 when I wrote 6.0 and I now use 6.1 exclusively and communicator works without problems (a core ones a week is often; but then again I'm not surfing that much). I always leave communicator open in the component-bar so it's basicly running 24/7. > It works fine on my laptop which is fairly -CURRENT but doesn't on two > brand new 4.0-1999121X machines. I assume you have 5.2 on these snaps? > Want a ktrace? ktrace doesn't give enough information on this one, because it's probably not a bug in the Linuxulator. I think a debugger would do better. TBH, I don't think we should start doing that :-( -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Dec 22 12:50:58 1999 Delivered-To: freebsd-database@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 1779E155A7; Wed, 22 Dec 1999 12:50:55 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id C3EEB1C60; Wed, 22 Dec 1999 15:50:20 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id B59C5381B; Wed, 22 Dec 1999 15:50:20 -0500 (EST) Date: Wed, 22 Dec 1999 15:50:20 -0500 (EST) From: Bill Fumerola To: Marcel Moolenaar Cc: emulation@FreeBSD.org Subject: Re: Small Problems with Oracle for Linux for FreeBSD In-Reply-To: <3860B5D9.A3A575DF@scc.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk On Wed, 22 Dec 1999, Marcel Moolenaar wrote: > > It works fine on my laptop which is fairly -CURRENT but doesn't on two > > brand new 4.0-1999121X machines. > > I assume you have 5.2 on these snaps? Since you haven't committed anything else, I was using whatever is in the ports tree. > > Want a ktrace? > > ktrace doesn't give enough information on this one, because it's > probably not a bug in the Linuxulator. I think a debugger would do > better. TBH, I don't think we should start doing that :-( Okay. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Fri Dec 24 8:51:57 1999 Delivered-To: freebsd-database@freebsd.org Received: from web1302.mail.yahoo.com (web1302.mail.yahoo.com [128.11.23.152]) by hub.freebsd.org (Postfix) with SMTP id EF69214DDD for ; Fri, 24 Dec 1999 08:51:55 -0800 (PST) (envelope-from gesperon@yahoo.com) Received: (qmail 27620 invoked by uid 60001); 24 Dec 1999 16:51:55 -0000 Message-ID: <19991224165155.27619.qmail@web1302.mail.yahoo.com> Received: from [169.158.131.194] by web1302.mail.yahoo.com; Fri, 24 Dec 1999 08:51:55 PST Date: Fri, 24 Dec 1999 08:51:55 -0800 (PST) From: Gabor Esperon Subject: What database i can use? To: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk I need a good database server in my network, Under FreeBSD 3.3 What is recommended: Oracle, MySQL, PostgreSQL or another? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Fri Dec 24 9: 5:49 1999 Delivered-To: freebsd-database@freebsd.org Received: from web1302.mail.yahoo.com (web1302.mail.yahoo.com [128.11.23.152]) by hub.freebsd.org (Postfix) with SMTP id D39AD15020 for ; Fri, 24 Dec 1999 09:05:41 -0800 (PST) (envelope-from gesperon@yahoo.com) Received: (qmail 29129 invoked by uid 60001); 24 Dec 1999 17:05:41 -0000 Message-ID: <19991224170541.29128.qmail@web1302.mail.yahoo.com> Received: from [169.158.131.194] by web1302.mail.yahoo.com; Fri, 24 Dec 1999 09:05:41 PST Date: Fri, 24 Dec 1999 09:05:41 -0800 (PST) From: Gabor Esperon Subject: What database i can use? To: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk I need a good database server in my network, under FreeBSD 3.3 What is recommended: Oracle, MySQL, PostgreSQL or another? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Fri Dec 24 9:27:46 1999 Delivered-To: freebsd-database@freebsd.org Received: from mail.rdc1.nj.home.com (ha1.rdc1.nj.home.com [24.3.128.66]) by hub.freebsd.org (Postfix) with ESMTP id 3579914F15 for ; Fri, 24 Dec 1999 09:27:44 -0800 (PST) (envelope-from damascus@eden.rutgers.edu) Received: from damascus ([24.3.219.36]) by mail.rdc1.nj.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991224172740.ILCM18367.mail.rdc1.nj.home.com@damascus>; Fri, 24 Dec 1999 09:27:40 -0800 Message-Id: <4.2.2.19991224122344.0200db60@email.eden.rutgers.edu> X-Sender: damascus@email.eden.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Fri, 24 Dec 1999 12:26:07 -0500 To: Gabor Esperon , freebsd-database@FreeBSD.ORG From: Carroll Kong Subject: Re: What database i can use? In-Reply-To: <19991224165155.27619.qmail@web1302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk At 08:51 AM 12/24/99 -0800, Gabor Esperon wrote: >I need a good database server in my network, Under >FreeBSD 3.3 > >What is recommended: Oracle, MySQL, PostgreSQL or >another? Oracle for linux under freebsd is really tough to setup. I have not finished setting it up yet and the compatibility mode does not take advantage of the linux threads either. Mysql is fast and nice but I think the lack of transactions and sub selects a bit tacky. Lots of people tell me it is easy to get around it. I think it is inherently a problem for a more reliable database, however, their web site mentions ways to get around recovery without transactions. Postgresql is my personal 'favorite' since they seem more compliant to the SQL standards. It is a touch slower than mysql on some operations though. -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Fri Dec 24 10:42:27 1999 Delivered-To: freebsd-database@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.127.49]) by hub.freebsd.org (Postfix) with ESMTP id 3568E14F38 for ; Fri, 24 Dec 1999 10:42:08 -0800 (PST) (envelope-from berend@pobox.com) Received: from auke.nederware.nl (nederware.nl [194.109.55.62]) by smtp3.xs4all.nl (8.9.3/8.9.3) with ESMTP id TAA03741 for ; Fri, 24 Dec 1999 19:42:01 +0100 (CET) Received: from bmach (bmach.nederware.nl [192.168.33.3]) by auke.nederware.nl (8.8.8/8.8.8) with SMTP id TAA02272 for ; Fri, 24 Dec 1999 19:16:20 +0100 (CET) (envelope-from berend@pobox.com) From: "Berend de Boer" To: Subject: RE: What database i can use? Date: Fri, 24 Dec 1999 19:16:16 +0100 Message-ID: <001d01bf4e3a$f89a3a70$0321a8c0@bmach.nederware.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-reply-to: <19991224170541.29128.qmail@web1302.mail.yahoo.com> Importance: Normal Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk > What is recommended: Oracle, MySQL, PostgreSQL or > another? Oracle costs money, hard to setup, but most features. MySQL isn't a real RDBMS, so not an option. Leaves PostgreSQL. Stable and reasonably fast. Doesn't support full ANSI92 SQL (no JOIN statement for example). But has many other features. I would start with PostgreSQL. Groetjes, Berend. (-: