HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl DBD module built Issue
Operating System - HP-UX
        1839919
        Members
    
    
        2562
        Online
    
    
        110157
        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
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
12-13-2007 09:39 AM
12-13-2007 09:39 AM
			
				
					
						
							Perl DBD module built Issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
perl 5.8.8 is available in HPUX.I found DBD and DBI modules are missing.So I copied those modules (Free Download version) under the perl and tried to build those modules.
DBI-1.52 - is built successfully.
DBD-Oracle-1.17 - throwing Error like
when i run this perl Makefile.PL
"Using DBI 1.52 (for perl 5.008008 on IA64.ARCHREV_0-thread-multi) installed in /opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi/auto/DBI/
Configuring DBD::Oracle for perl 5.008008 on hpux (IA64.ARCHREV_0-thread-multi)
Remember to actually *READ* the README file! Especially if you have any problems.
Using Oracle in /opt/ora920r/oracle/product/9.2.0.2
DEFINE _SQLPLUS_RELEASE = "902000200" (CHAR)
Oracle version 9.2.0.2 (9.2)
Unable to locate an oracle.mk, proc.mk or other suitable *.mk
file in your Oracle installation. (I looked in
/opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/demo_xe.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/lib/oracle.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/oracle.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/demo_rdbms.mk /opt/ora920r/oracle/product/9.2.0.2/precomp/demo/proc/proc.mk /opt/ora920r/oracle/product/9.2.0.2/precomp/demo/proc/demo_proc.mk /opt/ora920r/oracle/product/9.2.0.2/proc/lib/proc.mk /opt/ora920r/oracle/product/9.2.0.2/proc16/lib/proc16.mk under /opt/ora920r/oracle/product/9.2.0.2)
The oracle.mk (or demo_rdbms.mk) file is part of the Oracle
RDBMS product. The proc.mk (or demo_proc.mk) file is part of
the Oracle Pro*C product. You need to build DBD::Oracle on a
system which has one of these Oracle components installed.
(Other *.mk files such as the env_*.mk files will not work.)
Alternatively you can use Oracle Instant Client.
In the unlikely event that a suitable *.mk file is installed
somewhere non-standard you can specify where it is using the -m option:
perl Makefile.PL -m /path/to/your.mk
See README.clients.txt for more information and some alternatives.
at Makefile.PL line 1072."
Note :This is required for Connecting the database thur perl from HP UX.
Would you please help in this?
Thanks&Regards,
-Shiv.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
perl 5.8.8 is available in HPUX.I found DBD and DBI modules are missing.So I copied those modules (Free Download version) under the perl and tried to build those modules.
DBI-1.52 - is built successfully.
DBD-Oracle-1.17 - throwing Error like
when i run this perl Makefile.PL
"Using DBI 1.52 (for perl 5.008008 on IA64.ARCHREV_0-thread-multi) installed in /opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi/auto/DBI/
Configuring DBD::Oracle for perl 5.008008 on hpux (IA64.ARCHREV_0-thread-multi)
Remember to actually *READ* the README file! Especially if you have any problems.
Using Oracle in /opt/ora920r/oracle/product/9.2.0.2
DEFINE _SQLPLUS_RELEASE = "902000200" (CHAR)
Oracle version 9.2.0.2 (9.2)
Unable to locate an oracle.mk, proc.mk or other suitable *.mk
file in your Oracle installation. (I looked in
/opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/demo_xe.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/lib/oracle.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/oracle.mk /opt/ora920r/oracle/product/9.2.0.2/rdbms/demo/demo_rdbms.mk /opt/ora920r/oracle/product/9.2.0.2/precomp/demo/proc/proc.mk /opt/ora920r/oracle/product/9.2.0.2/precomp/demo/proc/demo_proc.mk /opt/ora920r/oracle/product/9.2.0.2/proc/lib/proc.mk /opt/ora920r/oracle/product/9.2.0.2/proc16/lib/proc16.mk under /opt/ora920r/oracle/product/9.2.0.2)
The oracle.mk (or demo_rdbms.mk) file is part of the Oracle
RDBMS product. The proc.mk (or demo_proc.mk) file is part of
the Oracle Pro*C product. You need to build DBD::Oracle on a
system which has one of these Oracle components installed.
(Other *.mk files such as the env_*.mk files will not work.)
Alternatively you can use Oracle Instant Client.
In the unlikely event that a suitable *.mk file is installed
somewhere non-standard you can specify where it is using the -m option:
perl Makefile.PL -m /path/to/your.mk
See README.clients.txt for more information and some alternatives.
at Makefile.PL line 1072."
Note :This is required for Connecting the database thur perl from HP UX.
Would you please help in this?
Thanks&Regards,
-Shiv.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 10:56 AM
12-13-2007 10:56 AM
			
				
					
						
							Re: Perl DBD module built Issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Did you set your ORACLE_HOME before running the make ?  There are a number of notes in the readme.
( I am not an expert at this but ran into a dozen issues when trying to do the same for myself. )
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
( I am not an expert at this but ran into a dozen issues when trying to do the same for myself. )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2007 11:14 AM
12-13-2007 11:14 AM
			
				
					
						
							Re: Perl DBD module built Issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						thanks Boss.Ya,ORACLE_HOME is set up there.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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
