This is a discussion on Re: [Samba] [ANNOUNCE] Samba 3.2.2 Available for Download within the Samba forums, part of the Networking and Network Related category; Karolin Seeger wrote: > o Fix creation and installation of shared libraries. On Solaris 10 (Solaris 10 5/08 s10s_u5wos_10 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Karolin Seeger wrote:
> o Fix creation and installation of shared libraries. On Solaris 10 (Solaris 10 5/08 s10s_u5wos_10 SPARC), the build completes, but starting the daemons results in: # /etc/init.d/samba start ld.so.1: smbd: fatal: libtalloc.so.1: open failed: No such file or directory Killed ld.so.1: nmbd: fatal: libtalloc.so.1: open failed: No such file or directory Killed Configure command was: CC=cc ./configure --with-acl-support --with-included-popt --with-ldap=no --with-ads=no Previously, the make failed with reference to the same shared libs, as was reported by others on this list. -- Tim Evans, TKEvans.com, Inc. | 5 Chestnut Court UNIX System Admin Consulting | Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 http://www.come-here.com/News/ | tkevans@tkevans.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On 21.08-21:42, Tim Evans wrote:
> Karolin Seeger wrote: > > >> o Fix creation and installation of shared libraries. > > On Solaris 10 (Solaris 10 5/08 s10s_u5wos_10 SPARC), the build completes, > but starting the daemons results in: > > # /etc/init.d/samba start > ld.so.1: smbd: fatal: libtalloc.so.1: open failed: No such file or directory > Killed > ld.so.1: nmbd: fatal: libtalloc.so.1: open failed: No such file or directory > Killed > > Configure command was: > > CC=cc ./configure --with-acl-support --with-included-popt --with-ldap=no > --with-ads=no > > Previously, the make failed with reference to the same shared libs, as was > reported by others on this list. > Add something like export LDFLAGS="-L/usr/lib/samba -R/usr/lib/samba" to your environment, with paths pointing to where the samba libs are going to be installed. -- ---------------------------------------------------------------------- Christoph Kaegi kaph@zhaw.ch ---------------------------------------------------------------------- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Fri, 22 Aug 2008, Christoph Kaegi wrote:
> On 21.08-21:42, Tim Evans wrote: >> Karolin Seeger wrote: >> >> >>> o Fix creation and installation of shared libraries. >> >> On Solaris 10 (Solaris 10 5/08 s10s_u5wos_10 SPARC), the build completes, >> but starting the daemons results in: >> >> # /etc/init.d/samba start >> ld.so.1: smbd: fatal: libtalloc.so.1: open failed: No such file or directory >> Killed >> ld.so.1: nmbd: fatal: libtalloc.so.1: open failed: No such file or directory >> Killed >> >> Configure command was: >> >> CC=cc ./configure --with-acl-support --with-included-popt --with-ldap=no >> --with-ads=no >> >> Previously, the make failed with reference to the same shared libs, as was >> reported by others on this list. >> > > Add something like > > export LDFLAGS="-L/usr/lib/samba -R/usr/lib/samba" > > to your environment, with paths pointing to where the samba libs > are going to be installed. This is a band-aid. The binaries should be rebuilt with the linker's -R or -rpath option. -- DE -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |