Displaying 15 results from an estimated 15 matches for "deb_host_multiarch".
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello,
I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to
build from tar instead. From what I gather the following should be the
steps taken.
./configure --without-ad-dc -- sbindir= /usr/sbin
--sysconfdir=/etc/samba/ --/usr/share/man/
make
make install
Am I missing something else? Thanks.
--
-James
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
...obably :-)
>
> This is the config from debian/rules:
>
> --prefix=/usr --enable-fhs --sysconfdir=/etc --localstatedir=/var
> --with-privatedir=/var/lib/samba/private
> --with-smbpasswd-file=/etc/samba/smbpasswd
> --with-piddir=/var/run/samba
> --with-pammodulesdir=/lib/$(DEB_HOST_MULTIARCH)/security --with-pam
> --with-syslog --with-utmp --with-pam_smbpass --with-winbind
> --with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2,vfs_dfs_samba4,auth_samba4
> --with-automount --with-ldap --with-ads --with-dnsupdate
> --libdir=/usr/lib/$(DEB_H...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...rce_195.o -> msg_source}
-> task failed (err #1):
{task: cc_link msg_sink_193.o -> msg_sink}
make[1]: *** [override_dh_auto_build] Error 1
My configure switches are the same as Ubuntu Xenial package:
ctdb_conf_args = \
--prefix=/usr \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--sysconfdir=/etc \
--localstatedir=/var \
--with-socketpath=/var/run/ctdb/ctdbd.socket \
--with-logdir=/var/log/ctdb \
conf_args = \
--prefix=/usr \
--enable-fhs \
--sysconfdir=/etc...
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
...something else? Thanks.
>
Quite probably :-)
This is the config from debian/rules:
--prefix=/usr --enable-fhs --sysconfdir=/etc --localstatedir=/var
--with-privatedir=/var/lib/samba/private
--with-smbpasswd-file=/etc/samba/smbpasswd --with-piddir=/var/run/samba
--with-pammodulesdir=/lib/$(DEB_HOST_MULTIARCH)/security --with-pam
--with-syslog --with-utmp --with-pam_smbpass --with-winbind
--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2,vfs_dfs_samba4,auth_samba4
--with-automount --with-ldap --with-ads --with-dnsupdate
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
--wi...
2018 Dec 05
0
Missing 'glusterfs.so' in Ubuntu
...ls and shlibs files in separate wrapper script to deal with
# private libraries
debian/make_shlibs
Add this part : ! Check if you see the snapper and/or ceph.so lines, if the exists, change it so it matches this:
override_dh_shlibdeps:
LD_LIBRARY_PATH=$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/samba:$$LD_LIBRARY_PATH \
dh_shlibdeps -a -Xceph.so -Xglusterfs.so -Xsnapper.so
ifeq ($(DEB_HOST_ARCH_OS), linux)
LD_LIBRARY_PATH=$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/samba:$$LD_LIBRARY_PATH \
dh_shlibdeps -a -- -pvfsmods -dRecommends \
-e debian/samba-v...
2011 Apr 14
1
Bug#622814: klibc: patch to make klcc play nice with multiarch linux-libc-dev
Package: klibc
Version: 1.5.20-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
Hi maks,
Since the Ubuntu linux-libc-dev is now installing its asm headers to the
multiarch /usr/include/<triplet>/ directory to allow co-installability, I've
pushed the attached patch to Ubuntu so klcc knows to include this path when
searching
2018 Dec 05
4
Missing 'glusterfs.so' in Ubuntu
Hi, guys. I'm new to all of this and need some help with a problem
I've been banging my head against for a while. (Tried
troubleshooting, checking logs, and lots of Googling for a few weeks
now, but just keep hitting dead ends.)
SYMPTOM:
Missing file `/usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs.so`, as
evidenced by error messages like these:
[2018/11/18 07:56:42.551587, 0]
2017 Aug 17
4
Samba 4.7rc4. (Debian Stretch Amd64 packages/sources available)
...ttp://downloads.van-belle.nl/samba4/Buildlogs/stretch-experimental/
I used the following build parameters.
conf_args = \
--prefix=/usr \
--enable-fhs \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--with-privatedir=/var/lib/samba/private \
--with-smbpasswd-file=/etc/samba/smbpasswd \
--with-piddir=/var/run/samba \
--with-pammodulesdir=/lib/$(DEB_HOST_MULTIARCH)/security \
--with-pam \
--with-sy...
2013 Jan 16
3
compiling samba for ubuntu 12.4 lts
Hi,
I'm trying to create a samba4.0.1-package for ubuntu12.4. It seems
as if I've succeeded to resolve the dependencies and everything is
compiling and linking just fine until it switches to the source4
directory. There I always get these kerberos/heimdal-related linker-errors:
default/source3/libads/kerberos_57.o: In function
2019 Apr 08
6
Debian Stretch, Samba 4.10.2, 4.9.6 and 4.8.11 Available (amd64/i386)
Hai guys,
I've updated the Debian Stretch package for Samba 4.10.2, 4.9.6 and 4.8.11.
Repo info : https://apt.van-belle.nl
Build logs: http://downloads.van-belle.nl/samba4/Buildlogs/stretch/
Quick repo setup:
Optional: apt-get install apt-transport-https
Import my public key:
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
# Example repo stretch samba
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
Initially out there as #965245.
I strongly prefer to build ARM64 packages on non-ARM systems. Something
about my main build machine having twice the cores and twice the clock
speed. As such after many builds I've managed to generate a set of
patches which appear to mostly function to get functioning cross-builds
of Xen.
These are NOT a 100% solution. Some packaging hacks were needed. In
2018 Jul 04
2
Invalid directive CERTFILE /etc/nut/keys/gold.pem on Debian stretch
...etc/nut/keys/gold.pem
Jul 04 10:49:05 maria upsd[4744]: listening on 0.0.0.0 port 3493
My first reaction was to check the spelling of CERTFILE, but it looks ok. I
then checked that nut 2.7.4 on Debian is compiled with SSL/TLS support
DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--with-ssl --with-nss \
--with-cgi \
...
so now I'm stuck for ideas. Any suggestion would be much appreciated.
Roger
2016 Jun 28
3
WERR_DNS_ERROR_RCODE_REFUSED
Hello!
Yes, Windows dns too, my dns in samba is Bind!!!
I dont understande -> "where does Bind store the zone info ? *"
:-|
Thanks
Em 28-06-2016 18:25, Rowland penny escreveu:
> On 28/06/16 21:37, Carlos A. P. Cunha wrote:
>> Hello!
>> I have Samba 4.3.3 with Windows Server 2008 R2 SP1, I cm problems in
>> DNS, which in windows can not create dns entries:
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...locking and transactions.
- .
- This package contains the Python3 debug extension.
diff -u tdb-1.3.9.orig/debian/rules tdb-1.3.9/debian/rules
--- tdb-1.3.9.orig/debian/rules 2016-05-02 17:54:05.000000000 +0200
+++ tdb-1.3.9/debian/rules 2016-05-26 16:33:54.909138826 +0200
@@ -14,14 +14,13 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $* --with python2,python3
+ dh $* --with python2
override_dh_auto_configure:
PYTHON="$(PYTHON)" \
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \...
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello,
Le 12/12/2016 à 18:29, Hans Wennborg a écrit :
> +Sylvestre who knows about these things.
>
> On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> L.S.,
>>
>> I'm currently in the process of creating Debian packages for
>> clang/llvm release 3.9.0. For this I'm using the steps as explained on