search for: samba_cv_use_seteuid

Displaying 3 results from an estimated 3 matches for "samba_cv_use_seteuid".

2004 Aug 04
1
Samba on ARM configure error
Hi Andrew, I rebuilt my tool chain for ARM. I am running it on the Intel IOP 31244 processor. This is my configuration: Gcc-3.3.2, Glibc-2.3.2, Binutils 2.14 and Linux 2.6.5 . Now I get the following error: Checking configure summary... ERROR: no seteuid method available Configure: error: summary failure. Aborting config. Where am I making mistake? -thanks, Rajesh
2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
Hello all, I am attempting to cross-compile Samba 3.0.24 for the ARM platform using on an Ubuntu Dapper box using arm-linux-gcc 3.4.0. I am using the following script to call configure: #!/bin/bash ac_cv_func_prctl=no linux_getgrouplist_ok=no ./configure --without-krb5 --without-ldap --without-ads --disable-cups --without-swat --prefix=/home/tropem/samba-build --host=arm-linux
2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
Hi. I'm trying to compile 3.0.20b on my i686 host to run on a mipsel host. For this, I got a cross compile toolchain from <http://linkstationwiki.org/Projects/CrossToolchains>. The toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux I ran configure with the help of a little wrapper script: version=gcc-3.4.4-glibc-2.3.5