[OpenAFS] HP-UX 11iv3 (11.31)
jbygden
jonas.bygden@scania.com
Wed, 9 Jan 2008 05:24:53 -0800 (PST)
Derrick Brashear wrote:
>
> On Jan 9, 2008 7:26 AM, jbygden <jonas.bygden@scania.com> wrote:
>
>>
>> Anyone been able to build OpenAFS (1.4.[456]) on HP-UX 11.31 ia64?
>>
>
> I haven't laid hands on one of these to try. The config files probably
> aren't there but that's not really a hard bit of editing.
>
>
Well,
It seems like HP have done some restructuring of include-files between 11.23
and 11.31, here are some examples:
On a host with 11.23:
root@11.23 # uname -a
HP-UX 11.23 B.11.23 U ia64 3854081121 unlimited-user license
root@11.23 # find /usr -name user.h
/usr/include/sys/user.h
/usr/include/ia64/sys/user.h
root@11.23 # find /usr -name map.h
/usr/include/sys/map.h
/usr/local/include/c++/4.1.1/backward/map.h
/usr/local/include/c++/4.1.1/debug/map.h
root@11.23 # find /usr -name vfs_vm.h
/usr/include/sys/vfs_vm.h
root@11.23 #
On a host with 11.31:
root@11.31 # uname -a
HP-UX 11.31 B.11.31 U ia64 0955035248 unlimited-user license
root@11.31 # find /usr -name user.h
root@11.31 # find /usr -name map.h
root@11.31 # find /usr -name vfs_vm.h
root@11.31 #
And this obviously creates a ton of errors at compile time.
I have contacted HP-support about this, but (based on experience) I don't
expect a satisfying answer.
So I'm hoping that someone else has tried and resolved this somehow.
/Jonas
--
View this message in context: http://www.nabble.com/HP-UX-11iv3-%2811.31%29-tp14710868p14711720.html
Sent from the OpenAFS - General mailing list archive at Nabble.com.