I am in the process of Upgrading Redhat 5.2 from Linux 2.2.4 to 2.2.12
(required for Masquerading project)

When I typed 

make xconfig I got:

[root@access2 linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.2.12/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory `/usr/src/linux-2.2.12/scripts'
wish -f scripts/kconfig.tk
Application initialization failed: invalid command name
"tcl_findLibrary"


The Last line is the most important.

On this server I have installed

[root@access2 linux]# rpm -qa | grep tcl
tcl-8.0p2-5
tclx-8.0.3-20


Where tcl-8.0p2-5 is posted as the latest release for Libc6 Contrib.  

Now where did I go wrong?

I have another server which has 

[root@access2 linux]# rpm -qa | grep tcl
tcl-8.0.3-20
tclx-8.0.3-20

And the Problem does not exist here.  

Is this a problem with incompatible releases of the tcl package?  Should
I remove tcl-8.0p2-5 in favor for tcl-8.0.3-20?


Albert E. Whale       [EMAIL PROTECTED]
http://www.hky.com/aewhale.html
------------------------------------------------------------------
Sr. Database, Internet and Unix Systems Consultant                        

Pennsylvania Parenthood Initiative - It takes two people to become parents, the 
children need both of them!
http://www.geocities.com/Heartland/4688/papi.htm
Parents without Partners - Past President
Co-Founder of The Purple Heart Foundation

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to