![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compiling samba 3.0.27a under AIX | BenediktS | AIX | 2 | 12-06-2007 06:26 AM |
| Compiling with Dll in HP Ux | dwgi32 | High Level Programming | 2 | 11-13-2007 06:43 PM |
| re-compiling | aViking | UNIX for Advanced & Expert Users | 5 | 03-21-2006 06:44 AM |
| compiling with aix 5.1 | n-may | AIX | 1 | 05-24-2004 11:17 PM |
| compiling | Blunt_Killer | High Level Programming | 1 | 09-28-2001 08:10 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Compiling samba 3.0.27a under AIX
I try to compile Samba 3.0.27a under AIX with LDAP and KErberos.
The configure work fine: CFLAGS: -I/opt/pware/include -I/opt/pware/lib/ -I/opt/pware/open_ldap_exec/lib/ -I/software/samba/oldap/usr/lib -I/software/samba/oldap/usr/include ./configure --prefix=/opt/pware/samba/3.0.27a --with-acl-support --with-ads --with-winbind --with-ldap --with-krb5 But when i start make I get the following errors: passdb/pdb_ldap.c: In function 'ldapsam_get_new_rid': passdb/pdb_ldap.c:4459: error: incompatible types in assignment passdb/pdb_ldap.c: In function 'pdb_init_ldapsam': passdb/pdb_ldap.c:5654: error: incompatible types in assignment The following command failed: gcc -I. -I/software/samba/samba_327a/source -I/opt/pware/include -I/opt/pware/include -I/opt/pware/lib/ -I/opt/pware/open_ldap_exec/lib/ -I/software/samba/oldap/usr/lib -I/software/samba/oldap/usr/include -R/opt/pware/include -R/opt/pware/lib/ -R/opt/pware/open_ldap_exec/lib/ -R/software/samba/oldap/usr/lib -R/software/samba/oldap/usr/include -D_SAMBA_BUILD_=3 -I/software/samba/samba_327a/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -I/opt/pware/include -I/opt/pware/berkdb/include -I/opt/pware/berkdb/bin -DLDAP_DEPRECATED -I/software/samba/samba_327a/source/lib -D_SAMBA_BUILD_=3 -O2 -c passdb/pdb_ldap.c -o passdb/pdb_ldap.o make: 1254-004 The error code from the last command is 1. I have googled for these errors but I have found no solution. Can anyone help me please? Benedikt |
| Forum Sponsor | ||
|
|