I'm trying to get Samba working on my Sun/Solaris 8 workstation. I downloaded samba-3.0.2a-sol8-sparc-local.gz from sunfreewar.com and performed a pkgadd and it executed successfully. I also installed the following additional packages:
popt-1.7-sol8-sparc-local.gz
libconv-1.8-sol8-spacrc-local.g (already had this as a result of installing firefox)
readline-5.0-sol8-sparc-local.gz
ncurses-5.4-sol8-sparc-local.gz
libgcc-3.3-sol8-sparc-local.gz (already had a C compiler (gcc-2.95.3) so I just got the libraries for 3.3)
I created my 'smb.conf' file in /usr/local/samba/lib/ and modified it accordingly.
I then executed the following command (as per instructions):
# testparm /usr/local/samba/lib/smb.conf
Which returned the following error:
ld.so.1: testparm: fatal: libsendfile.so.1: open failed: No such file or directory Killed
I then went to google and found a patch that had dependencies which in turn had dependencies and so on.
I'm not sure I should continue down this path because I see no end in sight regarding patch dependencies. Please advise as to the correct path to take at this point.
popt-1.7-sol8-sparc-local.gz
libconv-1.8-sol8-spacrc-local.g (already had this as a result of installing firefox)
readline-5.0-sol8-sparc-local.gz
ncurses-5.4-sol8-sparc-local.gz
libgcc-3.3-sol8-sparc-local.gz (already had a C compiler (gcc-2.95.3) so I just got the libraries for 3.3)
I created my 'smb.conf' file in /usr/local/samba/lib/ and modified it accordingly.
I then executed the following command (as per instructions):
# testparm /usr/local/samba/lib/smb.conf
Which returned the following error:
ld.so.1: testparm: fatal: libsendfile.so.1: open failed: No such file or directory Killed
I then went to google and found a patch that had dependencies which in turn had dependencies and so on.
I'm not sure I should continue down this path because I see no end in sight regarding patch dependencies. Please advise as to the correct path to take at this point.