Operating System - HP-UX
1745827 Members
3884 Online
108722 Solutions
New Discussion юеВ

How to compile samba in HP-UX 11.31

 
Keynes Lee
Regular Advisor

How to compile samba in HP-UX 11.31

I always get below error
"configure: error: cannot compute sizeof (long long)"

Please help to fix it
4 REPLIES 4
Shibin_2
Honored Contributor

Re: How to compile samba in HP-UX 11.31

Curiosity : why you need to compile, when you can download the package ?
Regards
Shibin
Keynes Lee
Regular Advisor

Re: How to compile samba in HP-UX 11.31

As we are implementing Single Sign On by using winbind WITHOUT LDAP.

I tried very very hard but not works.

Someone told me, need to compile samba with winbind & pam

So, I want to try that ...
Steven Schweda
Honored Contributor

Re: How to compile samba in HP-UX 11.31

> I always get below error
> [...]

When you do what, exactly, starting with
what, exactly, using what, exactly?

Your problem report provides approximately no
useful information, and my psychic powers are
too weak to tell me anything useful about
what you did, including, for example:

Which Samba version?
Which Samba source kit (from where)?
Which C compiler?
Your build procedure?

> [...] HP-UX 11.31

Actual "uname -a" output would be better.
Dennis Handly
Acclaimed Contributor

Re: How to compile samba in HP-UX 11.31

>configure: error: cannot compute sizeof(long long)

You may be using cc_bundled(1) which doesn't support long long?
Are you on PA or Integrity?