Save 
Join IIUG
 for   
 

Informix News
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter


[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Open Admin Tool

Re: OAT install on HPUX [50] [53]

Posted By: John Miller iii
Date: Tuesday, 11 March 2008, at 8:27 p.m.

John:

The file command shows that the pdo_informix.o is a 32 bit object,
but the informix csdk library you are using is a 64 bit version. I do =
not
believe
on HP you can mix 32 bit object files with 64 bit libraries.

Here is a quick example of what it look like to compile in 32 bit mode:=

> cc -c t.c
> file t.o
t.o: PA-RISC2.0 relocatable object

Here is a quick example of what it look like to compile in 64 bit mode:=

> cc -c +DS2.0 +DA2.0W t.c
> file t.o
t.o: ELF-64 relocatable object file - PA-RISC 2.0 (LP64)

Notice in 64 bit mode you must pass to the compiler "+DS2.0 +DA2.0W"

At this point you would have two options that I see to solve
your problem:

1. Download a 32 bit version of CSDK and link with the 32

bit version of the informix libraries. The 32 bit version

number will have a "U" or an "H" in the version. (do not us=
e

a version with a "F" in it.)

2. Re-compile all of the php code again with the addition flags

"+DS2.0 +DA2.0W" to create a 64 bit version of pdo_informix=
.o

Hope this helps,
John F. Miller III

=

"JOHN BALLENTINE =

III" =

<ballenj@osm.com> =
To

Sent by: oat@iiug.org =

oat-bounces@iiug. =
cc

org =

Subj=
ect

Re: [Oat] OAT install on HPUX [5=
0]

03/11/2008 02:04 [53] =

PM =

=

=

Please respond to =

oat@iiug.org =

=

=

(Probably) last update on this...

At this point, I am still stuck on the "link" step referenced in my
previous
message. What I think is the key is that the "file magic" values are
different
for the drivers I am building and the Informix libraries installed with=

CSDK
3.
After running "make", I then run the "file" command on one of the
libraries,
and see:
Jackson2> file .libs/pdo_informix.o
..libs/pdo_informix.o: PA-RISC2.0 relocatable object

On one of the Informix libraries:
Jackson2> file ~informix/lib/esql/libifglx.sl
..../lib/esql/libifglx.sl: ELF-64 shared object file - PA-RISC 2.0 (LP6=
4)

At this point, I have no idea how to fix it. Neither do 2 of the local
programmers here, one of which has worked on C programs in our environm=
ent
for
years. If I use the loaded HP C compiler, it doesn't recognize the "Zen=
d"
include files. If I use gcc, I get the errors shown previously.

If anyone has any suggestions, I would love to hear them. Otherwise, I =
give
up
on this tool, which removes ~50% of the "wow" factor for my bosses when=
I
try
and tell them we should upgrade to 11.whatever.

Thanks in advance!

***********************************************************************=
********

Forum Note: Use "Reply" to post a response in the discussion forum.

See you at the IIUG Informix 2008 Conference
The Power Conference for Informix Professionals
April 27 - 30, 2008 Marriott Overland Park (Kansas City), Kansas
http://www.iiug.org/conf
Registration Now Open!!
=

Messages In This Thread

  • Re: OAT install on HPUX [50] [53]
    John Miller iii -- Tuesday, 11 March 2008, at 8:27 p.m.

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Open Admin Tool is maintained by Administrator with WebBBS 5.12.