<[EMAIL PROTECTED]> writes: >On Thu, Aug 07, 2003 at 04:32:22PM +0100, Nick Ing-Simmons wrote: >> > >> >bash-2.03$ ldd blib/arch/auto/Text/Aspell/Aspell.so >> > libaspell.so.15 => /home/users/w/wh/whmoseley/aspell/lib/libaspell.so.15 >> > libucb.so.1 => (file not found) >> > [...] >> > >> >Fine! I'll add -L/usr/ucblib -lucb to my LIBS. >> >> Be VERY wary of using anything usb-ish on Solaris. >> Solaris is SVR4 variant and UCB compatibility headers and libraries >> are/were very poor. > >Hum, probably a basic question, but how do I find out what's brining >that library in?
Using ldd - my guess is that it is /home/users/w/wh/whmoseley/aspell/lib/libaspell.so.15 try running ldd on that ... >I'm not specifically requesting it (I'm adding it to >LIBS because it gets added to the runtime lib requirements but is not >found in normal library search paths. > >Thanks,