Admin-Eng wrote:
> 
> /usr/lib/libtcl.so: undefined reference to `dlerror'
> /usr/lib/libtcl.so: undefined reference to 'dlopen'
> /usr/lib/libtcl.so: undefined reference to `dlsym'
> 
> What i'm missing here ?

RPM shows that the /lib/libdl* files belong to the glibc and ld.so
packages.  I'd imagine that you're probably missing the ld.so package,
since it only adds the libc5 functionality, not the main linker
functionality.  Check your installed packages (rpm -qa | grep ld) and
see if it's installed.

-- 
Steve Philp
[EMAIL PROTECTED]

Reply via email to