HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DBD-Oracle Problem
Operating System - HP-UX
1833772
Members
2028
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-04-2004 08:11 PM
05-04-2004 08:11 PM
What can this problem point out to be ?
perl Makefile.PL LINKTYPE=STATIC
DBD-Oracle-1.03>make && make Perl
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp oraperl.ph blib/lib/oraperl.ph
cp Oraperl.pm blib/lib/Oraperl.pm
Make: Don't know how to make STATIC. Stop.
Tried to make without LINKTYPE=STATIC, it can compile.
Has anyone came across such a problem?
perl Makefile.PL LINKTYPE=STATIC
DBD-Oracle-1.03>make && make Perl
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp oraperl.ph blib/lib/oraperl.ph
cp Oraperl.pm blib/lib/Oraperl.pm
Make: Don't know how to make STATIC. Stop.
Tried to make without LINKTYPE=STATIC, it can compile.
Has anyone came across such a problem?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:56 PM
05-04-2004 08:56 PM
Re: DBD-Oracle Problem
I always ran into some or other problems with this method .... and from that day i try to get a compiled version of DBD or any perl modules
Regds,
Kaps
Regds,
Kaps
Nothing is impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 09:55 PM
05-04-2004 09:55 PM
Solution
Perl is case sensitive.
At least on DBD-Oracle-1.14, the Makefile.PL
tests if the LINKTYPE is set to 'static' or not. 'STATIC' is not recognized, only 'static'.
By the way, if you're compiling DBD-Oracle on HP-UX 11i, you will really want to use the version 1.14 or newer: I recently tried to compile DBD-Oracle 1.13 on 11i for Oracle 9.2 (using HP ANSI C) and got only some strange compiler errors.
When I switched to 1.14 the compilation was relatively easy. However, DBD-Oracle needs to work with Oracle libraries, and so the Perl itself must be compiled with certain options. Read the README.hpux that comes with DBD-Oracle for more information, and see also http://www.mail-archive.com/dbi-users@perl.org/msg18687.html
At least on DBD-Oracle-1.14, the Makefile.PL
tests if the LINKTYPE is set to 'static' or not. 'STATIC' is not recognized, only 'static'.
By the way, if you're compiling DBD-Oracle on HP-UX 11i, you will really want to use the version 1.14 or newer: I recently tried to compile DBD-Oracle 1.13 on 11i for Oracle 9.2 (using HP ANSI C) and got only some strange compiler errors.
When I switched to 1.14 the compilation was relatively easy. However, DBD-Oracle needs to work with Oracle libraries, and so the Perl itself must be compiled with certain options. Read the README.hpux that comes with DBD-Oracle for more information, and see also http://www.mail-archive.com/dbi-users@perl.org/msg18687.html
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP