Google
  Web www.spinics.net

Re: RE RE libtalloc on samba-3.2.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


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 obnox@xxxxxxxxx).

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                         stephane.purnelle@xxxxxxxxx
> Service Informatique       Corman S.A.           Tel : 00 32 087/342467
> 
> samba-bounces+stephane.purnelle=corman.be@xxxxxxxxxxxxxxx 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                         stephane.purnelle@xxxxxxxxx
> > Service Informatique       Corman S.A.           Tel : 00 32 087/342467
> > 
> > samba-bounces+stephane.purnelle=corman.be@xxxxxxxxxxxxxxx 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]
> > > 
> > > [root@cortest-node1 source]# ldd /usr/local/sbin/smbd
> > >         linux-gate.so.1 =>  (0x00110000)
> > >         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 (0x001d0000)
> > >         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 (0x001e0000)
> > >         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                         stephane.purnelle@xxxxxxxxx
> > > 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 <ma@xxxxxxxxx>  <obnox@xxxxxxxxx>
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE

Attachment: pgpg71WeR4m7y.pgp
Description: PGP signature

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

[Linux]     [Info Cyrus]     [LARTC]     [Christmas Music]     [Bugtraq]     [Netfilter]     [Internet Dating Forums]     [RAID]     [Yosemite News]     [Photography]

Add to Google Powered by Linux