Operating System - HP-UX
1748040 Members
4850 Online
108757 Solutions
New Discussion

Re: Installation of ODBC driver in HP-UX

 
Dennis Handly
Acclaimed Contributor

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

Raoof
Regular Advisor

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

Dennis Handly
Acclaimed Contributor

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.

Raoof
Regular Advisor

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

Dennis Handly
Acclaimed Contributor

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.

Raoof
Regular Advisor

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

 

 

Dennis Handly
Acclaimed Contributor

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.

Raoof
Regular Advisor

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

Dennis Handly
Acclaimed Contributor

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?

Raoof
Regular Advisor

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.