Displaying 20 results from an estimated 900 matches similar to: "3/2/2014 Samba4 git pull make clean error"
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree:
$ git remote -v
origin git://git.samba.org/samba.git (fetch)
origin git://git.samba.org/samba.git (push)
$ git pull
$ ./configure ...
$ make clean
WAF_MAKE=1 python ./buildtools/bin/waf build
./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
Hi all,
As samba4 git source took a looong time to download, I've moved the
folder away from original directory.
Trying to compile 4.0.10, make shows :
> 'configure' finished successfully (52.943s)
> WAF_MAKE=1 python ./buildtools/bin/waf build
> cannot find include/config.h
> Waf: Entering directory `/home/serveur/git/samba4/bin'
> bld.curdir
>
2014 Apr 25
1
Samba 4.1.4 compilation error
Hi all,
I am compiling samba 4.1.4 but getting below error on python.
(Python version 2.5.2)
Is it required a higher version of python.
?...?????????????.........???
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking
2018 Mar 26
0
talloc configure error for armv8be
Hi
I have problem when doing configure for talloc-2.1.1. The error message like follows:
./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib64/talloc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib64 --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man
2017 Jun 03
0
Building from source on an ARM71 based router
On Sat, 3 Jun 2017 12:43:52 -0400
Zac Morris <zac at zacwolf.com> wrote:
> OK, to be extra clear, I *am* now running just: ./configure
>
> It is this script that is erroring at step:
> *Checking uname sysname type*
>
> It's not a python specific issue. Like I said, this is a minimal linux
> build, so many of the de facto apps/headers/libs are not installed.
>
2017 Jun 03
2
Building from source on an ARM71 based router
I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear
R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)*
I'm working with some folks via the DDWRT, but we're running into an issue
trying to build from source.
I have python 2.7 already installed on the router, and I'm executing the
install_with_python.sh script.
./install_with_python.sh /opt/test/samba-4.6.4
2017 Jun 03
3
Building from source on an ARM71 based router
No, sorry, it's actually failing on "configure" which this script calls. I
should have been more clear.
./configured is failing at step: *Checking uname sysname type*
It's obviously missing some app/header/library, but reading through all the
breakpoints listed in the error (re-pasted below) I can't make out from the
code what it's looking for, and the config.log
2016 Dec 21
1
compiling Samba4 on Solaris11
I am unable to compile Samba 4.4.7, 4.5.1 or 4.5.3 on Solaris 11. I had
been able in the past so maybe an update to GCC broke something.
GCC 4.8 is the default. I then installed GCC 4.9. /usr/bin/gcc is a
symlink to /usr/gcc/4.9/bin/gcc.
I compiled the latest openldap (client only) to the samba target directory.
Set environmental variables so the krb5.h and openldap would be found.
2016 Oct 05
0
samba v4-5-stable build fails
Hello guys.
I am trying to compile samba from git repository, branch v4-5-stable, and I got this error during ./configure
Checking for perl $Config{vendorprefix}: : '/usr'
PERL_ARCH_INSTALL_DIR: : '${LIBDIR}/perl5'
PERL_LIB_INSTALL_DIR:
2016 Oct 26
0
samba-4.5.1 build problem
On Wed, 2016-10-26 at 10:21 +0200, Peter Serbe via samba wrote:
> Dear Samba experts,
>
> I tried to install the latest Samba release the way I
> did it always, i.e. starting with:
>
> ./configure --prefix=/usr/local/samba \
> --with-piddir=/usr/local/samba/var/run \
> --with-syslog \
> --with-quotas \
>
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
I am having problems installing the latest samba4 git checkout as of 3/30/13
I keep getting this error message when trying to install samba4
it says:
checking project rules ...
Project rules pass
[ 1/4152] Generating replace.vscript
[ 2/4152] Generating interfaces.vscript
[ 3/4152] Generating talloc.vscript
[ 4/4152] Generating pytalloc-util.vscript
[ 5/4152] Generating tevent.vscript
[
2016 Oct 26
6
samba-4.5.1 build problem
Dear Samba experts,
I tried to install the latest Samba release the way I
did it always, i.e. starting with:
./configure --prefix=/usr/local/samba \
--with-piddir=/usr/local/samba/var/run \
--with-syslog \
--with-quotas \
--with-acl-support \
--enable-debug \
--enable-cups \
--enable-selftest \
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
Hi,
In case you might be interested in the src.rpms with the AD part (might
save you some time), there are a few (maintained) sources around:
http://samba.tranquil.it/centos8/samba-4.16.10-srcrpm
http://vince.cojot.name/dist/samba/samba-4.16.10/RHEL8/SRPMS/
Due to the dependencies, if you want to keep your RHEL systems clean, it's
actually some work if you want to avoid replacing system
2023 Jun 07
1
Trying to build Samba from source on RHEL 8
On Tue, 2023-06-06 at 17:29 +0000, Flynn, Garrett S RTX via samba
wrote:
> Hi,
>
> I'm trying to build Samba from source on a RHEL version 8 server. I installed all the necessary packages and untarred the source for Samba version 4.6.10.
> In the past I have been able to successfully build and install Samba version 4.13.17 on a RHEL version 7 server with Python2.
> Here I
2014 Feb 27
0
AIX WINBIND ISSUES
All,
I am having a winbind module load error on aix 7.1 trying to load winbind
module for 3.6.0.
methods.cfg
WINBIND:
program_64 = /usr/lib/security/WINBIND_64
(have tried authonly here)
NIS:
program = /usr/lib/security/NIS
program_64 = /usr/lib/security/NIS_64
DCE:
program = /usr/lib/security/DCE
[root] on [barrow] on [/rehash/samba-3.6.0] {932}
2014 Feb 27
0
AIX 7.1 Winbind Module Load Issues
All,
I am having a winbind module load error on aix 7.1 trying to load
winbind module for 3.6.0.
methods.cfg
WINBIND:
program_64 = /usr/lib/security/WINBIND_64
(have tried authonly here)
NIS:
program = /usr/lib/security/NIS
program_64 = /usr/lib/security/NIS_64
DCE:
program = /usr/lib/security/DCE
[root] on [barrow] on [/rehash/samba-3.6.0] {932}
2014 Dec 08
0
[Announce] Samba 4.0.23 Available for Download
=======================================================================
Jill: [about the dishwasher]
"You will not screw it up like you did
the blender. End of discussion."
Tim: "What's wrong with the blender?
It's the only blender on the block that
can puree a brick."
Home Improvement, Pilot
2014 Dec 08
0
[Announce] Samba 4.0.23 Available for Download
=======================================================================
Jill: [about the dishwasher]
"You will not screw it up like you did
the blender. End of discussion."
Tim: "What's wrong with the blender?
It's the only blender on the block that
can puree a brick."
Home Improvement, Pilot
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
Hi,
I'm trying to build Samba from source on a RHEL version 8 server. I installed all the necessary packages and untarred the source for Samba version 4.6.10.
In the past I have been able to successfully build and install Samba version 4.13.17 on a RHEL version 7 server with Python2.
Here I believe I am using Python3, but I cannot seem to get past the configure command:
[root at v2ecsqapp09
2014 Feb 18
0
Samba 4.2.0pre1-GIT-bf1e65c cut off client connections for file sharing.
root at www:/usr/local/samba/sbin # ./samba -d3 -i -M single
lpcfg_load: refreshing parameters from /usr/local/samba/etc/smb.conf
params.c:pm_process() - Processing configuration file
"/usr/local/samba/etc/smb.conf"
samba version 4.2.0pre1-GIT-bf1e65c started.
Copyright Andrew Tridgell and the Samba Team 1992-2014
GENSEC backend 'gssapi_spnego' registered
GENSEC backend