zlib => sub { my @f = (glob('/usr/lib/libz.so*'),
glob('/lib/libz.so*'),
glob('/lib64/libz.so*') ); @f > 1 ? 1 : 0 },
'zlib-devel' => sub { -f '/usr/include/zlib.h' },
see the output
address@hidden:~/Desktop/plugins/L2.6.28_4.5.1_SDK_Aug2009_source/ltib$
sudo apt-get install zlib1g-dev
[sudo] password for ariem:
Reading package lists... Done
Building dependency tree
Reading state information... Done
zlib1g-dev is already the newest version.
zlib1g-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
STILL I AM GETTING THE SAME ERROR.HELP ME
On Tue, Dec 22, 2009 at 7:32 PM, Alan Carvalho de Assis
<address@hidden <mailto:address@hidden>> wrote:
Hi,
On 12/22/09, Niamathullah sharief <address@hidden
<mailto:address@hidden>> 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
>
>
address@hidden:~/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
>>
>
You just need to install the above packages in your host computer. If
you use a Debian like distro (i.e. Ubuntu) use this:
sudo apt-get install zlib1g-dev
And so on, for all missing packages.
Best Regards,
Alan
------------------------------------------------------------------------
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib