samba error after install with pkgadd

Hello this is samiulla. i face this issue. i installed samba with pkgadd after i install i add paths for that.

-bash-3.00# echo $PATH
/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/samba/sbin:/usr/local/samba/bin/
-bash-3.00#

when enter this commad smbd -D i got this error

smbd -D
ld.so.1: smbd: fatal: libintl.so.8: open failed: No such file or directory
Killed

---------- Post updated at 08:49 PM ---------- Previous update was at 08:17 PM ----------

Still no one answer my problem. i expect more from this foram. butttttttttttttttt.........

We are not "on call", and you didn't even wait an hour before bumping. If nobody answers your post, wait! Or at least post further information -- useless "help me" posts can get you banned.

Googling that library plus solaris brings me libintl8, which you need to install to run samba.

sory for that. next time i will be wait. try to understand my problem.

Run this and post the results:

ldd -r `which smbd`

What package did you install? The "/usr/local" directory is from Linux, and the package you installed seems to rely on libraries with different versions than what's installed on your machine.