[sane-devel] More questions: missing some odds and ends

paul beard paulbeard@mac.com
Tue, 19 Feb 2002 14:17:47 -0800


It appears I am missing some stuff SANE expects me to have:

[/usr/pkg/etc/sane.d]# ktruss /usr/pkg/bin/scanimage -d 
umax:/dev/uk0 | grep ENOENT
   1428 scanimage open("/etc/ld.so.conf", 0, 0x418535c8) Err#2 ENOENT
   1428 scanimage __stat13("/usr/pkg/lib/libm.so.0", 0x7fffe758) 
Err#2 ENOENT
   1428 scanimage __stat13("/usr/pkg/lib/libc.so.12", 0x7fffe758) 
Err#2 ENOENT
   1428 scanimage __stat13("/usr/pkg/lib/libm.so.0", 0x7fffe758) 
Err#2 ENOENT
scanimage: open of device umax:/dev/uk0 failed: Invalid argument
   1428 scanimage __stat13("/usr/pkg/lib/libm.so.0", 0x7fffde30) 
Err#2 ENOENT


libm seems to figure prominently in its plans and that doesn't 
exist in this architecture as near as I can tell. I also don't 
have malloc.conf . . . . looks like the libm stuff can be 
addressed in acinclude files  . . . . I'll see what happens there.