Received: from punt.demon.co.uk by oink with SMTP (PP) id <22169-3@oink>;
Tue, 21 May 1996 00:13:26 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832632744:28189:1; Mon, 20 May 96 23:52:24 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa27566; 20 May 96 23:52 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id MAA15992 for dbi-users-real; Mon, 20 May 1996 12:09:17 -0700
Precedence: junk
Sender:
[email protected]
Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77])
by toccata.fugue.com (8.6.12/8.6.11) with SMTP id MAA15988
for <
[email protected]>; Mon, 20 May 1996 12:09:09 -0700
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
id aa06054; 20 May 96 19:24 +0100
Received: from ignite.demon.co.uk ([158.152.8.99]) by relay-3.mail.demon.net
id aa10339; 20 May 96 19:24 +0100
Received: from toad by oink with SMTP (PP) id <14739-0@oink>;
Mon, 20 May 1996 18:13:25 +0100
Received: by toad.ig.co.uk (5.0/SMI-SVR4) id AA00482;
Mon, 20 May 1996 18:12:52 +0000
Date: Mon, 20 May 1996 18:12:52 +0000
From: Tim Bunce <
[email protected]>
Message-Id: <
[email protected]>
To:
[email protected],
[email protected]
Subject: Re: Oracle DBD. Cant find loadable object.
X-Sun-Charset: US-ASCII
content-length: 1177
Organization: Paul Ingram Group, Software Systems, +44 1 483 424424
> From: Shawn M Ferris <
[email protected]>
>
> I used the test script at:
>
http://www.hermetica.com/technologia/DBI/examples/ex2.html
> with modifications to connect to my DB and get the following:
>
> install_driver(Oracle) failed: Can't find loadable object for module
> DBD::Oracle in @INC (/usr/lib/perl5/PA-RISC1.1/5.002 /usr/lib/perl5
> /usr/lib/perl5/site_perl/PA-RISC1.1 /usr/lib/perl5/site_perl .) at
> /usr/lib/perl5/DBD/Oracle.pm line 20
>
> DBI::install_driver called at ./test.pl line 7
>
> I know Im overlooking something stupid. On another machine I have set
> up an mSQL DBD and it works great. What am I missing? Which file is
> it looking for? 8) Need more info I'll give the README Specifics. BTW:
> This is running on an HP/G30 running HPUX 9.04, 128mb ram, oracle
> 7.0.16. Perl 5.002b3, DBI 0.69, Oracle-DBD 0.29. Any and all help will
> be greatly appreciated.
DBD::Oracle on HPUX _9_ has to be built using static linking (I'm told).
Read the README (as instructed) and the log of the Makefile.PL for details.
Basically you need to install the new perl binary that got built
(it has the DBD::Oracle modules embedded within it).
Tim.
---+++---
Received: from punt2.demon.co.uk by oink with SMTP (PP) id <22234-0@oink>;
Tue, 21 May 1996 00:16:48 +0100
Received: from punt-2.mail.demon.net by mailstore for
[email protected]
id 832634184:13801:3; Tue, 21 May 96 00:16:24 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-2.mail.demon.net
id aa13257; 21 May 96 0:15 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id LAA15614 for dbi-users-real; Mon, 20 May 1996 11:16:34 -0700
Precedence: junk
Sender:
[email protected]
Received: from mail.Clark.Net (mail.clark.net [168.143.0.10])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id LAA15602
for <
[email protected]>; Mon, 20 May 1996 11:16:33 -0700
Received: from clark.net (
[email protected] [168.143.0.7])
by mail.Clark.Net (8.7.3/8.6.5) with ESMTP id OAA17250;
Mon, 20 May 1996 14:06:15 -0400 (EDT)
Received: from JPOSNER (jposner.pcy.mci.net [206.128.186.112])
by clark.net (8.7.1/8.7.1) with SMTP id OAA14510;
Mon, 20 May 1996 14:06:11 -0400 (EDT)
Message-ID: <
[email protected]>
Date: Mon, 20 May 1996 14:05:49 -0400
From: Jeff Posner <
[email protected]>
Organization: MCI
X-Mailer: Mozilla 2.01Gold (WinNT; I)
MIME-Version: 1.0
To: Brian Golden <
[email protected]>, DBI Users <
[email protected]>
CC: Pari Shanmugam <
[email protected]>, Mike Conger <
[email protected]>
Subject: Another memory leak??
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Can someone confirm this memory leak and provide a fix. I just
don't know dbd/dbi at this level :-(. The leak is approximately one
memory page per 8 cyles and only happens with ora_titles, ora_lengths or
ora_types is called.
Thanks,
Jeff
perl 5.002
DBI-69
DBD-29
GCC 2.7.2
Solaris 2.4
#!/usr/local/bin/perl
use Oraperl;
$hDB = ora_login('your_db', 'your_user/your_pw', '') || die ;
while (1) {
$csr=ora_open($hDB, 'select * from demand where ded_id=-1');
@titles=ora_titles($csr); # THIS CAUSES A LEAK
printf "%d\n", $i++;
}
---+++---
Received: from punt2.demon.co.uk by oink with SMTP (PP) id <23722-6@oink>;
Tue, 21 May 1996 07:06:30 +0100
Received: from punt-2.mail.demon.net by mailstore for
[email protected]
id 832642717:18748:3; Tue, 21 May 96 02:38:37 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-2.mail.demon.net
id aa18663; 21 May 96 2:38 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id SAA17218 for dbi-users-real; Mon, 20 May 1996 18:22:14 -0700
Precedence: junk
Sender:
[email protected]
Received: from elm.ncs.com.sg (elm.ncs.com.sg [203.116.16.17])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id SAA17214
for <
[email protected]>; Mon, 20 May 1996 18:22:12 -0700
Received: (from appatr@localhost) by elm.ncs.com.sg (8.7.3/8.7.3) id JAA09351;
Tue, 21 May 1996 09:17:07 +0800 (SGT)
Date: Tue, 21 May 1996 09:17:07 +0800 (SGT)
From: Appat Ramesh <
[email protected]>
To:
[email protected]
Subject: Problem!!
Message-ID: <Pine.SOL.3.91.960521091259.8886A-100000@elm>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hello,
I have successfully installed the DBI and DBD in the oracle server but it
seems to give a small problem.
When I do "make test" it does everything properly except in the end it
gives "Bus error (Core dump)".
I wrote a sample program which just installs the driver, connects to the
server database, disconnets and exists.
It gives the same problem here too.
Can I send the "server" name as the first parameter to the data base
"connect" cuntion?
If you can help me regarding this problem it will be very helpful for me.
Thanking you.
A. Ramesh
National Computer Systems Pvt Ltd,
Singapore
Res:-
Block 804, #02-4303,
Yishun Ring Road,
Singapore - 760804
Phone number :- 7593642
---+++---
Received: from punt2.demon.co.uk by oink with SMTP (PP) id <23722-10@oink>;
Tue, 21 May 1996 07:07:27 +0100
Received: from punt-2.mail.demon.net by mailstore for
[email protected]
id 832650697:02750:1; Tue, 21 May 96 04:51:37 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-2.mail.demon.net
id aa02174; 21 May 96 4:50 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id UAA18046 for dbi-announce-real; Mon, 20 May 1996 20:42:31 -0700
Precedence: junk
Sender:
[email protected]
Received: from gw.home.vix.com (gw.home.vix.com [192.5.5.1])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id UAA18037;
Mon, 20 May 1996 20:40:58 -0700
Received: by gw.home.vix.com id UAA16265; Mon, 20 May 1996 20:40:53 -0700
X-btw: vix.com is also gw.home.vix.com and vixie.sf.ca.us
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
id aa02725; 21 May 96 0:58 +0100
Received: from ignite.demon.co.uk ([158.152.8.99]) by relay-3.mail.demon.net
id aa10389; 21 May 96 0:58 +0100
Received: from toad by oink with SMTP (PP) id <22675-0@oink>;
Tue, 21 May 1996 00:57:35 +0100
Received: by toad.ig.co.uk (5.0/SMI-SVR4) id AA03271;
Tue, 21 May 1996 00:57:17 +0000
Date: Tue, 21 May 1996 00:57:17 +0000
From: Tim Bunce <
[email protected]>
Message-Id: <
[email protected]>
To:
[email protected]
Subject: Announce: DBD-Oracle-0.31 (including Oraperl 1.25)
Cc:
[email protected]
X-Sun-Charset: US-ASCII
Organization: Paul Ingram Group, Software Systems, +44 1 483 424424
This release mainly consolidates some patches.
Changes in DBD::Oracle 0.31 (Oraperl 1.25), 20th May 1996
Makefile.PL for HP-UX now defaults to dynamic for hpux >= 10.
execute (ora_bind/ora_do) now returns undef on error or the
number of rows affected (0 is returned as 0E0, hence true, for
okay but no rows affected or no row count available/applicable).
This matches the oraperl version 2.4 behaviour.
Made an attempt at supporting Oracle 7.3 (e.g. include's in proc.mk)
Please let me know if it works (else supply patches to fix it :-)
Fixed small memory leak in ora_titles etc functions.
Uploaded to ftp.demon.co.uk. May take a day or so to get to PAUSE+CPAN.
Tim.
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <23723-15@oink>;
Tue, 21 May 1996 07:13:04 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832641479:10957:0; Tue, 21 May 96 02:17:59 BST
Received: from relay-1.mail.demon.net ([158.152.1.140])
by punt-1.mail.demon.net id aa10676; 21 May 96 2:17 +0100
Received: from toccata.fugue.com ([204.254.239.2]) by relay-1.mail.demon.net
id aa24249; 21 May 96 2:16 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id QAA16832 for dbi-users-real; Mon, 20 May 1996 16:02:02 -0700
Precedence: junk
Sender:
[email protected]
Received: from fruitbat.mcqueen.com (pillshovel.mcqueen.com [194.72.106.246])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id QAA16828
for <
[email protected]>; Mon, 20 May 1996 16:01:56 -0700
Received: (from descarte@localhost) by fruitbat.mcqueen.com (8.6.12/8.6.12)
id XAA12629 for
[email protected]; Mon, 20 May 1996 23:53:47 +0100
From: Alligator Descartes <
[email protected]>
Message-Id: <
[email protected]>
Subject: Hermetica WWW site moving!
To:
[email protected]
Date: Mon, 20 May 1996 23:53:47 +0100 (BST)
X-Pants: ** The return address of this email should be:
[email protected]
X-Mailer: ELM [version 2.4 PL24]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 534
A warning! The Hermetica pages will be in transit on either Tuesday or
Wednesday ( 21-22/05/96 ). There's a mailing list archive backlog waiting
to get added, which'll get done once the move is complete.
So!
If you get any weirder than normal messages about stuff gone missing, don't
worry unduly and try again a wee while later.
A.
--
Alligator Descartes | Nexus - Multi-User Virtual Reality
Anathematician |
http://www.hermetica.com/nexus
[email protected] | Muse of the Day: "Juliette" - Marquis de Sade
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <23867-0@oink>;
Tue, 21 May 1996 07:15:40 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832650514:28464:1; Tue, 21 May 96 04:48:34 BST
Received: from relay-1.mail.demon.net ([158.152.1.140])
by punt-1.mail.demon.net id aa28364; 21 May 96 4:48 +0100
Received: from toccata.fugue.com ([204.254.239.2]) by relay-1.mail.demon.net
id aa14869; 21 May 96 4:48 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id UAA18041 for dbi-users-real; Mon, 20 May 1996 20:41:01 -0700
Precedence: junk
Sender:
[email protected]
Received: from gw.home.vix.com (gw.home.vix.com [192.5.5.1])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id UAA18037;
Mon, 20 May 1996 20:40:58 -0700
Received: by gw.home.vix.com id UAA16265; Mon, 20 May 1996 20:40:53 -0700
X-btw: vix.com is also gw.home.vix.com and vixie.sf.ca.us
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
id aa02725; 21 May 96 0:58 +0100
Received: from ignite.demon.co.uk ([158.152.8.99]) by relay-3.mail.demon.net
id aa10389; 21 May 96 0:58 +0100
Received: from toad by oink with SMTP (PP) id <22675-0@oink>;
Tue, 21 May 1996 00:57:35 +0100
Received: by toad.ig.co.uk (5.0/SMI-SVR4) id AA03271;
Tue, 21 May 1996 00:57:17 +0000
Date: Tue, 21 May 1996 00:57:17 +0000
From: Tim Bunce <
[email protected]>
Message-Id: <
[email protected]>
To:
[email protected]
Subject: Announce: DBD-Oracle-0.31 (including Oraperl 1.25)
Cc:
[email protected]
X-Sun-Charset: US-ASCII
Organization: Paul Ingram Group, Software Systems, +44 1 483 424424
This release mainly consolidates some patches.
Changes in DBD::Oracle 0.31 (Oraperl 1.25), 20th May 1996
Makefile.PL for HP-UX now defaults to dynamic for hpux >= 10.
execute (ora_bind/ora_do) now returns undef on error or the
number of rows affected (0 is returned as 0E0, hence true, for
okay but no rows affected or no row count available/applicable).
This matches the oraperl version 2.4 behaviour.
Made an attempt at supporting Oracle 7.3 (e.g. include's in proc.mk)
Please let me know if it works (else supply patches to fix it :-)
Fixed small memory leak in ora_titles etc functions.
Uploaded to ftp.demon.co.uk. May take a day or so to get to PAUSE+CPAN.
Tim.
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <23792-17@oink>;
Tue, 21 May 1996 07:16:05 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832650954:00652:2; Tue, 21 May 96 04:55:54 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa00188; 21 May 96 4:54 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id UAA18122 for dbi-users-real; Mon, 20 May 1996 20:52:10 -0700
Precedence: junk
Sender:
[email protected]
Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77])
by toccata.fugue.com (8.6.12/8.6.11) with SMTP id UAA18117
for <
[email protected]>; Mon, 20 May 1996 20:51:56 -0700
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
id ac01832; 21 May 96 0:50 +0100
Received: from ignite.demon.co.uk ([158.152.8.99]) by relay-3.mail.demon.net
id aa09313; 21 May 96 0:49 +0100
Received: from toad by oink with SMTP (PP) id <22584-0@oink>;
Tue, 21 May 1996 00:49:02 +0100
Received: by toad.ig.co.uk (5.0/SMI-SVR4) id AA03089;
Tue, 21 May 1996 00:48:38 +0000
Date: Tue, 21 May 1996 00:48:38 +0000
From: Tim Bunce <
[email protected]>
Message-Id: <
[email protected]>
To:
[email protected],
[email protected],
[email protected]
Subject: Re: Another memory leak??
Cc:
[email protected],
[email protected]
X-Sun-Charset: US-ASCII
content-length: 1606
Organization: Paul Ingram Group, Software Systems, +44 1 483 424424
> From: Jeff Posner <
[email protected]>
>
> Can someone confirm this memory leak and provide a fix.
Once instant confirmation and fix coming up...
> I just
> don't know dbd/dbi at this level :-(. The leak is approximately one
> memory page per 8 cyles and only happens with ora_titles, ora_lengths or
> ora_types is called.
>
> Thanks,
> Jeff
>
> perl 5.002
> DBI-69
> DBD-29
> GCC 2.7.2
> Solaris 2.4
>
> #!/usr/local/bin/perl
> use Oraperl;
>
> $hDB = ora_login('your_db', 'your_user/your_pw', '') || die ;
>
> while (1) {
> $csr=ora_open($hDB, 'select * from demand where ded_id=-1');
> @titles=ora_titles($csr); # THIS CAUSES A LEAK
> printf "%d\n", $i++;
> }
Thanks for the clear message and simple test case.
Here's the patch... *just* in time for DBD::Oracle 0.31.
*** 1.16 1996/05/20 21:29:58
--- dbdimp.c 1996/05/20 23:35:20
***************
*** 903,909 ****
return Nullsv;
}
if (cacheit) { /* cache for next time (via DBI quick_FETCH) */
! hv_store((HV*)SvRV(sth), key, kl, retsv, 0);
(void)SvREFCNT_inc(retsv); /* so sv_2mortal won't free it */
}
return sv_2mortal(retsv);
--- 903,911 ----
return Nullsv;
}
if (cacheit) { /* cache for next time (via DBI quick_FETCH) */
! SV **svp = hv_fetch((HV*)SvRV(sth), key, kl, 1);
! sv_free(*svp);
! *svp = retsv;
(void)SvREFCNT_inc(retsv); /* so sv_2mortal won't free it */
}
return sv_2mortal(retsv);
Phew! 30 minute turn around from leak report to patch. Must be a record.
(I'd forgotten that hv_store doesn't increment the refcount of the stored SV.)
Tim.
---+++---
Received: from punt2.demon.co.uk by oink with SMTP (PP) id <26249-1@oink>;
Tue, 21 May 1996 08:06:02 +0100
Received: from punt-2.mail.demon.net by mailstore for
[email protected]
id 832662198:13288:1; Tue, 21 May 96 08:03:18 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-2.mail.demon.net
id aa12986; 21 May 96 8:02 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id XAA18940 for dbi-users-real; Mon, 20 May 1996 23:56:46 -0700
Precedence: junk
Sender:
[email protected]
Received: from auspex-gw.auspex.com (auspex-gw.auspex.com [144.48.1.1])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id XAA18936
for <
[email protected]>; Mon, 20 May 1996 23:56:46 -0700
Received: from nova.auspex.fr ([194.2.216.2])
by auspex-gw.auspex.com (8.6.12/8.6.12) with ESMTP id XAA24795;
Mon, 20 May 1996 23:56:39 -0700
Received: (from kstock@localhost) by nova.auspex.fr (8.6.9/8.6.9) id IAA00809;
Tue, 21 May 1996 08:56:50 +0200
Date: Tue, 21 May 1996 08:56:50 +0200
Message-Id: <
[email protected]>
To:
[email protected]
Subject: Re: Oraperl on Windows95
Cc:
[email protected]
From:
[email protected] (Kevin Stock)
Organisation: Auspex Systems European Technical Support Centre
Phone: +33 1 46 29 99 37
Reply-To:
[email protected]
Hello Harpreet,
> A while ago you had answered my question. Thank you so much for that.
> I could not download Oraperl before, I am trying to do it now. I am sure now
> there are ample of choices on Unix -- Perl5, DBD, DBI, etc. But the problem is
> I am using Oracle7 on Windows 95. I could successfully install and test Perl32,
> which is probably Perl4 for windows.
> After significant search I am reaching to a conclusion that Oraperl
> is NOT
> available for Windows95. Do you think it is a correct conclusion?
> Secondly, do you think Perl5 route has a solution to access Oracle7
> on Windows95?
I don't know of an implementation of either Oraperl or DBI/DBD for Win95.
I believe that Oraperl has been compiled under Windows NT, but I don't
know where it's available. If you can't find it in ftp.demon.co.uk, then
it probably doesn't exist.
I'll CC this to the DBI users' list in case someone knows of a solution.
Kevin
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <26688-0@oink>;
Tue, 21 May 1996 09:16:57 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832664646:29042:1; Tue, 21 May 96 08:44:06 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa28008; 21 May 96 8:42 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id AAA18989 for dbi-users-real; Tue, 21 May 1996 00:35:09 -0700
Precedence: junk
Sender:
[email protected]
Received: from flood.xnet.com (flood.xnet.com [198.147.221.35])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id AAA18985
for <
[email protected]>; Tue, 21 May 1996 00:35:08 -0700
Received: from tidalwave.xnet.com by flood.xnet.com (8.7/XNet-1.4R) with SMTP
id CAA06284 for <
[email protected]>;
Tue, 21 May 1996 02:32:24 -0500 (CDT)
Received: by tidalwave.xnet.com (SMI-8.6/SMI-SVR4) id CAA04347;
Tue, 21 May 1996 02:31:32 -0500
From:
[email protected] (Brian Vargyas)
Message-Id: <
[email protected]>
Subject: DBD Informix Problems
To:
[email protected]
Date: Tue, 21 May 1996 02:31:32 -0500 (CDT)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I've been trying to get DBD-Informix to work with unsuccessful results. I
can't seem to get past the compilation stage. Perl 5.002 works fine, DBI
compiles and seems to be okay, but DBD-Informix, no go. Here is a little
debug output:
----- START DEBUG -----
tidalwave:/usr/local/gnu/src/perl/DBD-Informix-0.20pl1# perl test.pl
DynaLoader.pm loaded (../../lib ./lib /usr/local/gnu/lib/perl5/sun4-solaris/5.00
2 /usr/local/gnu/lib/perl5 /usr/local/gnu/lib/perl5/site_perl/sun4-solaris /usr/
local/gnu/lib/perl5/site_perl /usr/local/gnu/lib/perl5/sun4-solaris ., /usr/loca
l/lib /lib /usr/lib /usr/ccs/lib)
DynaLoader::bootstrap for DBI (auto/DBI/DBI.so)
DynaLoader::bootstrap for DBD::Informix (auto/DBD/Informix/Informix.so)
install_driver(Informix) failed: Can't load '/usr/local/gnu/lib/perl5/site_perl/
sun4-solaris/auto/DBD/Informix/Informix.so' for module DBD::Informix: ld.so.1: p
erl: fatal: relocation error: symbol not found: get_protocol_tab: referenced in
/usr/local/gnu/lib/perl5/site_perl/sun4-solaris/auto/DBD/Informix/Informix.so at
/usr/local/gnu/lib/perl5/DynaLoader.pm line 140.
at /usr/local/gnu/lib/perl5/site_perl/DBD/Informix.pm line 18
DBI::install_driver called at test.pl line 10
Testing: DBI->install_driver( 'Informix' ): tidalwave:/usr/local/gnu/src/perl/DB
D-Informix-0.20pl1#
------ END DEBUG -------
Any ideas on this one?
Looks to be a problem with a symbol not being found.
I've used SUN's Pro C compiler to do all the perl compiles.
- Brian
--
Brian Vargyas | XNet Information Systems
Network Operations Engineer | A Full Service Internet Provider
[email protected] | For Information, Email
[email protected]
(708) 983-6064 (Voice) |
http://www.xnet.com/~brianv
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <26912-4@oink>;
Tue, 21 May 1996 09:48:02 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832667388:25919:5; Tue, 21 May 96 09:29:48 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa25578; 21 May 96 9:29 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id BAA19047 for dbi-users-real; Tue, 21 May 1996 01:25:35 -0700
Precedence: junk
Sender:
[email protected]
Received: from elm.ncs.com.sg (elm.ncs.com.sg [203.116.16.17])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id BAA19043
for <
[email protected]>; Tue, 21 May 1996 01:25:33 -0700
Received: (from appatr@localhost) by elm.ncs.com.sg (8.7.3/8.7.3) id QAA21684;
Tue, 21 May 1996 16:20:26 +0800 (SGT)
Date: Tue, 21 May 1996 16:20:26 +0800 (SGT)
From: Appat Ramesh <
[email protected]>
To:
[email protected]
Subject: Problem with compiling "DBD::Makefile"
Message-ID: <Pine.SOL.3.91.960521161418.21494A-100000@elm>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hello !
I am having some problem in compiling the DBD-> Makefile.PL.
There is absolutely no problem with the DBI installation.
When I say "perl Makefile.PL", I am getting the following messages :-
----------------------------------------------------------------------
Configuring DBD::Oracle ...
Remember to actually read the README file!
Using Oracle in /usr/local/oracle
Oracle sysliblist: -lsocket -lnsl -lm -ldl -laio
Unable to locate proc.mk (use -m /path/to/proc.mk to specify)
======================================================================
Is there any restriction on the version of Oracle. We are using Oracle
7.0 and I searched for this "proc.mk" and it was not found.
Will this fault in compilation lead to core dump or bus error?
Because, I was able to compile Makefile.PL using some other alternative
but the "make test.pl" gives a core dump at the end before the Perl
program exits.
Can u please find what the problem is let me know of the version of
Oracle I am supposed to use with DBI v0.69 and DBD v0.29?
Thanking U all.
------------------------------------------------------------------------
A. Ramesh
National Computer Systems Pvt Ltd,
Singapore
Res:-
Block 804, #02-4303,
Yishun Ring Road,
Singapore - 760804
Phone number :- 7593642
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <27489-0@oink>;
Tue, 21 May 1996 10:49:55 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832670737:29118:1; Tue, 21 May 96 10:25:37 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa28256; 21 May 96 10:24 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id CAA19103 for dbi-users-real; Tue, 21 May 1996 02:20:13 -0700
Precedence: junk
Sender:
[email protected]
Received: from elm.ncs.com.sg (elm.ncs.com.sg [203.116.16.17])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id CAA19099
for <
[email protected]>; Tue, 21 May 1996 02:20:11 -0700
Received: from ncsgw.ncs.com.sg ([203.116.16.23])
by elm.ncs.com.sg (8.7.3/8.7.3) with SMTP id RAA23465;
Tue, 21 May 1996 17:15:10 +0800 (SGT)
Received: by ncsgw.ncs.com.sg with Microsoft Mail
id <
[email protected]>; Tue, 21 May 96 17:26:34 PDT
From: APPAT RAMESH SWC NCS <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Cc: "'
[email protected]'" <
[email protected]>
Subject: Problem with DBD : Makefile.PL
Date: Tue, 21 May 96 17:16:00 PDT
Message-ID: <
[email protected]>
Encoding: 28 TEXT
X-Mailer: Microsoft Mail V3.0
Hello,
I just started working on the Perl Interface just couple of days back. I
downloaded the software (Interface and the driver) from the site and
installed it. I didn't have any problem installing the DBI modules and
the things were absolutely smooth but DBD : Makefile.PL seems to be
giving problems.
Is there any constraint in using the version of Oracle for DBI ver 0.69
and DBD 0.29. Because the Makefile.PL searches for a particular file
called "proc.mk" in the Oracle path and its not getting it. I am using
Oracle 7.0.
Moreover, I tried some other alternative and installed DBD to the server
but then the "make test" fails giving a "Bus error (core dump)".
The interface functions are properly called in the Perl script but just
before the exit function it gives a core dump.
If u have any suggestion or solution to this problem u are welcome.
Thanking u in anticipation.
Ramesh
---+++---
Received: from punt.demon.co.uk by oink with SMTP (PP) id <28168-2@oink>;
Tue, 21 May 1996 12:12:50 +0100
Received: from punt-1.mail.demon.net by mailstore for
[email protected]
id 832676372:26186:2; Tue, 21 May 96 11:59:32 BST
Received: from toccata.fugue.com ([204.254.239.2]) by punt-1.mail.demon.net
id aa25084; 21 May 96 11:58 +0100
Received: (from daemon@localhost) by toccata.fugue.com (8.6.12/8.6.11)
id DAA19270 for dbi-users-real; Tue, 21 May 1996 03:52:55 -0700
Precedence: junk
Sender:
[email protected]
Received: from otto.bf.rmit.edu.au (
[email protected] [131.170.195.1])
by toccata.fugue.com (8.6.12/8.6.11) with ESMTP id DAA19266
for <
[email protected]>; Tue, 21 May 1996 03:52:52 -0700
Received: (from orafaq@localhost) by otto.bf.rmit.edu.au (8.7.1/8.7.1)
id UAA00604 for
[email protected];
Tue, 21 May 1996 20:52:39 +1000 (EST)
From: Oracle FAQ <
[email protected]>
Message-Id: <
[email protected]>
Subject: Re: Oraperl on Windows95 / NT
To:
[email protected]
Date: Tue, 21 May 1996 20:52:38 +1000 (EST)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Forwarded message:
> Subject: Re: Oraperl on Windows95
> Cc:
[email protected]
> From:
[email protected] (Kevin Stock)
> Organisation: Auspex Systems European Technical Support Centre
> Phone: +33 1 46 29 99 37
>
> I don't know of an implementation of either Oraperl or DBI/DBD for Win95.
> I believe that Oraperl has been compiled under Windows NT, but I don't
> know where it's available. If you can't find it in ftp.demon.co.uk, then
> it probably doesn't exist.
>
> I'll CC this to the DBI users' list in case someone knows of a solution.
>
> Kevin
A version of Oraperl (perl 4.036 for NT) patched for Oracle 7.x, which
I have successfully used against Oracle 7.2 on NT is available in the
Oracle FAQ archives. You can get it from:
ftp://ftp.bf.rmit.edu.au/pub/Oracle/OS/MS/NT/ntoraperl.zip
I am expecting someone to send a perl5/DBI Oracle to me to the archives,
but he has had some personal problems.
If anyone has made up a copy of oraperl for 95, or DBI/Oracle/perl5 for
NT or 95, could you please send them to me and I can make them available
in the archives as well. I'm flat out working at my REAL job, preparing
for another major rework of the FAQ (
http://www.bf.rmit.edu.au/OracleFAQ),
and have Buckley's of making up a version for you all - mainly because
I won't be getting a recent MSVC--.
You can place them in
ftp://ftp.bf.rmit.edu.au/incoming/oracle and
mail me to let me know its coming. Alternatively, mail it in uuencoded
form.
My mail address (for Oracle FAQ stuff) is
[email protected]
I've also put a quick cut of a CGI script I find useful using oraperl
and hip perl-32 to document tables:
ftp://ftp.bf.rmit.edu.au/pub/Oracle/sources/web/scripts/tbldef.zip
I'm no perl guru, but it works even with EMWAC https.
Regards
David T. Bath
[email protected]