Hi Vivek, all!

Am Die, 2004-12-28 um 00.23 schrieb Rajan, Vivek K:
> Hello- 
> 
> I am looking for "ELF-64 relocatable object file - PA-RISC 2.0 (LP64)"
> platform binaries for 4.1.8 mysql. Please lemme know where I can
> download this from? 
> 
> Thanx,
> Vivek
> 
> PS: I downloaded this from the mysql.com
>       mysql-standard-4.1.8-hp-hpux11.00-hppa2.0w
>     ptdh172:vkrajan>file libmysqlclient.a 
>     libmysqlclient.a:       archive file -PA-RISC1.1 relocatable library
>     ptdh172:vkrajan>file libmysqlclient_r.a
>     libmysqlclient_r.a:     archive file -PA-RISC1.1 relocatable library
>     ptdh172:vkrajan>
> 
> I don't see PA-RISC 2.0 binaries. 

I fear you issued the wrong command: You checked the archive (format),
but probably not their contents.

Please compare (run on Linux):

for L in `find mysql-standard-4.1.8-hp-hpux11.* -name '*client*.a'`
> do
> ls -l $L
> ar xv $L libmysql.o
> file libmysql.o
> rm libmysql.o
> echo
> done
-rw-r--r--    1 mysqldev users     1921214 Dec 16 11:35 
mysql-standard-4.1.8-hp-hpux11.00-hppa2.0w-64bit/lib/libmysqlclient.a
x - libmysql.o
libmysql.o: ELF 64-bit () MSB relocatable, PA-RISC, version 1, not stripped

-rw-r--r--    1 mysqldev users     1900414 Dec 16 11:33 
mysql-standard-4.1.8-hp-hpux11.00-hppa2.0w-64bit/lib/libmysqlclient_r.a
x - libmysql.o
libmysql.o: ELF 64-bit () MSB relocatable, PA-RISC, version 1, not stripped

-rw-r--r--    1 mysqldev users     1909374 Dec 14 22:10 
mysql-standard-4.1.8-hp-hpux11.11-hppa2.0w-64bit/lib/libmysqlclient.a
x - libmysql.o
libmysql.o: ELF 64-bit () MSB relocatable, PA-RISC, version 1, not stripped

-rw-r--r--    1 mysqldev users     1888918 Dec 14 22:08 
mysql-standard-4.1.8-hp-hpux11.11-hppa2.0w-64bit/lib/libmysqlclient_r.a
x - libmysql.o
libmysql.o: ELF 64-bit () MSB relocatable, PA-RISC, version 1, not stripped


So according to my check, both for HP-UX 11.00 and 11.11, both the
'libmysqlclient.a' and the 'libmysqlclient_r.a' contain objects which
are described (by 'file' on Linux) as:
  "ELF 64-bit () MSB relocatable, PA-RISC"

When I copy the archives to an HP-UX 11 machine, extract 'libmysql.o',
and run 'file', I get the string you desire:
   libmysql.o:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)
(again, checked for all four archives)


Extract a file from the archive and check that with 'file'.


Regards,
and a Happy New Year to all!

Joerg

-- 
Joerg Bruehe, Senior Production Engineer
MySQL AB, www.mysql.com
Office:  (+49 30) 417 01 487

Are you MySQL certified?  www.mysql.com/certification


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to