Hi, On Wed, 2009-12-23 at 14:54 +0530, Niamathullah sharief wrote: > > Hello, I am trying to install gstreamer codec in IMX51 board. for that > i downloaded onr document from website. I folloed the steps accourding > to that document. In that when i tried to install LTIB by giving > command ./ltib. It is not working. All other things are fine. I copies > all the things in /opt and i replaced the spec files. Now my error is > > ariem@ariem-desktop:~/Desktop/plugins/L2.6.28_4.5.1_SDK_Aug2009_source/ltib$ ./ltib > sh: tclsh: command not found > > ltib cannot be run because one or more of the host packages needed to > run it > are either missing or out of date or not in ltib's standard path. > Please > install/upgrade these packages on your host. If you have your own > utilities > in non-standard paths, please add an entry into the .ltibrc file for > example: > > %path_std > /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes > > Package Minimum ver Installed info > ------- ----------- --------------- > zlib-devel 0 not installed > rpm 0 not installed > rpm-build 0 not installed > m4 0 not installed > bison 0 not installed > tcl 0 not installed > > Died at ./ltib line 1397. > traceback: > main::host_checks:1397 > main:542 > > > Started: Tue Dec 22 18:54:26 2009 > Ended: Tue Dec 22 18:54:27 2009 > Elapsed: 1 seconds > > > Build Failed > > Exiting on error or interrupt > ariem@ariem-desktop:~/Desktop/plugins/L2.6.28_4.5.1_SDK_Aug2009_source/ltib$ > > Can anyone help me. what will be problem I can't be too sure, not familiar with that LTIB package, but you do have some very important (I presume host) packages missing. eg. bison and tcl. A sudo apt-get install <package> or some such can get you that. Also, the zlib package is for compression utilities IIRC, and is important as well. (well, they all are I guess). I don't know what exactly is only needed for running on your host, and which is needed on source to run on your target (or/as well). I'm confused though, the de facto standard frequently seems to be to do a ./configure on your host followed by a make and/or make install. Are you sure you have the proper procedures to build ? You must first fix those missing packages for scripting et al. (it sounds like you'll need other stuff too, like for automaking etc). HTH -- Best regards, Kris -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ