- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation of ODBC driver in HP-UX
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
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
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
07-17-2012 01:19 AM
07-17-2012 01:19 AM
Installation of ODBC driver in HP-UX
Hello Experts,
Good Day
Need help to install ODBC driver in hp-unix 11.31 to create db link from oracle database installed on unix to mysql database.
Will be really thankful if you could please provide me the procedure to follow for it.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 01:56 AM
07-17-2012 01:56 AM
Re: Installation of ODBC driver in HP-UX
Dear Experts,
Please do the needful, as am a newbie need the procedure to follow to install mysql odbc driver in hpunix 11.31
REgards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 09:55 AM
07-17-2012 09:55 AM
Re: Installation of ODBC driver in HP-UX
ODBC is a MS-Windows protocol and by default is not available in UNIX. Various vendors provide ODBC compatible drivers for UNIX. They are usually compatible with most ODBC features, but rarely 100%. To my knowledge, these are all software for purchase products. Last time I looked there were no free versions out there.
I would suggest you search the internet for "ODBC for HP-UX". You should get several vendor links that will lead you to a product to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2012 01:29 AM
07-18-2012 01:29 AM
Re: Installation of ODBC driver in HP-UX
Hi,
Thanks for the response.
I found drivers and the procedure to follow for the installation. I start doing installation, and was able to pass the first huddle by executing the first commande ./configure --prefix="directory/path".
But after i tried for the second and third command i.e. make and make install it failed with the errors mentioned in the attached file for the refrence.
Please have a look towards the attached fine and advice.
Awaiting for the valuable advices from you all experts.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2012 07:14 AM
07-18-2012 07:14 AM
Re: Installation of ODBC driver in HP-UX
>ld: Unknown input file type: "../DriverManager/.libs/libodbc.so"
This is the wrong architecture. What do these show:
uname -a
file ../DriverManager/.libs/libodbc.so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2012 08:19 AM
07-18-2012 08:19 AM
Re: Installation of ODBC driver in HP-UX
That's a Linux application that your trying to compile on HP-UX. To do that you have to find all the supporting shared libraries and port them first. It's a long and involved process with no guarantee of success and definitely no support from anybody. HP use to offer a Linux to HP-UX porting kit, but those are no longer offered. Internet Express also use to include Linux development tools for HP-UX but those are also gone. If this is for a production application you have or are trying to develop, I strongly suggest you look at the commercial products on the market. Their the only reasonably stable and supported options that I know of for ODBC on HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2012 04:40 AM
07-21-2012 04:40 AM
Re: Installation of ODBC driver in HP-UX
I will be really thnkful to you all if you could please provide me the procedure to configure odbc setup in hpunix 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2012 04:53 AM
07-21-2012 04:53 AM
Re: Installation of ODBC driver in HP-UX
uname -a
HP-UX mcmsdbl1 B.11.31 U ia64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2012 02:13 AM
07-22-2012 02:13 AM
Re: Installation of ODBC driver in HP-UX
Please do the needful, need help to resolve this issue at earliest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2012 04:51 AM
07-28-2012 04:51 AM
Re: Installation of ODBC driver in HP-UX
Hello experts,
Please help me out to resolve my issue, its really very urgent.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2012 04:52 PM - edited 07-29-2012 11:51 AM
07-28-2012 04:52 PM - edited 07-29-2012 11:51 AM
Re: Installation of ODBC driver in HP-UX
>HP-UX mcmsdbl1 B.11.31 U ia64
Again, what does this show?
$ file ../DriverManager/.libs/libodbc.so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2012 12:11 AM - edited 07-30-2012 01:57 AM
07-29-2012 12:11 AM - edited 07-30-2012 01:57 AM
Re: Installation of ODBC driver in HP-UX
Hi Dennis,
Thanks for your concern. Please find attached the request file i.e. libodbc.so
Awaiting for your reply.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2012 11:52 AM
07-29-2012 11:52 AM
Re: Installation of ODBC driver in HP-UX
>Please find attached the request file i.e. libodbc.so
I didn't want the file, I wanted you to execute file(1) on that shlib to find the architecture..
Please delete your attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012 02:01 AM
07-30-2012 02:01 AM
Re: Installation of ODBC driver in HP-UX
Hi,
File cannot be open.
mcmsdbl1@root@/u01/app/unixODBC-2.3.1>#file ../DriverManager/.libs/libodbc.so
../DriverManager/.libs/libodbc.so: cannot open
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012 10:16 AM
07-30-2012 10:16 AM
Re: Installation of ODBC driver in HP-UX
>File cannot be open.
You have to be in the right directory. Or use find(1) to find the file and then use file(1) on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2012 11:56 PM
07-30-2012 11:56 PM
Re: Installation of ODBC driver in HP-UX
Please find below the result.
mcmsdbl1@root@/u01/app/unixODBC-2.3.1/DriverManager/.libs>#file libodbc.so
libodbc.so: ELF-32 executable object file - IA64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2012 01:17 AM
07-31-2012 01:17 AM
Re: Installation of ODBC driver in HP-UX
>libodbc.so: ELF-32 executable object file - IA64
This looks fine for a 32 bit executable but NOT for a shlib.
Some how you or libtool isn't passing -b to ld.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2012 02:31 AM
07-31-2012 02:31 AM
Re: Installation of ODBC driver in HP-UX
So what will be the accurate steps i have to follow?
I will be really thankful if you could please help me to resolve this issue, its really very important and urgent too. As am a newbie to hp-ux so not much aware about the installation/configuration area.
Your help will be highly appreciated.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2012 02:41 AM
07-31-2012 02:41 AM
Re: Installation of ODBC driver in HP-UX
>I will be really thankful if you could please help me to resolve this issue
Since I can't see what you have, not much I can do to help.
I would assume these foreign devil tools would just work. The only problem might be if you use the bundled C compiler to link. That driver will NOT create shlibs.
Do you have any warnings?
- Tags:
- foreign devil tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2012 04:00 AM
07-31-2012 04:00 AM
Re: Installation of ODBC driver in HP-UX
You can please review the attached file contains the error or warning messages on running make and makeinstall commands after running successfully ./configure command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2012 10:39 AM
07-31-2012 10:39 AM
Re: Installation of ODBC driver in HP-UX
>You can please review the attached file contains the error or warning messages
This seems exactly the same as before. Try a clean and see if any compiler/linker messages.