Operating System - HP-UX
1752785 Members
5822 Online
108789 Solutions
New Discussion

Re: librdkafka Makefile for HP-UX

 
damienwei
Occasional Visitor

librdkafka Makefile for HP-UX

Need some helps.

I am working on an old HP-UX system with ia64 CPU and want to build the librdkafka library for the system. However, the old HP-UX system does not have bash, mklove, cmake, so I can not use any tools provided within the source packet to configure and make the library.

just wondering if anyone has successfully configured the make process in a HP-UX ia64 system, if so, how did you do it? is it possible to share the config.h and Makefile.config? 

Any information would be appreciated.

Regards,

 

4 REPLIES 4
support_s
System Recommended

Query: librdkafka Makefile for HP-UX

System recommended content:

1. C/aC++ Software for HP-UX - "Make: Must be a separator on rules line 23. Stop." from ifeq Statement

2. HP-MPI Version 2.2 for HP-UX Release Note

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

Re: librdkafka Makefile for HP-UX

You may find some of the software you require here:

http://hpux.connect.org.uk/

 


I am an HPE Employee
Accept or Kudo
damienwei
Occasional Visitor

Re: librdkafka Makefile for HP-UX

Thanks Duncan, I checked with the link you provided and could not find librdkafka in it, did I missed something?
Regards,

Sent from Mail for Windows

Re: librdkafka Makefile for HP-UX

No it doesn't - but it does have bash, make, gcc etc. etc. - that is the say, the tools you usually need to build a piece of software on a UNIX platform. Fair warning though - if you've not done extensive C and open source development on a typical non-Linux UNIX platform, I suspect you will struggle.

 


I am an HPE Employee
Accept or Kudo