similar to: 3.2.11 not compiling on solaris 9 (libtalloc.so.1 error)

Displaying 20 results from an estimated 2000 matches similar to: "3.2.11 not compiling on solaris 9 (libtalloc.so.1 error)"

2008 Sep 18
1
Fwd: Sol9 make failure of samba 3.2.2 with gcc 3.4.6 -- libtalloc.so.1
I'm on Solaris 9 sparc. Current versions are: gcc 3.4.6 (sunfreeware pkg) MIT krb5-1.6.3 (source) openldap-2.4.11 (compiled with --with-tls and --enable-crypto) samba-3.2.2 db-4.2.52.NC (sunfreeware pkg) No compiler env vars set, except CC is set to CC=/usr/local/bin/gcc I'm invoking configure as follows: ./configure --with-ads --with-windbind --with-krb5=/usr/local --with-ldap
2010 May 07
1
Problems 'make'ing on Solaris 9.
Hi list! I'm trying to build Samba 3.4.7 with ADS support on Solaris 9 and experiencing a heap of problems (which seem to be common). First of my system: Solaris 9 SPARC > uname -a SunOS sunfire2 5.9 Generic_122300-08 sun4u sparc SUNW,Sun-Fire-V240 Solaris Using GCC 3.4.6 from sunfreeware (with all noted dependancies installed) > gcc --version gcc (GCC) 3.4.6 Copyright (C) 2006 Free
2010 May 07
1
Fwd: RE: Problems 'make'ing on Solaris 9/10
On Solaris 10 (x86), trying to compile samba 3.5.2 I have downloaded GCC 3.4.x., make, binutils (ld etc) and sed from Sunfreeware. GCC (gcc -v) has /usr/ccs/bin/ld hardcoded so the only way around it was to symlink to the gnu one. # mv /usr/ccs/bin/ld /usr/ccs/bin/ld.1 # ln -s /usr/local/bin/ld /usr/ccs/bin/ld # ./configure --prefix=/usr/local/talloc-2.0.1 When setting some
2013 Jan 09
0
CEBA-2013:0098 CentOS 5 libtalloc Update
CentOS Errata and Bugfix Advisory 2013:0098 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0098.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 34b3acb959a9dcd75bd03fb0d66a1385edbdcffd1c391ea8d867f63831950c8f libtalloc-2.0.7-2.el5.i386.rpm
2016 Apr 13
0
CESA-2016:0612 Critical CentOS 6 libtalloc Security Update
CentOS Errata and Security Advisory 2016:0612 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-0612.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d78e01a22fba77de896077716efc11ce072a6c2cc0f339474b050b1848b2f633 libtalloc-2.1.5-1.el6_7.i686.rpm
2013 Mar 09
0
CEBA-2013:0352 CentOS 6 libtalloc Update
CentOS Errata and Bugfix Advisory 2013:0352 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0352.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 30aa55fcd981390cf7aee23b6d638d15cfad3df0f8c020bea067fec1816c76f0 libtalloc-2.0.7-2.el6.i686.rpm
2014 Feb 10
0
building 4.1.4 on AIX 5.2 : fails on libtalloc.so linking
Hi, I'm trying to build samba 4.1.4 on an AIX 5.2.0.0. I'm using GCC v3.3.2 and python 2.7.6 I've configured the build with this command (disabling ACL because of missing headers on my system concerning nfs4 acl): $) LDFLAGS=-lpthread ./configure -C --prefix=/i/infext/samba-4.1.4 --without-acl-support And then I have run the build procedure but it fails on linking libtalloc.so
2009 Jun 23
1
3.3.5 not compiling on solaris 10 (libtalloc.so.1)
Hi, I found some hints but no solution that worked for me actually, I try to compile 3.3.5 on Solaris 10 and it does not find libtalloc: Linking shared library bin/libtalloc.so.1 /usr/ccs/bin/ld: cannot open linker script file /scratch/samba-3.3.5/source/exports/libtalloc.so.1: No such file or directory gmake: *** [bin/libtalloc.so.1] Error 1 Obviously because it's not there :( :
2008 Nov 17
0
SAMBA-3.2.4 for Solaris SPARC 9: ld.so.1: net: fatal: libtalloc.so: open failed: No such file or directory
Just sharing the information on this a work around for this problem. reported to bugzilla.samba.org: BUG 5907. net ads join get the error: ld.so.1: net: fatal: libtalloc.so: open failed: No such file or directory Killed warning: net ads join failed Top of config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
2013 Nov 25
0
libtalloc double free error again?
Hi, This floods my server log running DC on 4.1.2. I don?t know if it is the same problem like bug 9832? Kinglok, Fong ======================================================= [2013/11/25 10:53:03.708423, 0] ../source3/lib/dumpcore.c:317(dump_core) dumping core in /usr/local/samba/var/cores/smbd [2013/11/25 10:53:04.106077, 0] ../source3/lib/popt_common.c:67(popt_s3_talloc_log_fn)
2016 Apr 13
0
CESA-2016:0612 Critical CentOS 7 libtalloc Security Update
CentOS Errata and Security Advisory 2016:0612 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-0612.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 01de4c3db60e1c3610c72fcd0c0406d5faf0f0832f44ed4cc9668355c0eb4fe2 libtalloc-2.1.5-1.el7_2.i686.rpm
2008 Jul 01
2
Samba 3.2.0: error while loading shared libraries: libtalloc.so.1
Hi, Just try to build rpm of Samba on my CentOS 5.2 box. RPM building & updating were fine, but I can not start smbd. Here are errors: # service smb start Starting SMB services: smbd: error while loading shared libraries: libtalloc.so.1: cannot open shared object file: No such file or directory [FAILED] Starting NMB services: nmbd:
2009 Aug 24
0
[SOLVED] Compiling on RHEL 5.3 possible? --libtalloc does not exist
Ah so... sure enough these libraries are found in their default locations /usr/local/samba/lib. ./configure LDFLAGS=Wl,-rpath,/usr/local/samba/lib SOLVED this problem on RHEL 5.3, x86_64 with gcc 4.1.2 Thanks, RW Hornbaker ________________________________________ From: John Drescher [drescherjm at gmail.com] Sent: Friday, August 21, 2009 3:22 PM To: Hornbaker, RW Cc: samba at lists.samba.org
2008 Jul 07
3
libtalloc.so.1()(64bit)
Hi I am trying to upgrade to samba 3.2 with the experimental package for rhel5 64 bit from sernet. it tells me i have to install libtalloc.so.1()(64bit) first. where do i get this? "yum provides libtalloc.so.1" does not find anything. thanks urs
2009 Aug 21
1
Compiling on RHEL 5.3 possible? --libtalloc does not exist
I've tried Samba 3.2.14, 3.3.7, and 3.4 (source3). In each instance, smbd was missing libtalloc.so.1 libtdb.so.1 libwbclient.so.0 as reported by ldd. It didn't work to well either :-) I've not been able to find RHEL 5 libtalloc package. I tried installing some from fedora core(6 and 11), however, they had considerable dependency trees... some of which conflicted with what was
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no
2005 Aug 04
2
drawing a network digraph
Dear R users, I have a matrix with 2 columns with the variables: "daughter index", "mother index". I would like to draw a network digraph using this data, where each daughter is connected to a mother and between the connections inlcude a circle with the information on the indices ("daughter index", "mother index"): i.e. something similar to graphs
2002 Jul 19
2
Update Samba
Hi, Newbie question: I've installed samba_2.2.5 and it works great, got winbind working have convinced boss types that it's a viable alternative to Windows for some filesharing, however I originally did the configure and make without specifying smbmount be included in the build but with some other options, inlcude winbind and pam. If I run ./configure --with-smbmount and do a make etc.
2003 Nov 14
2
[LLVMdev] Headers & Libraries
> So what they call "system" headers are basically installed > headers and user headers are internal ones. In the context of llvm every > header that is under inlcude is a "system" header (because when we write an > install target it will end up in /usr/include/llvm) otherwise it is a user > header. We don't want a user to compile a new copy of LLVM using
2011 May 16
1
build samba on solaris 10 fails on libwbclient
Hi, I'm trying to build Samba on Solaris 10 sparc. ./autogen.sh completes but with warnings such as samba4.m4:6: warning: file `../m4/check_python.m4' included several times ../lib/util/xattr.m4:9: warning: AC_CACHE_VAL(smb_attr_cv_xattr_add_opt, ...): suspicious cache-id, must contain _cv_ to be cached ../lib/util/xattr.m4:9: the top level samba4.m4:83: warning: file