Thanks, Rob, good information on the links. The software requirements are not useful for me, because I do not want to backport my system to historic software like Studio 5 and NT SP3.
My current workaround is using an seperate version of ActivePerl, installing DBI and DBD with PPM and starting every perl script with shebang (#!c:\activePerl/perl/bin ). The pitty is, that this will not use mod_perl, which means that the perl scripts are not run in memory as with mod_perl. Additionaly I will download 9iAS to see wether this is shipped with DBI and DBD. I read in a comment from Oracle support, that it's NOT. Anyway, will send an update after 1.3 GB download. Thanks again Knut -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 17, 2002 10:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: problem compiling dbd-oracle 1.12 on Hi Knut, Did a bit more digging around yesterday after installing Oracle 9.2 (DB not AS) on a new Win32 system. The bundled Perl is version 5.00503, which was compiled with "cl.exe". I'm not familiar with that, but digging around with Google, I managed to find some release notes for 9iAS release one, which I assume uses the same versions of Perl. These state that you need to have Visual Studio version 5 to compile DBI/DBD-Oracle. Details can be found at: http://157.26.164.60/ias_doc/install_doc/doc/relnotes/relnotes.htm On a better note, the FAQ for Oracle 9iAS release 2, states that DBI/DBD is bundled. http://otn.oracle.com/products/ias/ohs/collateral/r2/ohs-faq-v2-part3.htm (apologies if my mailer splits the URLs up). This could cause fun with Oracle's support, however as Oracle HTTP Server is essentially Apache, it should be relatively simple to compile your own Perl, or use Activestate's version, and then modify the relevant Apache config files to point to that version rather than the bundled Oracle version. Note that I haven't actually done this yet, but it seems a fairly logical thing to do. Regards, Rob -----Original Message----- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:14 AM To: Rob Leadbeater Cc: [EMAIL PROTECTED] Subject: RE: problem compiling dbd-oracle 1.12 on Rob, I am using 9.2.0.0.0 database that brings HTTP webserver with it. But DBD and DBI are not bundled with it. You have to install it yourself. In the Oracle FAQ I read that it's the same with 9iAS. Don't know , why. Knut -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:57 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: problem compiling dbd-oracle 1.12 on Hi Knut, Are you using Oracle 9iAS ? Looking at the URL below: http://otn.oracle.com/products/ias/daily/oct04.html appears to suggest that DBI-Oracle is already bundled, or will be soon, so hopefully it won't be required to actually compile it ... Regards, Rob -----Original Message----- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 10:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: problem compiling dbd-oracle 1.12 on win32 Ilya, the perl I use is delivered with Oracle HTTP webserver. I am pretty sure I will never find out what compiler Oracle used. Is there a chance to find out where the missing symbols come from, means wich library is missing ? Regards Knut -----Original Message----- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 8:45 PM To: 'Knut Herzog '; ''Crown David T. (DNREC)' '; 'dbi-users perl org ' Subject: RE: problem compiling dbd-oracle 1.12 on win32 In your case, you have to first find out what compiler was used to compile your Perl. Then you must use the same compile and it's make/nmake equivalent to compile DBI, DBD::Oracle, and any other perl module. Ilya -----Original Message----- From: Knut Herzog To: 'Crown David T. (DNREC)'; dbi-users perl org Sent: 10/15/02 10:29 AM Subject: RE: problem compiling dbd-oracle 1.12 on win32 Thanks David, you're right, ActivePerl and ppm are the easiest installation for perl on windows. I installed it with ppm on activeperl and had no problems. But in this case I have to use the perl that is delivered with Oracle Web server - non active Perl. It comes without the ppm and I didn't found a downloadable ppm - only bundles with activeperl. I read in the ppm 2.6 docs, that ppm should only be used with activePerl. Any other hints ? Regards Knut -----Original Message----- From: Crown David T. (DNREC) [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, October 15, 2002 6:18 PM To: dbi-users perl org Subject: RE: problem compiling dbd-oracle 1.12 on win32 Its seems to me, but I might be wrong, but the easiest thing to do is get a modern build of Active State's Perl and use the package manager to install. David Crown, MCSE, MCP+I, CCNA Information Resources Management State of Delaware, Department of Natural Resources and Environmental Control [EMAIL PROTECTED] Voice: (302)739-4409 Fax: (302)739-6242 www.dnrec.state.de.us/ -----Original Message----- From: Knut Herzog [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, October 15, 2002 09:55 To: '[EMAIL PROTECTED]'; dbi-users perl org Cc: Tim Bunce pobox com Subject: RE: problem compiling dbd-oracle 1.12 on win32 Thanks, Chuck, but unfortunately there is no *lib32* library in Windows. I also checked the includes in the Makefile and they already point to the OracleHome libs. Anything else ? -----Original Message----- From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, October 15, 2002 2:41 PM To: Knut Herzog Cc: Tim Bunce pobox com; dbi-users perl org Subject: RE:problem compiling dbd-oracle 1.1 I had that problem last week with the exception that I am using solaris. The sugestion that I was given is to modify the Makefile to point to the lib32 in ORACLE_HOME. I have not tried this yet (its a today project) but it makes sense. chuck ------------------( Forwarded letter 1 follows )--------------------- Date: Tue, 15 Oct 2002 05:21:18 -0700 To: dbi-users.perl.org[dbi-users]@perl.org.SMTP Cc: Tim.Bunce.pobox.com[Tim.Bunce]@pobox.com.SMTP From: Knut.Herzog[knherzog]@portal.com.SMTP Sender: [EMAIL PROTECTED] Subject: problem compiling dbd-oracle 1.12 on win32 Dear all, I tray to install the DBI and DBD modules on Win2000. While I had no problems creating the dbi module, I could not nmake the dbd module. I am on Oracle 9.2.0.0.0. I tried all the hints from the various readme files from '-nob' to 'static'. My oracle (home, sid, userid ...) and perl environment is working probably, but I am still getting a lot of unresolved external symbols. Please find the log attached, as described in the readme. What else can I do ? Regards Knut <<install.log>> ********************************************************************** Mercantile Bankshares Corporation Confidential Electronic Mail: The information contained in this message is intended only for the persons to whom it is addressed and may contain confidential or privileged material. Copying, distributing, dissemination, reliance on, or other use of the information by persons other than the intended recipient(s) is prohibited. If you received this message in error, please notify the sender and delete the entire message from any computer. ********************************************************************** This message is intended only for the use of the person(s) ("The intended Recipient(s)") to whom it is addressed. It may contain information which is privileged and confidential within the meaning of applicable law. If you are not the intended recipient, please contact the sender as soon as possible. The views expressed in this communication are not necessarily those held by LYNX Express Limited. This message is intended only for the use of the person(s) ("The intended Recipient(s)") to whom it is addressed. It may contain information which is privileged and confidential within the meaning of applicable law. If you are not the intended recipient, please contact the sender as soon as possible. The views expressed in this communication are not necessarily those held by LYNX Express Limited.
