[MacPorts] #18167: dyld: Library not loaded: bin/libtalloc.dylib.1
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- New install 10.4.11 (PPC) and MacPorts 1.7 with XCode 2.5 default install smbd -V gives error: dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap Looking through open tickets there is a sort of reference to this but it appears it should have been sorted aleady - ticket 44960. Not very experienced in this, do I need to do anything else. -- Ticket URL: <http://trac.macports.org/ticket/18167> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- Comment(by ash@…): Replying to [ticket:18167 ash@…]: Apologies - the port is Samba3 (3.2.7).
New install 10.4.11 (PPC) and MacPorts 1.7 with XCode 2.5 default install
smbd -V gives error:
dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap
Looking through open tickets there is a sort of reference to this but it appears it should have been sorted aleady - ticket 44960.
Not very experienced in this, do I need to do anything else.
-- Ticket URL: <http://trac.macports.org/ticket/18167#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- Comment(by jmr@…): You didn't state the port name. Is it samba3? -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: samba3 -------------------------------------+-------------------------------------- Changes (by macsforever2000@…): * cc: ash@… (removed) * owner: macports-tickets@… => mww@… * port: => samba3 Old description:
New install 10.4.11 (PPC) and MacPorts 1.7 with XCode 2.5 default install
smbd -V gives error:
dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap
Looking through open tickets there is a sort of reference to this but it appears it should have been sorted aleady - ticket 44960.
Not very experienced in this, do I need to do anything else.
New description: New install 10.4.11 (PPC) and MacPorts 1.7 with XCode 2.5 default install smbd -V gives error: {{{ dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap }}} Looking through open tickets there is a sort of reference to this but it appears it should have been sorted aleady - ticket 44960. Not very experienced in this, do I need to do anything else. -- -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: samba3 -------------------------------------+-------------------------------------- Changes (by snc@…): * cc: snc@… (added) * version: 1.7.0 => 1.7.1 Comment: I'm also experiencing this problem with samba3 on intel 10.5.7, xcode 3.1.3. {{{ $ sudo smbd -F dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap }}} -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: samba3 -------------------------------------+-------------------------------------- Comment(by ketchup@…): I have also gotten same problem with samba3 on PPC 10.4.11, xcode 2.5 and PPC 10.5.7, xcode 3.1.3. And I found the following commands fix the problem. $ cd /opt/local/sbin $ sudo install_name_tool -change bin/libnetapi.dylib.0 /opt/local/lib/samba3/libnetapi.dylib -change bin/libsmbclient.dylib.0 /opt/local/lib/samba3/libsmbclient.dylib -change bin/libsmbsharemodes.dylib.0 /opt/local/lib/samba3/libsmbsharemodes.dylib -change bin/libtalloc.dylib.1 /opt/local/lib/samba3/libtalloc.dylib -change bin/libtdb.dylib.1 /opt/local/lib/samba3/libtdb.dylib -change bin/audit.dylib /opt/local/lib/samba3/vfs/audit.dylib -change bin/cap.dylib /opt/local/lib/samba3/vfs/cap.dylib -change bin/default_quota.dylib /opt/local/lib/samba3/vfs/default_quota.dylib -change bin/expand_msdfs.dylib /opt/local/lib/samba3/vfs/expand_msdfs.dylib -change bin/extd_audit.dylib /opt/local/lib/samba3/vfs/extd_audit.dylib -change bin/fake_perms.dylib /opt/local/lib/samba3/vfs/fake_perms.dylib -change bin/full_audit.dylib /opt/local/lib/samba3/vfs/full_audit.dylib -change bin/netatalk.dylib /opt/local/lib/samba3/vfs/netatalk.dylib -change bin/readahead.dylib /opt/local/lib/samba3/vfs/readahead.dylib -change bin/readonly.dylib /opt/local/lib/samba3/vfs/readonly.dylib -change bin/recycle.dylib /opt/local/lib/samba3/vfs/recycle.dylib -change bin/shadow_copy.dylib /opt/local/lib/samba3/vfs/shadow_copy.dylib -change bin/shadow_copy2.dylib /opt/local/lib/samba3/vfs/shadow_copy2.dylib -change bin/streams_xattr.dylib /opt/local/lib/samba3/vfs/streams_xattr.dylib -change bin/xattr_tdb.dylib /opt/local/lib/samba3/vfs/xattr_tdb.dylib /opt/local/sbin/nmbd $ sudo install_name_tool -change bin/libnetapi.dylib.0 /opt/local/lib/samba3/libnetapi.dylib -change bin/libsmbclient.dylib.0 /opt/local/lib/samba3/libsmbclient.dylib -change bin/libsmbsharemodes.dylib.0 /opt/local/lib/samba3/libsmbsharemodes.dylib -change bin/libtalloc.dylib.1 /opt/local/lib/samba3/libtalloc.dylib -change bin/libtdb.dylib.1 /opt/local/lib/samba3/libtdb.dylib -change bin/audit.dylib /opt/local/lib/samba3/vfs/audit.dylib -change bin/cap.dylib /opt/local/lib/samba3/vfs/cap.dylib -change bin/default_quota.dylib /opt/local/lib/samba3/vfs/default_quota.dylib -change bin/expand_msdfs.dylib /opt/local/lib/samba3/vfs/expand_msdfs.dylib -change bin/extd_audit.dylib /opt/local/lib/samba3/vfs/extd_audit.dylib -change bin/fake_perms.dylib /opt/local/lib/samba3/vfs/fake_perms.dylib -change bin/full_audit.dylib /opt/local/lib/samba3/vfs/full_audit.dylib -change bin/netatalk.dylib /opt/local/lib/samba3/vfs/netatalk.dylib -change bin/readahead.dylib /opt/local/lib/samba3/vfs/readahead.dylib -change bin/readonly.dylib /opt/local/lib/samba3/vfs/readonly.dylib -change bin/recycle.dylib /opt/local/lib/samba3/vfs/recycle.dylib -change bin/shadow_copy.dylib /opt/local/lib/samba3/vfs/shadow_copy.dylib -change bin/shadow_copy2.dylib /opt/local/lib/samba3/vfs/shadow_copy2.dylib -change bin/streams_xattr.dylib /opt/local/lib/samba3/vfs/streams_xattr.dylib -change bin/xattr_tdb.dylib /opt/local/lib/samba3/vfs/xattr_tdb.dylib /opt/local/sbin/smbd I'm not so experienced Mac OS X that I'm not sure this is correct way to fix the problem. But I can get started nmbd and smbd and they respond correctly on PPC 10.5.7. I'm now facing other problem. On PPC 10.4.11 smbd does work correctly but nmbd gives segmentation fault. -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: samba3 -------------------------------------+-------------------------------------- Comment(by reid@…): Just had to reinstall 10.4 on my G4 (don't have 10.5) and ran into this issue. ketchup@mopera.net gives a solution that works for me for smbd but produces a seg fault for nmbd. This is the command that worked for me with nmbd: sudo install_name_too -change bin/libtalloc.dylib.1 /opt/local/lib/samba3/libtalloc.dylib -change bin/libtdb.dylib.1 /opt/local/lib/samba3/libtdb.dylib /opt/local/sbin/nmbd -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 -------------------------------------+-------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: samba3 -------------------------------------+-------------------------------------- Comment(by reid@…): Spoke too soon. nmbd gives a seg fault, but get this, only when the -D switch is used. If the command is just nmbd then the thing daeomonizes just fine. -- Ticket URL: <http://trac.macports.org/ticket/18167#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18167: dyld: Library not loaded: bin/libtalloc.dylib.1 --------------------------------------+------------------------------------- Reporter: ash@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: duplicate | Keywords: Port: samba3 | --------------------------------------+------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => duplicate Comment: #16023 -- Ticket URL: <https://trac.macports.org/ticket/18167#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts