Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Installing Oracle on Linux
In article <7cjhgl$6e8$1_at_nnrp1.dejanews.com>,
santos_jha_at_my-dejanews.com writes:
> Hi,
> I am trying to install oracle on linux. I have followed the steps written
> by TOM BISETT at his web site.
> But I encounter error once it starts to evoke "make".Please help me .Santos
Are you getting errors about libtcl.so missing? This can be solved.
As root, go to /usr/lib and see what versions of libtcl*.so you have. Then, make a symlink named libtcl.so that points to the newest version. On my system, it looks like this:
# cd /usr/lib
# ls -l libtcl* -rwxr-xr-x 1 root root 263056 Sep 11 1997 /usr/lib/libtcl7.6.so.1 -rwxr-xr-x 1 root root 564652 Dec 3 03:20 /usr/lib/libtcl8.0.a lrwxrwxrwx 1 root root 14 Jan 4 00:26 /usr/lib/libtcl8.0.so -> libtcl8.0.so.1 -rwxr-xr-x 1 root root 420448 Dec 3 03:20 /usr/lib/libtcl8.0.so.1# ln -s libtcl8.0.so libtcl
I don't know which version of libtcl is needed, but it worked with version 8.0 for me.
If you have other errors, please post the exact error message if you can capture it.
Remco
--
rd31-144: 7:50pm up 3 days, 2:13, 5 users, load average: 1.17, 1.17, 1.18
Received on Tue Mar 16 1999 - 12:57:40 CST
![]() |
![]() |