Re: [Samba] shared files missing after install

2009-03-28 Thread Timur I. Bakeyev
On Wed, Mar 25, 2009 at 4:30 AM, David Bessell (SuperU)
david.bess...@collegiate.tas.edu.au wrote:
 I am running samba on a FreeBSD 7 vbox and get the following messages

 emma# /usr/local/samba/sbin/smbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by smbd
 emma# /usr/local/samba/sbin/winbindd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by winbindd
 emma# /usr/local/samba/sbin/nmbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by nmbd

 I have done a default install, configure, make, make install with no
 parameters or switches.
 There clearly needs to be something else installed but I don't know
 what.

Out of curiosity, why would you use FreeBSD without using ports collection?!

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


Re: [Samba] shared files missing after install

2009-03-26 Thread Volker Lendecke
On Thu, Mar 26, 2009 at 10:54:08AM +1100, David Bessell (SuperU) wrote:
 Thanks Volker 
 I still have the same problem.
 The libtalloc.so.1 file is accessible in this folder but
 still the same message.
 
 Any other ideas?

You did export the variable?

You have to type in

LD_LIBRARY_PATH=/usr/local/samba/lib
export LD_LIBRARY_PATH

Volker


pgpljzzOVx4lu.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

RE: [Samba] shared files missing after install

2009-03-26 Thread David Bessell (SuperU)
Thanks again Volker but I get a Command not found response to the export 
command.
 
Could be why it didn't work in the first place.  I'm using csh, should I be 
using something else?
 
David



From: Volker Lendecke [mailto:volker.lende...@sernet.de]
Sent: Thu 26/03/2009 6:14 PM
To: David Bessell (SuperU)
Cc: samba@lists.samba.org
Subject: Re: [Samba] shared files missing after install



On Thu, Mar 26, 2009 at 10:54:08AM +1100, David Bessell (SuperU) wrote:
 Thanks Volker
 I still have the same problem.
 The libtalloc.so.1 file is accessible in this folder but
 still the same message.

 Any other ideas?

You did export the variable?

You have to type in

LD_LIBRARY_PATH=/usr/local/samba/lib
export LD_LIBRARY_PATH

Volker


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


Re: [Samba] shared files missing after install

2009-03-26 Thread Volker Lendecke
On Thu, Mar 26, 2009 at 10:50:25PM +1100, David Bessell (SuperU) wrote:
 Thanks again Volker but I get a Command not found response to the export 
 command.
  
 Could be why it didn't work in the first place.  I'm using csh, should I be 
 using something else?

setenv LD_LIBRARY_PATH /usr/local/samba/lib

Volker


pgpK6A5HwrJrD.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] shared files missing after install

2009-03-25 Thread Volker Lendecke
On Wed, Mar 25, 2009 at 02:30:57PM +1100, David Bessell (SuperU) wrote:
 I am running samba on a FreeBSD 7 vbox and get the following messages
 
 emma# /usr/local/samba/sbin/smbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by smbd
 emma# /usr/local/samba/sbin/winbindd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by winbindd
 emma# /usr/local/samba/sbin/nmbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
 by nmbd
 
 I have done a default install, configure, make, make install with no
 parameters or switches.
 There clearly needs to be something else installed but I don't know
 what.

You need to set LD_LIBRARY_PATH=/usr/local/samba/lib (or so).

Volker


pgpsflmpODR29.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

RE: [Samba] shared files missing after install

2009-03-25 Thread David Bessell (SuperU)
Thanks Volker 
I still have the same problem.
The libtalloc.so.1 file is accessible in this folder but still the same message.

Any other ideas?

Mr David Bessell
Network Manager
 
St Michael's Collegiate School/
Phone  03 6211 4940
Fax  03 6211 4955 
218 Macquarie Street
Hobart 7000
 
The Christ College Trust trading as ST MICHAEL'S COLLEGIATE SCHOOL CRICOS 
Registration No. 00482K
The contents of this email are confidential. Any unauthorised use of the 
contents is expressly prohibited. If you have received this email in error, 
please advise by telephone (reverse charges) immediately and then 
delete/destroy the email and any printed copies. Thank you.


-Original Message-
From: Volker Lendecke [mailto:volker.lende...@sernet.de] 
Sent: Wednesday, 25 March 2009 5:28 PM
To: David Bessell (SuperU)
Cc: samba@lists.samba.org
Subject: Re: [Samba] shared files missing after install

On Wed, Mar 25, 2009 at 02:30:57PM +1100, David Bessell (SuperU) wrote:
 I am running samba on a FreeBSD 7 vbox and get the following messages
 
 emma# /usr/local/samba/sbin/smbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, 

 required by smbd
 emma# /usr/local/samba/sbin/winbindd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, 
 required by winbindd
 emma# /usr/local/samba/sbin/nmbd -D
 /libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, 
 required by nmbd
 
 I have done a default install, configure, make, make install with no 
 parameters or switches.
 There clearly needs to be something else installed but I don't know 
 what.

You need to set LD_LIBRARY_PATH=/usr/local/samba/lib (or so).

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


[Samba] shared files missing after install

2009-03-24 Thread David Bessell (SuperU)
I am running samba on a FreeBSD 7 vbox and get the following messages

emma# /usr/local/samba/sbin/smbd -D
/libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
by smbd
emma# /usr/local/samba/sbin/winbindd -D
/libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
by winbindd
emma# /usr/local/samba/sbin/nmbd -D
/libexec/ld-elf.so.1: Shared object libtalloc.so.1 not found, required
by nmbd

I have done a default install, configure, make, make install with no
parameters or switches.
There clearly needs to be something else installed but I don't know
what.

Mr David Bessell
Network Manager
 
St Michael's Collegiate School
Phone  03 6211 4940
Fax  03 6211 4955 
218 Macquarie Street
Hobart 7000
 
The Christ College Trust trading as ST MICHAEL'S COLLEGIATE SCHOOL
CRICOS Registration No. 00482K
The contents of this email are confidential. Any unauthorised use of the
contents is expressly prohibited. If you have received this email in
error, please advise by telephone (reverse charges) immediately and then
delete/destroy the email and any printed copies. Thank you.


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