Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0.8 compiles but fails to install"
2003 Jan 15
3
libpopt.so.0 Issue
Evening;
Just installed Samba on my solaris 9 server at home and am having
difficulties.
When I try to check out the option file using testparm, it always brings
back the message :
ld.so.1: ./testparm: fatal: libpopt.so.0: open failed:
I can't find the library libpopt.so.0 anywhere on the system.
Apparently , I forgot to load something.
Can anyone help me in finding where I can
2004 Mar 19
1
Samba3 installation issues
I'm trying to install the Samba3 rpm's on a SuSE 9.0 machine. When I try
it, I get the following message(s):
LX1020:/opt/samba3 # rpm -ivh samba3-*
error: Failed dependencies:
libasn1.so.5 is needed by samba3-3.0.2a-0
libcom_err.so.1 is needed by samba3-3.0.2a-0
libcrypto.so.0.9.6 is needed by samba3-3.0.2a-0
libdb-4.0.so is needed by samba3-3.0.2a-0
2011 Oct 21
2
Need help with redhat build to --prefix
Hi all,
I need to build samba 3.6.1 on a RedHat redhat-release-5Server-5.6.0.3 linux machine but cannot install it to the default directories because the machine is centrally managed...
I am using the following configure command:
./configure --prefix=/app/radius/samba/ --with-configdir=/app/radius/samba/conf --with-privatedir=/app/radius/samba/private --disable-cups
and I am unable to run
2003 May 05
1
Help on missing file libpopt.so.0
Hello every1:
I just installed samba2.2.8a package (SMCsamba) on Solaris 2.6 sparc box. Upon
starting
up samba (/etc/init.d/samba.server start), I got a msg. "ld.so.1:
/usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No such file or
directory
Killed
ld.so.1: /usr/local/samba/bin/nmbd: fatal: libpopt.so.0: open failed: No such
file or directory
Killed
Help is greatly
2002 Dec 01
1
CUPS printing problem under Samba 2.2.7
Hi,
I've just downloaded and installed samba 2.2.7
with these options;
./configure \
--prefix=/usr \
--libdir=/etc \
--with-lockdir=/var/lock/samba \
--with-privatedir=/etc/samba \
--with-pam \
--with-winbind \
--with-swatdir=/usr/share/swat \
--with-pam \
--with-mmap \
--enable-cups \
--with-logfilebase=/var/log/samba \
--with-smbmount \
--sysconfdir=/etc/samba \
2005 Oct 18
1
compile samba as a static binary
Hi everybody!
I want to compile samba 3.0.20b for an embedded system with minimal
features.
It should only work as a simple fileserver.
For my first attempts, i tried to compile a static smbd binary with
following steps:
./configure --enable-static=yes --enable-shared=no --disable-cups
-without-sys-quotas --without-ads
make
after thad i did a
ldd smbd
linux-gate.so.1 => (0x00111000)
2004 Apr 22
1
Samba 3.0.2a problems on Solaris 8
Tried to upgrade our Samba 2.2.8a domain controller (Solaris 8) to Samba
3.0.2a. Compiled using gcc 3.3.2, linked to libiconv-1.8, popt-1.7 and
cups-1.1.20.
I shut down the Samba 2.2.8a. Removed everything in var/locks. Did a
"make install" to install 3.0.2a, then restarted Samba. My smb.conf is
basically the same as 2.2.8a with "domain admin group" removed.
When I stared
2003 Oct 30
1
Not sure if ACL support compiled in
Hi all,
I'm running Samba-3.0.0-2 on an RedHat 8 box.
I compiled it on my own with cups and acl support (and some things, too).
My clients are Win2k and WinXP.
The fileserver has a XFS filesystem with ACL support.
I created a test-share:
[test]
comment = Test
path = /xfspart/test
read only = no
inherit acls = yes
When i create a file from my WinXP Client it
2003 Aug 05
2
Cannot start smbd and nmbd demons
I am running a Samba 2.x.x on a Solaris 9 and I get this when I start the
demon at the command line.
# /usr/local/samba/bin/smbd -D
ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No
such file or directory
Killed
Please help.
Shreeraj Karulkar
(650) 244 4375
2003 Oct 31
2
rsync via ssh dumps core after being interrupted
Hi,
I'm using rsync (version 2.5.5 protocol version 26) on RedHat Linux 8.0:
rsync -ae ssh /tmp/junk/ otherhost:/tmp/junk
If I interrupt rsync (^C), sometimes rsync on the other host dumps core
or uses all (!) available memory and all CPU.
gdb on a core file:
$ gdb -q /usr/bin/rsync /tmp/core.4576
(no debugging symbols found)...
Core was generated by `/usr/bin/rsync --server --sender
2005 Aug 14
5
RPM SPEC rebuild errors
Hello All,
I have been trying all afternoon to rebuild the Samba RPM for my Fedora
3 with the MySQL passdb support and from what I can see it only needs
the inclusion of "--with-expsam=mysql" in the SPEC file in addition to
the regular ones.
The problem is that no matter what version of Samba I try to rebuild, it
always gice an error at the same place:
2005 Jul 06
2
CentOS on IBM 7043-150, liblaus missing
Hello,
I found Pasi's site (http://centos.upi.iki.fi/pub/centos/4/os/ppc/)
describing how to get CentOS working on a IBM 7043-150 43p CHRP 604e
RS/6000 box. I have the exact same machine. I followed his
instructions and got the version of CentOS he provided working on my
system.
[root at murray ~]# uname -a
Linux murray 2.6.9-5.0.3.102.EC #1 Sun Mar 6 18:32:26 EET 2005 ppc ppc
ppc
2015 Sep 01
2
error: Failed dependencies:
Hi,
I am new to Linux environment and trying to setup SAMBA 4.2.3 on one of our CentOS 7 server. I followed SAMBA wiki and other links and was able to build and install the SAMBA on the machine.
Using checkinstall-1.6.2-3.el6.1.x86_64.rpm I am able to create the rpm package also, however when I use this rpm package [samba 4.2.3] to install on another CentOS machine it fails with below errors
2015 Jul 17
2
Problems with the installation of the Samba 4.2.3
Hi,
I want to create a Samba File Server as a Domain Member.
So i installed samba 4.2.3 on Debian 8, but smb.conf file isn't create.
The inicialization scripts samba and winbindd, too isn't create.
This way, i can't start the services.
I have installed the packages:
apt-get install build-essential pkg-config libacl1 acl libacl1-dev
libblkid-dev libblkid1 attr libattr1 libattr1-dev
2015 Feb 25
2
Building Samba4 for Debian / Ubuntu
Hi
I've had success building & using my own Samba4 Debian package using the
instructions on the SambaWiki, specifically:
https://wiki.samba.org/index.php/OS_Requirements
Distribution Specific Package Installation
Debian / Ubuntu
# apt-get install build-essential libacl1-dev libattr1-dev \
libblkid-dev libgnutls-dev libreadline-dev python-dev libpam0g-dev \
python-dnspython gdb
2006 Sep 22
2
samba printer share
Hello, dear colleagues using SAMBA.
Who could possibly tell me what I am missing in order to make my SAMBA printer
share visible on the windows network( i.e., accessing it from a MS Windows
machine's explorer, for example )?
It is SAMBA 3.0.23 on Linux 2.4.33 machine(originally RedHat 7.3. based, but
so much upgraded, even to GLIBC-2.3.6).
here are the linked libraries:
2011 Jan 20
1
libwbclient not found
Hi,
I've just done a fresh install of ubuntu maverick, I added the PPA sources
deb http://ppa.launchpad.net/samba-team/ppa/ubuntu maverick main
deb-src http://ppa.launchpad.net/samba-team/ppa/ubuntu maverick main
installed Samba4....
For some reason samba can't find libwbclient
root at morannon:/etc/apt/sources.list.d# ldd -d -r /usr/sbin/samba
linux-vdso.so.1 =>
2015 Mar 28
3
samba4.2.0 crashes on connection attempt with an internal samba error...
Rowland Penny schrieb am 28.03.2015 00:15:
> I installed jessie in a vm to test it, seeing as how sernet hasn't got
> round to releasing 4.2 packages yet and then Peter posted that he had
> got 4.2 running on jessie. I would love to know how he did this ?
Oh. I am a pretty newbie on this field. Maybe that helped...
First I install the basic system including LXDE. On the problem
2009 Jul 29
1
winbind + rpc windows
Hi,
I've managed to configure winbind to use RPC instead of AD to
authenticate users. I was able to do a few auths and from nothing
winbind started to crash with the following error message:
Any hint on what may be the error?
I've already deleted all tdb files and restarted the services, and the
server, and don't get it solved.
[2009/07/29 14:19:01, 0] winbindd/
2009 Mar 12
3
Binary Packages SuSE9.0 != SLES9
Hi
I need to install a current version of samba on a server running
SuSE9.0 :-/
My Idea was to use the binary package provided at samba.org for SLES9
but I do not have the exact libraries that are needed:
libtalloc.so.1 is needed by samba-3.2.8-2.1.140
libtdb.so.1 is needed by samba-3.2.8-2.1.140
libwbclient.so.0 is needed by samba-3.2.8-2.1.140
-> these are also