Re: RE RE [Samba] libtalloc on samba-3.2.0

2008-07-08 Thread Michael Adam
I just fixed the library build in the v3-3-test branch.
Symlinks are in the right direction, install is fixed.
And so on.
If you like you could try that!

Michael

Michael Adam wrote:
 Oops.
 
 There are still bugs to the new internal shared libs feature
 especially related to make install. Also note that the link
 is in the wrong direction. libtalloc.so.1 should be the file
 and libtalloc.so should be the symlink to libtalloc.so.1 .
 
 I am plan to fix that for the next bugfix releases, but for
 sure this will be gone in 3.3.0 (which we plan to release in
 roughly 6 months).
 
 If your problem is reproducible, you could help keeping track
 of this by filing a bug at bugzilla.samba.org (and assign it
 to [EMAIL PROTECTED]).
 
 Note that you can disable the use of shared libs internally
 by specifying --disable-shared-libs as an option to configure.
 (Except for libwbclient which Jerry wanted to be shared-only.)
 
 Cheers - Michael
 
 
 Stéphane PURNELLE wrote:
  Hi,
  
  I confim that it's the missing symlink who cause problems.
  copy symlink from samba source/bin to install lib resolve problem
  
  
  Stéphane
  
  ---
  Stéphane PURNELLE [EMAIL PROTECTED]
  Service Informatique   Corman S.A.   Tel : 00 32 087/342467
  
  [EMAIL PROTECTED] a écrit sur 
  02/07/2008 11:26:54 :
  
   Hi,
   
   It seems that the symlink is not correcly applyed.
   
   /usr/local/lib/libtalloc.so.1 not exist
   /usr/local/lib/libtalloc.so exist.
   
   a+
   
   Stéphane
   
   ---
   Stéphane PURNELLE [EMAIL PROTECTED]
   Service Informatique   Corman S.A.   Tel : 00 32 087/342467
   
   [EMAIL PROTECTED] a écrit sur 
   02/07/2008 11:01:07 :
   
Hi,

I already read some messages with libtalloc problem and I have the 
  same 
   
problem.
Redhat enterprise linux 5 samba compiled from source. 

Démarrage des services SMB :/usr/local/sbin/smbd: error while loading 
shared libraries: libtalloc.so.1: cannot open shared object file: No 
   such 
file or directory
   [FAILED]
Démarrage des services NMB :/usr/local/sbin/nmbd: error while loading 
shared libraries: libtalloc.so.1: cannot open shared object file: No 
   such 
file or directory
   [FAILED]

[EMAIL PROTECTED] source]# ldd /usr/local/sbin/smbd
linux-gate.so.1 =  (0x0011)
libldap-2.3.so.0 = /usr/local/lib/libldap-2.3.so.0 
  (0x002ed000)
liblber-2.3.so.0 = /usr/local/lib/liblber-2.3.so.0 
  (0x00111000)
libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 
  (0x00265000)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x00edc000)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x0011c000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0x00142000)
libcups.so.2 = /usr/local/lib/libcups.so.2 (0x00145000)
libssl.so.0.9.7 = /usr/local/lib/libssl.so.0.9.7 (0x001e4000)
libcrypto.so.0.9.7 = /usr/local/lib/libcrypto.so.0.9.7 
(0x008cd000)
libz.so.1 = /usr/lib/libz.so.1 (0x00178000)
libpthread.so.0 = /lib/libpthread.so.0 (0x0018b000)
libm.so.6 = /lib/libm.so.6 (0x00ab3000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x001a2000)
libacl.so.1 = /lib/libacl.so.1 (0x001d)
libattr.so.1 = /lib/libattr.so.1 (0x001d7000)
libcap.so.1 = /lib/libcap.so.1 (0x001dc000)
libresolv.so.2 = /lib/libresolv.so.2 (0x00215000)
libnsl.so.1 = /lib/libnsl.so.1 (0x00228000)
libdl.so.2 = /lib/libdl.so.2 (0x001e)
libpopt.so.0 = /usr/lib/libpopt.so.0 (0x0023f000)
libtalloc.so.1 = not found
libtdb.so.1 = not found
libwbclient.so.0 = not found
libc.so.6 = /lib/libc.so.6 (0x00ada000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x00247000)
libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 
  (0x00293000)
libkeyutils.so.1 = /lib/libkeyutils.so.1 (0x00fbc000)
/lib/ld-linux.so.2 (0x00da4000)
libselinux.so.1 = /lib/libselinux.so.1 (0x0029c000)
libsepol.so.1 = /lib/libsepol.so.1 (0x009d2000)

Could you help me or explain what package must be added.

thanks

Stéphane

---
Stéphane PURNELLE [EMAIL PROTECTED]
Service Informatique   Corman S.A.   Tel : 00 32 
  087/342467
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
   -- 
   To unsubscribe from this list go to the following URL and read the
   instructions:  

Re: RE RE [Samba] libtalloc on samba-3.2.0

2008-07-04 Thread Michael Adam
Oops.

There are still bugs to the new internal shared libs feature
especially related to make install. Also note that the link
is in the wrong direction. libtalloc.so.1 should be the file
and libtalloc.so should be the symlink to libtalloc.so.1 .

I am plan to fix that for the next bugfix releases, but for
sure this will be gone in 3.3.0 (which we plan to release in
roughly 6 months).

If your problem is reproducible, you could help keeping track
of this by filing a bug at bugzilla.samba.org (and assign it
to [EMAIL PROTECTED]).

Note that you can disable the use of shared libs internally
by specifying --disable-shared-libs as an option to configure.
(Except for libwbclient which Jerry wanted to be shared-only.)

Cheers - Michael


Stéphane PURNELLE wrote:
 Hi,
 
 I confim that it's the missing symlink who cause problems.
 copy symlink from samba source/bin to install lib resolve problem
 
 
 Stéphane
 
 ---
 Stéphane PURNELLE [EMAIL PROTECTED]
 Service Informatique   Corman S.A.   Tel : 00 32 087/342467
 
 [EMAIL PROTECTED] a écrit sur 
 02/07/2008 11:26:54 :
 
  Hi,
  
  It seems that the symlink is not correcly applyed.
  
  /usr/local/lib/libtalloc.so.1 not exist
  /usr/local/lib/libtalloc.so exist.
  
  a+
  
  Stéphane
  
  ---
  Stéphane PURNELLE [EMAIL PROTECTED]
  Service Informatique   Corman S.A.   Tel : 00 32 087/342467
  
  [EMAIL PROTECTED] a écrit sur 
  02/07/2008 11:01:07 :
  
   Hi,
   
   I already read some messages with libtalloc problem and I have the 
 same 
  
   problem.
   Redhat enterprise linux 5 samba compiled from source. 
   
   Démarrage des services SMB :/usr/local/sbin/smbd: error while loading 
   shared libraries: libtalloc.so.1: cannot open shared object file: No 
  such 
   file or directory
  [FAILED]
   Démarrage des services NMB :/usr/local/sbin/nmbd: error while loading 
   shared libraries: libtalloc.so.1: cannot open shared object file: No 
  such 
   file or directory
  [FAILED]
   
   [EMAIL PROTECTED] source]# ldd /usr/local/sbin/smbd
   linux-gate.so.1 =  (0x0011)
   libldap-2.3.so.0 = /usr/local/lib/libldap-2.3.so.0 
 (0x002ed000)
   liblber-2.3.so.0 = /usr/local/lib/liblber-2.3.so.0 
 (0x00111000)
   libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 
 (0x00265000)
   libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x00edc000)
   libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x0011c000)
   libcom_err.so.2 = /lib/libcom_err.so.2 (0x00142000)
   libcups.so.2 = /usr/local/lib/libcups.so.2 (0x00145000)
   libssl.so.0.9.7 = /usr/local/lib/libssl.so.0.9.7 (0x001e4000)
   libcrypto.so.0.9.7 = /usr/local/lib/libcrypto.so.0.9.7 
   (0x008cd000)
   libz.so.1 = /usr/lib/libz.so.1 (0x00178000)
   libpthread.so.0 = /lib/libpthread.so.0 (0x0018b000)
   libm.so.6 = /lib/libm.so.6 (0x00ab3000)
   libcrypt.so.1 = /lib/libcrypt.so.1 (0x001a2000)
   libacl.so.1 = /lib/libacl.so.1 (0x001d)
   libattr.so.1 = /lib/libattr.so.1 (0x001d7000)
   libcap.so.1 = /lib/libcap.so.1 (0x001dc000)
   libresolv.so.2 = /lib/libresolv.so.2 (0x00215000)
   libnsl.so.1 = /lib/libnsl.so.1 (0x00228000)
   libdl.so.2 = /lib/libdl.so.2 (0x001e)
   libpopt.so.0 = /usr/lib/libpopt.so.0 (0x0023f000)
   libtalloc.so.1 = not found
   libtdb.so.1 = not found
   libwbclient.so.0 = not found
   libc.so.6 = /lib/libc.so.6 (0x00ada000)
   libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x00247000)
   libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 
 (0x00293000)
   libkeyutils.so.1 = /lib/libkeyutils.so.1 (0x00fbc000)
   /lib/ld-linux.so.2 (0x00da4000)
   libselinux.so.1 = /lib/libselinux.so.1 (0x0029c000)
   libsepol.so.1 = /lib/libsepol.so.1 (0x009d2000)
   
   Could you help me or explain what package must be added.
   
   thanks
   
   Stéphane
   
   ---
   Stéphane PURNELLE [EMAIL PROTECTED]
   Service Informatique   Corman S.A.   Tel : 00 32 
 087/342467
   -- 
   To unsubscribe from this list go to the following URL and read the
   instructions:  https://lists.samba.org/mailman/listinfo/samba
  -- 
  To unsubscribe from this list go to the following URL and read the
  instructions:  https://lists.samba.org/mailman/listinfo/samba
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba

-- 
Michael Adam [EMAIL PROTECTED]  [EMAIL PROTECTED]
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-37-0, fax: +49-551-37-9
AG