similar to: samba-3.0.4 compile issues on AIX 4.3.3

Displaying 20 results from an estimated 140 matches similar to: "samba-3.0.4 compile issues on AIX 4.3.3"

2004 Aug 24
1
building 3.0.6 on AIX
Firstly configure has a slight boo boo at line 9373 checking for cups-config... no ./configure[9373]: ==: unknown test operator checking for library containing dlopen... none required However getting past that trying to make always fails with: Compiling nsswitch/winbind_nss_aix.c with -O2 "nsswitch/winbind_nss_aix.c", line 747.8: 1506-166 (S) Definition of function attrlist_t
2004 Oct 07
1
Compiling Samba 3.0.7 on AIX
I am getting the following errors, when I attempt to compile Samba 3.0.7 on AIX 5.1: Compiling nsswitch/winbind_nss_aix.c with -O2 nsswitch/winbind_nss_aix.c: In function `wb_aix_init': nsswitch/winbind_nss_aix.c:980: structure has no member named `method_version' nsswitch/winbind_nss_aix.c:980: `SECMETHOD_VERSION_520' undeclared (first use in this function)
2008 Oct 30
2
Questions about Samba 3.x on AIX 4.3.3
Hello, I realize that AIX 4.3.3 is a very old platform, but we have one such system which cannot be upgraded and requires Samba. We are currently using Samba 2.2.1a (!) and I'd like to upgrade to something more modern. This system participates in a Clearcase environment and we are trying to share an MVFS filesystem. Users complain that it takes a very long time (5+ minutes) to access this
2020 Mar 12
0
Linking Error Building Samba on AIX 7
Hi, I am getting the following error from the linker while building Samba 4.11.6 on AIX 7. I am not explicitly disabling cluster support (which this seems to be related to), but I see in the configure that it gets disabled (presumably due to --without-ads). ld: 0711-317 ERROR: Undefined symbol: .lp__ctdbd_socket Here is my configure setup. ./configure \
2003 Oct 14
0
Building on AIX 5.1, 5.2
Hello all, Has anyone built Samba 3.0.0 (or the 3.0.1pre1 release) on AIX 5.1 or 5.2 using the IBM VisualAge C/C++ 6.0 compilers? I am consistently seeing the error: "lib/system.c", line 1325.25: 1506-045 (S) Undeclared identifier ATTR_MAX_VALUELEN. "lib/system.c", line 1325.25: 1506-195 (S) Integral constant expression with a value greater than zero is required.
2006 Feb 09
6
chown DOMAIN+mylogin /dir fails (Please help)
What can I look at to understand why chown keeps saying user does not exist. wbinfo -u/-g returns the user information klist -v shows kerberos is working net ads join works fine wbinfo -t shows secret is fine aix does not have getent so I can't run getent passwd -- is there something equivalent on aix? /usr/lib/security/methods.cfg has: WINBIND: program =
2010 May 11
1
Samba 3.5.2 compile on AIX
I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1. I'm compiling Samba with ADS support against a locally installed Heimdal 1.3.2 Kerberos installation and I'm getting a failure while compiling clikrb5.c This is using the IBM xl_C compiler. Below is the complete build logs. I'm able to get around the error if I undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the
2005 Feb 23
1
Winbind on AIX 5.2
Has anyone had luck getting Winbind from Samba 3.0.11 to compile and authenticate users telnetting (or ssh'ing) into an AIX lpar? If so, what'd you do? :) I've compiled kerberos and openldap, both installed. Able to run the configure script for Samba, pointing LDFLAGS and related to the correct location for the openldap libraries. I've been unable to get Samba compiled
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2 with AD Support. The problem is that it compiles fine but does a core dump when it's use is attempted. Several of the configuration usability parameters are showing NO. Expecially the CoreFoundation, fcntl, and syscall related areas. I need help determining what my problem is, and is there a place where I can find a
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2 with AD Support. The problem is that it compiles fine but does a core dump when it's use is attempted. Several of the configuration usability parameters are showing NO. Expecially the CoreFoundation, fcntl, and syscall related areas. I need help determining what my problem is, and is there a place where I can find a
2002 Aug 23
0
rsync 2.5.5 and AIX-4.3.3
Hello, I made a collection of GNUs to RS6k AIX-4.3.3, but rsync refuses to work between hosts, i get: rsync: failed to connect to X.X.X.X: Addr family not supported by protocol rsync error: error in socket IO (code 10) at clientserver.c(97) Details: libc.a (original), gcc 3.1.1, binutils 2.13, make 3.79.1, /etc/services: rsync 873/tcp # RSync rsync
2005 Mar 15
0
Compiling samba 3.0.12pre1 on AIX 4.3.3
Hi All, I have made some headway. I have been able to successfully install kerberos v 5-1.3.5 CPPFLAGS='-I/usr/local/include'./configure --enable-dns --enable-dns-for-kdc --enable-dns-for-realm --disable-thread-support make; make instal openldap-2.2.3 /configure --disable-slurpd --disable-bdb --disable-slapd --without-threads make depend; make; make install I configured samba-3.0.12pre1
2004 Dec 01
0
Samba/LDAP auth on AIX 4.3.3
Hi team, I need to deploy Samba/LDAP on AIX 4.3.3. All is right for both Samba and LDAP except authentication. I've written on nss_ldap mailing list, after reading all padl literature, without any answer. So I try here if someone already got/solved the problem. Till now, I've detected that authentication request is send to LDAP but I've got a "user doesn't exist" answer
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
Hmph. I wish I had checked the list before I wasted a half-day on this. Yes, the problem exists under AIX (mine's 4.3.1). Here's the patch I came up with, which may be a little more straightforward than the original. I confirmed that it works under Solaris 2.[67] too. Don't forget to run autoconf. --- bsd-login.c.orig Sat Dec 25 18:21:48 1999 +++ bsd-login.c Thu Apr 20 18:26:41
2002 Mar 14
0
OpenSSH vs AIX 4.3.3 => 5.1 utmp patch
The patch below follows changes in AIX utmp handling made between AIX 4.3.3 and 5.1. With it, utmp entries are properly recorded again. The patch applies to OpenSSH 3.1p1, and seems to work fine. The co-worker who sent me the patch hasn't tested backwards compatibility on AIX 4.3.3 systems. Richard ------- *** openssh-2.9.9p2/auth-passwd.c.org Tue Jul 3 23:21:15 2001 ---
2002 Apr 10
0
[Bug 213] New: -SNAP-20020410 fails to compile under AIX 4.3.3
http://bugzilla.mindrot.org/show_bug.cgi?id=213 Summary: -SNAP-20020410 fails to compile under AIX 4.3.3 Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org
2002 Oct 19
0
[Bug 397] Openssh build failure AIX 4.3.3
http://bugzilla.mindrot.org/show_bug.cgi?id=397 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From dtucker at zip.com.au 2002-10-19
2003 Dec 10
1
problems with openssh 3.7.1p2 on AIX 4.3.3
Hi, I already sent this mail to the secureshell at securityfocus.com mailing list, but that seems to be spammed... I searched the mailinglists and googled for this problem, but had no luck. So I hope that someone here knows a solution. I have to change the sshd daemon on two AIX 4.3.3 machines from a ssh.com version to openssh3.7.1p2. The openssh daemon runs fine and I can log in, but when I do
2004 Aug 02
0
Problem building OpenSSH-3.8p1 on AIX 4.2.1 and 4.3.3 systems
Dear Sirs, just tried to compile openssh-3.8p1 on two IBM RS6000 boxes (models 390 and F50) having AIX 4.2.1.0 and AIX 4.3.3.11 (all maintenance levels applied). I use IBM 'XLC' compiler version 3.1 (xlC.C 3.1.4.0 with xcC.rte 4.0.2.0 and xlC.aix43.rte 4.0.2.1). On both machines there was a slight problem when compiling, because both <utmp.h> and <utmpx.h> files were included,
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
We have a Problem to Install the Packages: openssl-0.9.6m-1 openssl-devel-0.9.6m-1 openssl-doc-0.9.6m-1 After we migrate from AIX 4.3.3 to AIX 5.2 I removed the old Version rpm and want to reinstall openssl and openssh. If i try to install openssl i have the following Error Message: # rpm -ivh openssl-0.9.6m-1.aix5.1.ppc.rpm openssl-devel-0.9.6 m-1.aix5.1.ppc.rpm