LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-26-2014, 01:18 AM   #1
robertpatrik85
LQ Newbie
 
Registered: Oct 2014
Posts: 4

Rep: Reputation: Disabled
Scilab installation tcl tk configure not working


I am installing Scilab 4.1.2 in Ubuntu 14.04 manually. I entered the folder and pressed ./configure but after some steps it shows

Code:
configure: error: header file tcl.h has been found for 8.4*  but no corresponding tcl library (ie libtcl8.4.so)
How to resolve this problem? Directly installing Scilab will install the latest version of Scilab but i need to install previous versions.
 
Old 10-26-2014, 04:25 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

A manual build requires a lot of prerequisites.
http://wiki.scilab.org/Compiling%20S...U-Linux%20Unix
I.e. $ sudo apt-get build-dep scilab
... will install the 271 MB build prerequisites for scilab(-5).


tcl.h for 8.4* / libtcl8.4 etc. etc. :
$ sudo apt-get install tcl8.4-dev tk8.4-dev


-

Last edited by knudfl; 10-26-2014 at 04:31 AM.
 
Old 10-26-2014, 05:41 AM   #3
robertpatrik85
LQ Newbie
 
Registered: Oct 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Sir, i run the command
Code:
apt-get build-dep scilab
, everything got installed but the problem with the libtcl8.4.so still persists.

Code:
sudo apt-get install tcl8.4-dev tk8.4-dev
returns everything is already installed.
 
Old 10-26-2014, 06:03 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Ubuntu 14.04 : Which version are you using ? ? i686 or x86_64 ?
This command will reply with your <arch> : $ uname -m


And a link for downloading "Scilab 4.1.2", please.
... Then I may do a test build, to track down the issues.

-
 
1 members found this post helpful.
Old 10-26-2014, 06:15 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
*

Scilab 4.1.2 packages http://archive.debian.net/lenny/math/
`scilab' http://archive.debian.net/lenny/math/scilab
http://archive.debian.org/debian-arc....1.2-6_all.deb

`scilab-bin' http://archive.debian.net/lenny/math/scilab-bin
→ Download scilab-bin → { i386, amd64, etc. links }.

-
 
1 members found this post helpful.
Old 10-26-2014, 06:44 AM   #6
robertpatrik85
LQ Newbie
 
Registered: Oct 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Sir, I checked and my arch is i686. Actually my problem is i want W3Scilab( a web interface for Scilab) http://sourceforge.net/projects/w3scilab/ to run on my machine. When i installed Scilab by sudo apt-get install scilab, it installs the latest version of Scilab which i believe is not compatible with W3Scilab. The author of W3Scilab developed it with Scilab 4.1 versions so i wanted to install that on my machine.

The link that you gave http://archive.debian.org/debian-arc....1.2-6_all.deb

How to install that on Ubuntu?
 
Old 10-26-2014, 08:31 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #6 : i686 → →

``scilab´´ is two packages :
1) scilab_4.1.2-6_all.deb
http://archive.debian.org/debian-arc....1.2-6_all.deb
2) scilab-bin_4.1.2-6_i386.deb
http://archive.debian.org/debian-arc...1.2-6_i386.deb

Download the packages.
Click the packages, and your 'Package Installer' will install
the two packages, and the dependencies ... if any.

-
 
Old 10-26-2014, 10:14 PM   #8
robertpatrik85
LQ Newbie
 
Registered: Oct 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
knudfl,

Can i get the link to Scilab 4.1.1 or 4.1 versions same as you have given the links for Scilab 4.1.2 version?

Thanks..
 
Old 10-27-2014, 02:10 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Ref. #6, #7, #8.

Did version 4.1.2 work fairly OK ?

#8 : 4.1.1
http://old-releases.ubuntu.com/ubunt...erse/s/scilab/
{ scilab_4.1.1-1_all.deb, scilab-bin_4.1.1-1_i386.deb }


-

Last edited by knudfl; 10-27-2014 at 02:26 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which is better 'scilab' or matlab for working on image processing stuff? ayush15690 Linux - Newbie 1 08-17-2011 07:26 AM
installation of tcl debugger shweta jain Linux - Newbie 0 08-04-2011 01:27 AM
Scilab/Scicos Installation sagitalk Programming 10 03-16-2009 08:22 PM
problem in Scilab Installation naveen_kr Fedora 2 10-13-2006 02:26 AM
tcl installation problem wahaha Linux - Software 2 09-01-2006 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration