Hello, > We downloaded stable version (v 0.8.1) of LIBGII, and compiled it on > SUN-SOLARIS (OS version 5.5.1).We could compile it successfully and create > various dynamic link libs (.SOs) in the directory > /usr/local/lib/ggi/.. .We added these paths in LD_LIBRARY_PATH variable > and tried to run 'mhub' sample and tried to run it. We get the error > message > " > ld.so.1:mhub: fatal: libucb.so.1 open failed: No such file or directory : > Killed " > > However we have included libucb (i.e. /usr/ucblib) also in our library > path.
Could you use truss on any of the demos (./demo should be a good start, mhub is a bit special) to see why it doesn't find that obscure libucb ? > (Perhaps, somebody who has worked with libgii on solaris can help.) I used to compile LibGGI on Solaris regularly a while ago and have never experienced that problem. > P.S.- Is there any documentation on these demo.s ? Yes - in the source, as they are primarily intended to be sample programs, which is why most of them aren't installed by default. CU, Andy -- Andreas Beck | Email : <[EMAIL PROTECTED]>
