similar to: static compile of samba ?

Displaying 20 results from an estimated 100000 matches similar to: "static compile of samba ?"

2017 Sep 25
0
Cannot compile and links statically
Hi! everyone! I am a student from China,my name is Aloha Jack! This is the first time I send a message to the mail lists ! Haha! When I get the sources from the website,I configure with this options below: ./configure \ --builtin-libraries=replace,smbtorture,smbpasswd,pdbedit,smbd/smbd,nmbd/nmbd \ --without-ldap \ --without-ads \ --disable-cups \ --disable-iprint \ --bundled-libraries=ALL \
2017 Sep 25
1
How to build samba-4.6.7 with static linked option?
Hi! everyone! I am a student from China,my name is Aloha Jack! This is the first time I send a message to the mail lists ! Haha! When I get the sources from the website,I configure with this options below: ./configure \ --builtin-libraries=replace,smbtorture,smbpasswd,pdbedit,smbd/smbd,nmbd/nmbd \ --without-ldap \ --without-ads \ --disable-cups \ --disable-iprint \ --bundled-libraries=ALL \
2010 Apr 16
8
upgrade 3.4.3 --> 3.5.2 = crash
Hello I'm in trouble upgrading samba from 3.4.3 to 3.5.2 with Debian Lenny (AMD64) I use compiled (without error) version if samba with such options Any info welcome , thanks ! --prefix=/usr/local/samba-3.5.2' '--with-fhs' '--enable-shared' '--enable-static' '--disable-pie' '--with-pammodulesdir=/lib/security' '--with-pam'
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates, The saga continues, but THANK GOD 'make revert' WORKS. Here is my problem. I am trying to compile 3.0.7 from source and install it on my Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done: [stop samba] # ./configure --prefix=/usr --with-smbmount # make # make install # /etc/rc.d/init.d/smb start Here is what I get: [root@Nemesis david]# tail
2010 Apr 07
6
Joining a NetApp filer to a Samba PDC ?
Hello Does anyone succeded in joining a Samba PDC with a NetApp filer ? I tried many times but never succeded ... Any infos welcome. Thanks
2011 Jul 28
2
Can R (without GUI) be compiled with static linking?
I have a potential client that is considering R for data analysis and visualization modules within a larger framework. The host systems run either Solaris or a version of Linux. One of their requirements (hard or soft?) is that each module in the framework be compiled with statically linked libraries into a standalone binary that can be run from the command line. I intend to recommend using R
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you need to not only include --with-acl-support in debian/rules, you also need to vi debian/config.cache --> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}" with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}" This will allow it to compile. Unfortunately, for me,
2013 May 31
1
Cross Compiling Samba 4.0.6 for ARM increases size of binaries
Hi, I have cross-compiled just the basic samba 4.0.6 using bitbake recipe for ARM, which succeeded. However the resulting binaries are large in size. I used the exact same configuration options in both the cases. There is at least a 10 fold increase in the smbd compared to native x86. --- Native x86 ---- -rwxr-xr-x 1 pranavd users 92979 May 31 10:57 /usr/sbin/smbd -rwxr-xr-x 1 pranavd users
2006 Oct 23
1
compile samba 3.0.23c statically
Hello list, I'm trying to compile the current stable version of samba statically. The goal is that smbd / etc. don't need any libraries. My first attempt was to run ./configure and afterwards to start the compile process with make LDFLAGS=-static but this failed with the message Linking bin/smbd /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find
2010 Dec 15
2
ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )
hello trying to install dovecot 2 on a fresh installed machine I get this error message : doveconf -n > dovecot-new.conf doveconf: Error: ssl enabled, but ssl_cert not set doveconf: Fatal: Error in configuration file /usr/local/etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set the ssl config file look like the following : Thanks for any info. ## ## SSL settings ## # SSL/TLS
2024 Jul 25
0
client-only build? all internal libs statically build?
Hi! In order to test something, I tried to build smbclient and libsmbclient with all dependencies built in. My goal is to have just libsmbclient.so.0 library and smbclient executable linked with libsmbclient.so. It looks like there's no way to limit build to client only, - the build system always tries to build smbd/nmbd/etc. At the very least one can use --targets=smbclient to limit
2008 Dec 11
2
Multi OS boot and shared secret trouble
Hello We are facing a boring trouble with multi OB boot machines that access to our samba server. All machines authenticate to samba PDC ( linux debian etch + windows ) It appears when machines windows's bootup the shared secret is changed by windows if we reboot the same machine under Linux it cannot authenticate anymore because Linux does NOT change the shared secret ... The machines
2003 Jun 06
0
FWD: Re: stability
>From the killall man page: killall sends a signal to all processes running any of the specified commands. If no signal name is specified, SIGTERM is sent. ---------- Original Message ---------------------------------- From: "Oscar A. Valdez" <oscar.valdez@plastipak.com.sv> Date: 06 Jun 2003 16:10:23 -0600 >>From the smbd man page: >
2016 Jul 12
1
Option configure
Am 12.07.2016 um 21:35 schrieb Rowland penny: > On 12/07/16 20:25, Achim Gottinger wrote: >> Just backported 4.4.5 from debian sid to jessie. samba.service is >> masked there. If running as an fileserver the services are started >> via smbd.service,nmbd.service, winbind.service. >> There is an samba-ad-dc script which is masked by default. >> To get the ad-dc up
2003 Aug 28
6
Why are the binaries so huge?
Hi list I just compiled 3.0rc1 on Solaris 9 (UltraSparc IIe) with gcc 3.3. Seems to work fine but I am surprised by the enormous size of the binaries: (ub-blade1):/usr/local/samba/sbin # ll total 232272 -rwxr-xr-x 1 root other 44719632 Aug 28 15:07 nmbd -rwxr-xr-x 1 root other 89726544 Aug 28 15:07 smbd -rwxr-xr-x 1 root other 44807356 Aug 28 15:07 swat -rwxr-xr-x
2002 Mar 06
1
Help - Samba 2.2.3a + Solaris 8 7/01 - 64 bit binaries
Hi, I have compiled Samba 2.2.3a on Solaris 8 7/01 to produce 64 bit binaries and to use the 64 bit i/o functions. The compiled code has been installed on two identical Sun Servers, the key differences between the configurations is that one has the maximum number of file descriptors set to 65000 (Solaris configured for 65356) and has op locks disabled because it is being used with Clear Case.
2002 Jun 11
0
Sol 2.8-Samba 2.2.4-Sun WS 6 C Compiler-Compiler Warning Messages
I'm receiving compiler warning messages using Solaris 2.8, Sun Workshop 6 C compiler and Samba 2.2.4. Can the warning be safely ingnored? Dennis 36 % make Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/openwin/share/include/X11/extensions -I/usr/openwin/include= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba.22/var"
2000 Jul 14
1
Clarity on using SAMBA and Mapping to a Sun Server
My response is below. > -----Original Message----- > From: Gerald Carter [SMTP:gcarter@valinux.com] > Sent: Wednesday, July 12, 2000 12:29 PM > To: Hawks, Steven L > Cc: Multiple recipients of list SAMBA > Subject: Re: Can Samba be Installed on a Solaris 2.6 operating > system? > > "Hawks, Steven L" wrote: > > > > Can Samba be Installed on a
2012 Jul 10
5
compiling samba 3.4.8 on CentOS_6.2
Hello All. Been trying without avail to make idmap work with my AD so I can get "real" UID/GID for SSH logins on a CentOS_6 box. Have heard from several sources that idmap has seen some serious changes since 3.5 and decided to roll back from the "stock" 3.5 that comes with CentOS_6 to 3.4.8. I'd like to see if it has the same problems. Installed a clean build of
2005 Apr 12
2
SIGUP? Losing Share
Hello, I'm new to the list and pretty much a newbie to linux and samba. I'm quick learner though. I have been losing my samba share upon ocasion recently, below is a portion of the syslog from the time period that I think is when the share goes down. A reboot of the server or a restart of the smbd fixes the problem (....until it happens again) I don't know what SIGUP is or why