- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Perl DBI & Perl DBD for Oracle
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 09:26 AM
тАО04-17-2002 09:26 AM
Have anybody experience with installing PERL DBI and PERL DBD for Oracle.
Any help is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 09:55 AM
тАО04-17-2002 09:55 AM
Re: Perl DBI & Perl DBD for Oracle
I have perl 5.6.1 already installed just need to install DBI and DBD and was not sure where to start the installation.. now I know ...If I have problems I will surely contact you ..
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 10:04 AM
тАО04-17-2002 10:04 AM
Re: Perl DBI & Perl DBD for Oracle
If not from where can I download it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 10:41 AM
тАО04-17-2002 10:41 AM
Re: Perl DBI & Perl DBD for Oracle
I dont think it is nedded seperatley , download the tar version of DBD and DBI and that is all what is required.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 11:13 AM
тАО04-17-2002 11:13 AM
Re: Perl DBI & Perl DBD for Oracle
Error : Can't locate Tk.pm .....
But when I try to install TK
it gives me the following error...
perl is installed in /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi okay
PPM for perl5.006001
Test Compiling config/signedchar.c
Test Compiling config/unsigned.c
Test Compiling config/Ksprintf.c
Test Compiling -DSPRINTF_RETURN_CHAR config/Ksprintf.c
Test Compiling config/tod.c
Test Compiling -DTIMEOFDAY_TZ config/tod.c
Test Compiling -DTIMEOFDAY_NO_TZ config/tod.c
Test Compiling -DTIMEOFDAY_DOTS config/tod.c
Problem gettimeofday()
Using -L/usr/lib/X11R6 to find /usr/lib/X11R6/libX11.3
Cannot find X include files via /include
Cannot find X include files anywhere at ./myConfig line 312.
Compilation failed in require at Makefile.PL line 17.
BEGIN failed--compilation aborted at Makefile.PL line 19.
I tried all the 3 options available.. but no luck.
Thanks in adavance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2002 09:43 PM
тАО04-17-2002 09:43 PM
Re: Perl DBI & Perl DBD for Oracle
Perl/Tk is a GUI add-on to perl, which is used for some /extras/ and is absolutely worthwhile to install.
Go to CPAN http://hpux.tn.tudelft.nl/hppd/hpux/Misc/bzip2-1.0.2/ and fetch Tk-800.024.tar.gz
# gzip -d < Tk-800.024.tar.gz | tar xvf -
# cd Tk-800.024
# perl Makefile.PL
# make
# make test
# make install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 04:45 AM
тАО04-18-2002 04:45 AM
Re: Perl DBI & Perl DBD for Oracle
I get the error when I do perl Makefile.PL, mentioned in my previous message.
How do I resolve the errror?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 08:33 AM
тАО04-18-2002 08:33 AM
Re: Perl DBI & Perl DBD for Oracle
a5:/wrk 107 > find /usr/include -name X.h
/usr/include/X11/X.h
/usr/include/X11R6/X11/X.h
a5:/wrk 108 >
(Tk need more than these, but at least you now see if there is /some/ X11 devel env)
a5:/wrk 109 > swlist -l bundle -l product | grep X11
B3901BA.X11MotifDevKit B.11.00.01 HP-UX Developer's Toolkit - X11, Motif, and Imake
HPUXEng64RT.X11 B.11.00 HP-UX X Window Software
a5:/wrk 110 >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 08:36 AM
тАО04-18-2002 08:36 AM
Re: Perl DBI & Perl DBD for Oracle
Using -L/usr/lib/X11R6 to find /usr/lib/X11R6/libX11.3
Cannot find X include files via /include
Since when are include files installed on /include? This should be /usr/include. Hmmm, to - temporary - make Tk able to find these in /include you can make a symlink
# cd /
# ln -s usr/include include
don't forget to remove it afterwards.
Cannot find X include files anywhere at ./myConfig line 312.
Compilation failed in require at Makefile.PL line 17.
BEGIN failed--compilation aborted at Makefile.PL line 19.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 08:53 AM
тАО04-18-2002 08:53 AM
Re: Perl DBI & Perl DBD for Oracle
I think this will take you back to reinstallation of perl itself , where in you ahve to specify -I/usr/include before the substituions , can you attach perl -V o/p so that I can look at the env you used to install perl. I am attaching perl -V from my system where in it suceeded in installing DBD and DBI.
Also when u untar DBI file please do read readme.hpux .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 09:18 AM
тАО04-18-2002 09:18 AM
Re: Perl DBI & Perl DBD for Oracle
When I ran the command swlist -l bundle -l product | grep X11
This is the result I got so I guess it's not Devl ver.
HPUXEng64RT.X11 B.11.00 HP-UX X Window Software
XSWGR1100.PHSS_15840 1.0 X11 64 bit runtime cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 09:29 AM
тАО04-18-2002 09:29 AM
Re: Perl DBI & Perl DBD for Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 09:37 AM
тАО04-18-2002 09:37 AM
Re: Perl DBI & Perl DBD for Oracle
I got the binary from
http://www.perltk.org/binaries/index.htm
where should I install this I have no clue??
I really appreciate your help (all of them)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 09:45 AM
тАО04-18-2002 09:45 AM
Re: Perl DBI & Perl DBD for Oracle
I can't remember where it's root is, but I expect it tyo go like:
# cd /opt/lib/perl5
# gzip -d < 800.022-HPUX-11.00-hppa2.0.tar.gz | tar xvf -
The .tar.gz will install in the subfolder 'site_perl' from the current location, so just check if there is a subfolder site_perl where you are going to extract (There /should/ be one already)
That's all there is to it :)
Hope it fits with your perl port, because it's a version built with HP C-ANSI-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 09:49 AM
тАО04-18-2002 09:49 AM
Re: Perl DBI & Perl DBD for Oracle
N/A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2002 01:15 PM
тАО04-18-2002 01:15 PM
Re: Perl DBI & Perl DBD for Oracle
Can't locate loadable object for module Tk::Event in @INC (@INC contains: /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/
5.6.1 /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .) at /opt/perl/li
b/site_perl/5.6.1/PA-RISC1.1-thread-multi/Tk.pm line 13
Compilation failed in require at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/Tk.pm line 13.
BEGIN failed--compilation aborted at /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/Tk.pm line 13.
Compilation failed in require at orac_dba.pl line 39.
BEGIN failed--compilation aborted at orac_dba.pl line 39.
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2002 03:25 AM
тАО04-19-2002 03:25 AM
Re: Perl DBI & Perl DBD for Oracle
# cd /opt/perl
# gzip -d < /tmp/800.024-HPUX-11.00-hppa1.1-gcc.tgz | tar xf -
rebuilt both perl-5.6.1 and Tk with gcc-3.0.4/32 on 11.00
Done.