Re: Solaris troubles
Ron Smith (rasmith@cerf.net)
Thu, 14 Jan 1999 07:15:14 +0000
Thanks for the help. Here is the output of ldd afterstep:
libpng.so.2 => /usr/local/lib/libpng.so.2
libz.so => /usr/local/lib/libz.so
libm.so.1 => /lib/libm.so.1
libX11.so.6.1 => /usr/X11R6.4/lib/libX11.so.6.1
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
libSM.so.6 => /lib/libSM.so.6
libICE.so.6 => /lib/libICE.so.6
libXpm.so.4.11 => /usr/local2/lib/libXpm.so.4.11
libXext.so.6.4 => /usr/X11R6.4/lib/libXext.so.6.4
libc.so.1 => /lib/libc.so.1
libucb.so.1 => (file not found)
libresolv.so.2 => /lib/libresolv.so.2
libelf.so.1 => /lib/libelf.so.1
libdl.so.1 => /lib/libdl.so.1
libmp.so.2 => /lib/libmp.so.2
I looks like libucb.so.1 is my last sticking point. Is this truly a bad
thing for the binary to want, or is it a lib I can find and install?
Most importantly, how can I get around this to get AS running?
Ron
Chris Ridd wrote:
>
> On Wed, 13 Jan 1999 11:41:02 GMT, Ron Smith wrote:
> > Ah, no I did not tell it to configure with shared libs. Upon reading
> > the Makefile, I see ./configure -s to enable shared libs. I did a make
> > clean, ./configure -s, make and make install, and there is a libz.so
> > file. Now I have gotten a bit farther and have another error.
> >
> > ld.so.1: afterstep: fatal: libucb.so.1: open failed: no such file or
> > directory
> >
> > There is no such file in /usr/local/lib. Where to from here?
>
> If you type 'ldd afterstep' it will print out all the shared libraries
> that are used by afterstep.
>
> However libucb SHOULD NOT be used by afterstep! It breaks some
> functions in libc and is NOT RECOMMENDED for Solaris applications. It
> is evil. It is dirty.
>
> It didn't used to be required by afterstep, so if it is required in
> 1.6.whatever then that is an afterstep bug.
>
> Chris
>
> --
> WWW: http://www.afterstep.org/
> FTP: ftp://ftp.afterstep.org/
> MAIL: http://www.caldera.com/linuxcenter/forums/afterstep.html
--
Ron Smith
Web Installs Group
TCG CERFnet
rasmith@cerf.net/619-812-4685
--
WWW: http://www.afterstep.org/
FTP: ftp://ftp.afterstep.org/
MAIL: http://www.caldera.com/linuxcenter/forums/afterstep.html