ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] From frozen Russia: Cannot install LTIB on Ubuntu 10.10 ( Ubu


From: Matt Wilbur
Subject: Re: [Ltib] From frozen Russia: Cannot install LTIB on Ubuntu 10.10 ( Ubuntu is run as Virtual Machine in VMware Player )
Date: Sat, 29 Jan 2011 09:33:14 -0500

address@hidden:~/ltib$ ./ltib
sh: g++: not found

ltib cannot be run because one or more of the host packages needed to run it
are either missing, failing, out of date or not in ltib's standard path.
Current the PATH environment is set to:
/opt/ltib/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin

Please correct this problem (e.g. 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
-------                -----------   ---------------
libstdc++              0             not installed or error
gcc-c++                2.96          not installed or error
zlib-devel             0             not installed or error
patch                  0             not installed or error

There are your answers right there.  I'd first do an apt-get install build-essential.  That'll install gcc, g++, cpp, and so on.  But, you'll also need patch and zlib-devel.  You can always do an apt-cache search zlib | grep devel or apt-cache search patch | more and try to find the right packages.  Or you can also go through synaptic and search that way.  But, bottom line is you need to install some stuff first and you need, in some cases, to hunt down package names.  I run 10.04 and find the packages you'll probably need are

zlib1g-dev

Start with build-essential and zlib1g-dev and go from there.

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]