HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mismatched Data ABI. Expected EF_IA_64_ABI64 but f...
Operating System - HP-UX
1834691
Members
1934
Online
110069
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
01-20-2002 06:10 AM
01-20-2002 06:10 AM
hi all,
my system is a hprx4610 IA64, 2 cpu system.
I am using make and gcc from devresource.hp.com compiled for IA64.
I have compiled University of Washington IMAP. bye saying
make ghp (actually this is for hp-ux 10x however in Makefile there is no difference for a bulk of hosts)
then i compiled php with
./configure --prefix=/opt/1apache/php --sysconfdir=/opt/1apache/conf --enable-force-cgi-redirect --enable-track-vars --without-pear --with-imap=/opt/2uwimap --with-mysql --with-apache=../apache_1.3.19
my c-client.a is on /opt/2uwimap/lib/
while compiling this php module in to apache executable statically, I get Mismatched Data ABI error for libc-client.a.
I think th eproblem is about compilation of uwimap. what paramaters should I use for make or gcc to include EF_IA_64_ABI64 Data ABI in libc-client.a?
or do you think this problem is about other things?
thanks.
gcc -mlp64 -DHPUX11 -I/home/oguzy/work/php-4.0.6 -I/home/oguzy/work/php-4.0.6/main -I/home/oguzy/work/php-4.0.6/main -I/home/oguzy/work/php-4.0.6/Zend -I/home/oguzy/work/php-4.0.6/Zend -I/home/oguzy/work/php-4.0.6/TSRM -I/home/oguzy/work/php-4.0.6/TSRM -I/home/oguzy/work/php-4.0.6 -DUSE_EXPAT -I./lib/expat-lite -mlp64 `./apaci` -Wl,-E -Wl,-B,deferred -Wl,+s -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -L/opt/2uwimap/lib -L/opt/2uwimap/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lc-client -ldl -lm -ldl -lnsl -lm -lpthread
ld: Mismatched Data ABI. Expected EF_IA_64_ABI64 but found None in file /opt/2uwimap/lib/libc-client.a[mail.o]
Fatal error.
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/postavol/home/oguzy/work/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/postavol/home/oguzy/work/apache_1.3.19'
make: *** [build] Error 2
my system is a hprx4610 IA64, 2 cpu system.
I am using make and gcc from devresource.hp.com compiled for IA64.
I have compiled University of Washington IMAP. bye saying
make ghp (actually this is for hp-ux 10x however in Makefile there is no difference for a bulk of hosts)
then i compiled php with
./configure --prefix=/opt/1apache/php --sysconfdir=/opt/1apache/conf --enable-force-cgi-redirect --enable-track-vars --without-pear --with-imap=/opt/2uwimap --with-mysql --with-apache=../apache_1.3.19
my c-client.a is on /opt/2uwimap/lib/
while compiling this php module in to apache executable statically, I get Mismatched Data ABI error for libc-client.a.
I think th eproblem is about compilation of uwimap. what paramaters should I use for make or gcc to include EF_IA_64_ABI64 Data ABI in libc-client.a?
or do you think this problem is about other things?
thanks.
gcc -mlp64 -DHPUX11 -I/home/oguzy/work/php-4.0.6 -I/home/oguzy/work/php-4.0.6/main -I/home/oguzy/work/php-4.0.6/main -I/home/oguzy/work/php-4.0.6/Zend -I/home/oguzy/work/php-4.0.6/Zend -I/home/oguzy/work/php-4.0.6/TSRM -I/home/oguzy/work/php-4.0.6/TSRM -I/home/oguzy/work/php-4.0.6 -DUSE_EXPAT -I./lib/expat-lite -mlp64 `./apaci` -Wl,-E -Wl,-B,deferred -Wl,+s -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -L/opt/2uwimap/lib -L/opt/2uwimap/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lc-client -ldl -lm -ldl -lnsl -lm -lpthread
ld: Mismatched Data ABI. Expected EF_IA_64_ABI64 but found None in file /opt/2uwimap/lib/libc-client.a[mail.o]
Fatal error.
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/postavol/home/oguzy/work/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/postavol/home/oguzy/work/apache_1.3.19'
make: *** [build] Error 2
Oguz Yilmaz
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 06:35 PM
01-20-2002 06:35 PM
SolutionResources:
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1936,00.html
For General Guidelines for cross-platform development Start here:
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1936,00.html
Little learning is dangerous!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 01:56 AM
01-22-2002 01:56 AM
Re: Mismatched Data ABI. Expected EF_IA_64_ABI64 but found None in file
Now, I understand clearly thanks to the document referred above. Th eproblem was a 32-64 bit problem.
uwimap did not use -mlp64 flag with gcc. so no 64 bit ia64 code was produced.
I compiled it with gcc -mlp64 and now I have no problem.
uwimap did not use -mlp64 flag with gcc. so no 64 bit ia64 code was produced.
I compiled it with gcc -mlp64 and now I have no problem.
Oguz Yilmaz
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