Hello everyone
We are migrating to Symantec Veritas NetBackup in our FreeBSD servers, using Linux emulation to make it work.
The problem is that there are some libraries the NetBackup its not finding:
	
	
	
		
The Linux emulation is loaded into the kernel:
	
	
	
		
How can we make the NetBackup found these missing libraries (that there Really are under /usr/compat/linux) ?
Thanks in advance.
				
			We are migrating to Symantec Veritas NetBackup in our FreeBSD servers, using Linux emulation to make it work.
The problem is that there are some libraries the NetBackup its not finding:
		Code:
	
	# ldd ./bpcd
./bpcd:
        libkvm.so.2 => /lib/libkvm.so.2 (0x280f7000)
        libstdc++.so.4 => not found (0x0)
        libm.so.3 => not found (0x0)
        libc.so.5 => not found (0x0)
	The Linux emulation is loaded into the kernel:
		Code:
	
	# kldstat   Id Refs Address    Size     Name
 1   10 0xc0400000 761560   kernel
 2    1 0xc671e000 7000     linprocfs.ko
 3    1 0xc6725000 19000    linux.ko
 4    1 0xc6a96000 2000     blank_saver.ko
	How can we make the NetBackup found these missing libraries (that there Really are under /usr/compat/linux) ?
Thanks in advance.