<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>build-essential &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/build-essential/</link>
	<description>Feed of posts on WordPress.com tagged "build-essential"</description>
	<pubDate>Sun, 12 Oct 2008 19:50:32 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[C++ Compiler in Ubuntu]]></title>
<link>http://kishur.wordpress.com/?p=60</link>
<pubDate>Mon, 01 Sep 2008 19:35:54 +0000</pubDate>
<dc:creator>kishur</dc:creator>
<guid>http://kishur.fr.wordpress.com/2008/09/01/c-compiler-in-ubuntu/</guid>
<description><![CDATA[Installing software is not a problem at all in Ubuntu. The &#8220;apt-get install &lt;apps&gt;]]></description>
<content:encoded><![CDATA[<p>Installing software is not a problem at all in Ubuntu. The "<strong>apt-get install &#60;apps&#62;</strong>" command takes care of this.</p>
<p>However for those programmers out there it might be a trouble to compile softwares.You can get rid this problem by issuing the below command:</p>
<p><strong>apt-get install build-essential</strong></p>
<p>The above command will install the following packages in your ubuntu:<br />
cpp dpkg-dev g++ g++-4.2 gcc libc6-dev libstdc++6-4.2-dev libtimedate-perl<br />
linux-libc-dev patch</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Set de aplicaciones útiles en Ubuntu.]]></title>
<link>http://carlosruizortega.wordpress.com/?p=15</link>
<pubDate>Tue, 13 May 2008 01:30:38 +0000</pubDate>
<dc:creator>carlosruizortega</dc:creator>
<guid>http://carlosruizortega.fr.wordpress.com/2008/05/13/set-de-aplicaciones-utiles-en-ubuntu/</guid>
<description><![CDATA[
Luego de experimentar durante dos meses con X/K/Flux/Go/Ubuntu y declararlo como mi sistema operati]]></description>
<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:UOMohWh4TTtcJM:http://static.flickr.com/45/150326365_ff2ade969d_t.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:Y1mAKtcAoIKV8M:http://www.canariasahoraradio.com/logo_xmms.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:HlBNg5ewvcp4qM:http://ktorrent.org/forum/templates/ktorrent/images/logo_phpBB.jpg" alt="" /><img src="http://tbn0.google.com/images?q=tbn:BdIDQ3pC4pufSM:http://www.jeuxmangas.net/IMG/gif/logo-zsnes-gr.gif" alt="" /><img src="http://tbn0.google.com/images?q=tbn:keKERkOFg87U7M:http://windowslibre.osl.ull.es/web/images/logos/logoPidgin.png" alt="" /><br />
Luego de experimentar durante dos meses con X/K/Flux/Go/Ubuntu y declararlo como mi sistema operativo oficial, me gustaría recomendar algunas aplicaciones bastante útiles y fáciles de usar.</p>
<p>1.- <strong>K3B</strong>: Interfaz súper completa y cómoda para grabar CD's y DVD's.<br />
2.- <strong>Kopete</strong>: Programa para la mensajería instantánea con multiprotocolo. Sirve para cuentas de MSN, Yahoo, Aim y muchas más. Además se pueden abrir varias sesiones al mismo tiempo.<br />
3.- <strong>Ktorrent</strong>: Cliente torrent para descarga de archivos... simple y completo.<br />
4.- <strong>Konversation</strong>: Cliente de IRC.<br />
5.- <strong>Pidgin</strong>: Otra aplicación para mensajería instantánea con características similares a las de Kopete... aunque algunos lo encuentran más bonito...<br />
6.- <strong>Amule</strong>: Programa para descarga de archivos P2P (homólogo al "eMule" de Windows).<br />
7.- <strong>XMMS</strong>: Aplicación para escuchar música en varios formatos, entre ellos mp3 y ogg. Es el equivalente a "winamp"... de hecho, su interfaz es muy parecida.<br />
(*)<strong>XMMS-openspc</strong>: Plugin para XMMS que permite escuchar música de formato "spc", que es el formato de las canciones de los juegos de snes.<br />
8.- <strong>xchm</strong>: Un muy útil programa para leer archivos con extensión ".chm".<br />
9.- <strong>Geany</strong>: Ide súper completo y fácil de utilizar. Soporta lenguajes como C, C++, Java, Javascript, etc... (Se recomienda instalar junto con <strong>build-essential</strong>).<br />
10.- <strong>zsnes</strong>: Emulador de snes.<br />
11.- <strong>Soundkonverter</strong>: Convierte archivos de sonido de un formato en otro, como: ogg en wav, etc...<br />
12.- <strong>Aptoncd</strong>: Con este programa podrás respaldar los paquetes que has bajado (e instalado) para cuando reinstales tu SO. Muy útil para no perder tiempo descargando todo de nuevo de la internet.<br />
13.- <strong>wine</strong>: Emulador del SO Windows (wine = "Wine Is Not an Emulator"). A través de él puedes instalar y utilizar programas hechos para Windows. Según mi experiencia, no es recomendable utilizar un emulador de nes o snes de windows sobre este emulador... es muy inestable.<br />
14.- <strong>startupmanager</strong>: Aplicación para administrar todo lo relacionado con la inicialización del computador, como el GRUB, "splash screen", el SO por defecto (si hay más de 1), las imágenes de fondo al iniciar, etc...<br />
15.-<strong>soundJuicer</strong>: Extrae la música de tus CD's a formato ".ogg" o ".wav".<br />
(*)<strong>gstreamer0.10-plugins-ugly-multiverse</strong>: Instálalo desde <em>Synaptic</em> para poder extraer la música de tus CD's directamente al formato "mp3"... debes cambiar la opción en Sound Juicer a "mp3". (<a href="http://rey122.wordpress.com/2008/06/25/como-ripear-mp3-sin-cambiar-a-ogg-en-ubuntu/">Fuente</a>)<br />
16.- <strong>apache2</strong>: Aplicación ampliamente difundida a nivel mundial que hace que un PC sea un server http (El programa se llama "apache"... apache2 es la segunda versión).<br />
(*)<strong>libapache2-mod-php5</strong>: Intérprete de PHP que se instala sobre apache2. Al instalarlo de esta manera, evitamos realizar algunas fastidiosas configuraciones.<br />
17.- <strong>filezilla</strong>: Cliente FTP. Fácil de configurar y administrar.<br />
18.- <strong>gftp</strong>: Cliente FTP similar a filezilla.<br />
19.- <strong>vsftpd</strong>: Servidor FTP. <em>Requiere ciertos conocimientos mínimos....</em><br />
20.- <strong>kompozer</strong>: Editor HTML equivalente al dreamweaver de Windows.<br />
21.- <strong>firestarter</strong>: Firewall súper intuitivo y fácil de manejar.<br />
22.- <strong>amarok</strong>: Aplicación para escuchar música con <em>muchísimas</em> opciones para el usuario (crear "colecciones", utilizar bases de datos, etc, etc, etc...).<br />
23.- <strong>bum</strong>: Herramienta para habilitar/deshabilitar los servicios que se arrancan cuando se inicia Ubuntu (<a href="http://ubuntools.wordpress.com/2008/09/08/habilitardeshabilitar-los-servicios-de-inicio-de-ubuntu/">Fuente</a>).<br />
24.- <strong>azureus</strong>: Cliente torrent muy popular tanto en Windows como en Linux.<br />
25.- <strong>kolourpaint</strong>: Programa equivalente al "Paint" de WIndows... útil y simple, a diferencia del complejo Gimp.</p>
<p>Todas estas aplicaciones pueden instalarse a través del comando:<br />
<strong>sudo apt-get install &#60;aplicacion&#62;</strong></p>
<p>Saludooos... :P</p>
<p><em>(Este post será editado periódicamente...)</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Build-essential]]></title>
<link>http://carlosruizortega.wordpress.com/?p=13</link>
<pubDate>Mon, 12 May 2008 13:45:16 +0000</pubDate>
<dc:creator>carlosruizortega</dc:creator>
<guid>http://carlosruizortega.fr.wordpress.com/2008/05/12/build-essential/</guid>
<description><![CDATA[En varios foros he encontrado a muchas personas (incluido yo&#8230; : ) que instalan Ubuntu y no pue]]></description>
<content:encoded><![CDATA[<p>En varios foros he encontrado a muchas personas (incluido yo... : ) que instalan Ubuntu y no pueden programar en C/C++, a pesar de haber instalado un ide. En la mayoría de estos casos, esto se debe a que no han instalado el meta-paquete "build-essential", el cual tiene las instrucciones para instalar los paquetes esenciales para programar en C/C++ y hacer otras cosas.</p>
<p>Para instalarlo:<br />
<span style="font-size:medium;"><strong><code>sudo apt-get install build-essential</code></strong></span></p>
<p>También se puede bajar a través del gestor de paquetes Synaptic... y por si esto fuera poco, build-essential está en los CDs de instalación de Ubuntu (en caso de no disponer de internet).<br />
Si por alguna razón no fuera posible instalar build-essential, existe la alternativa de instalar los 5 paquetes a los que hace referencia individualmente. Estos son:<br />
<em> dpkg-dev<br />
g++<br />
gcc<br />
libc6-dev<br />
make</em></p>
<p>Saludos.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Un ide genial de C/C++ para Ubuntu...]]></title>
<link>http://carlosruizortega.wordpress.com/?p=9</link>
<pubDate>Fri, 09 May 2008 18:04:29 +0000</pubDate>
<dc:creator>carlosruizortega</dc:creator>
<guid>http://carlosruizortega.fr.wordpress.com/2008/05/09/un-ide-de-cc-para-ubuntu/</guid>
<description><![CDATA[Cada vez que se pregunta sobre un ide de C/C++ para Ubuntu, siempre se recomienda a Anjuta. Este ide]]></description>
<content:encoded><![CDATA[<p><img src="http://geany.uvena.de/images/geany.png" alt="Geany" />Cada vez que se pregunta sobre un ide de C/C++ para Ubuntu, siempre se recomienda a Anjuta. Este ide es bastante bueno, pero presenta algunos problemas en ciertas versiones y/o "sabores" de Ubuntu por razones que desconozco.  El problema más común es que no permite "construir" un ejecutable, o sea, tenemos el código fuente, lo compilamos generando el archivo ".o", pero finalmente no podemos generar el ejecutable, que es el que más nos interesa...</p>
<p>Una alternativa muy buena para los que tienen este problema es <strong>GEANY</strong>.<br />
Este ide es muy parecido a Anjuta (pero mucho mejor, a mi juicio) y también tiene una serie de complementos que lo convierten en una herramienta super cómoda para programar.</p>
<p>Todo lo que hay que hacer para conseguirlo es:</p>
<p><span style="font-size:medium;"><strong><code>sudo apt-get install geany</code></strong></span></p>
<p>...y en menos de 5 minutos está instalado y listo para usarse.<br />
Que lo disfruten!</p>
<p>P.D: Es <em>absolutamente necesario</em> instalarlo junto con el metapaquete <strong>build-essential</strong>, de lo contrario, es posible que ni siquiera se pueda compilar.<br />
Para hacerlo, basta con escribir:<br />
<span style="font-size:medium;"><strong><code>sudo apt-get install build-essential</code></strong></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Paquets nécessaires pour compiler le C++]]></title>
<link>http://hypoblog.wordpress.com/?p=14</link>
<pubDate>Mon, 10 Mar 2008 18:41:39 +0000</pubDate>
<dc:creator>hypoblog</dc:creator>
<guid>http://hypoblog.fr.wordpress.com/2008/03/10/paquets-necessaire-pour-compiler-le-c/</guid>
<description><![CDATA[Voici le premier d&#8217;une nouvelle série de billets qui visent à s&#8217;intéresser à la prog]]></description>
<content:encoded><![CDATA[<p>Voici le premier d'une nouvelle série de billets qui visent à s'intéresser à la programmation.</p>
<p>Dans ce premier billet, je vais vous présenter les paquets qu'il est indispensable d'avoir pour compiler ainsi que les logiciels qui permettent de programmer plus agréablement.<br />
<!--more--></p>
<p><b>Paquets indispensables</b><br />
Alors là, on ne fait pas plus simple, pour installer le compilateur C++ ainsi que toutes les librairies standards, il suffit d'installer un et un seul paquet qui regroupe tout. Il s'agit du paquet <i>build-essential</i> sous Ubuntu ou le groupe de paquets <i>base-devel</i> sous Archlinux.</p>
<p>Il peut être également utile d'installer le débuggeur GNU dont vous pouvez trouver un petit tutorial <a href="http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html">ici</a>.</p>
<p>Sous Ubuntu:</p>
<blockquote><p>sudo apt-get install build-essential gdb</p></blockquote>
<p>Sous Archlinux:</p>
<blockquote><p>sudo pacman -S base-devel gdb</p></blockquote>
<p><b>Environnement de Développement Intégré</b><br />
Pour programmer, vous pouvez écrire votre code avec un éditeur de texte (il en existe de très puissants et très adaptés pour ça: <a href="http://www.vim.org/">Vim</a>, <a href="http://www.gnu.org/software/emacs/">emacs</a>, ... ), lancer le compilateur en passant par les lignes de commandes et gérer les fichiers de projets (makefile) à la main.</p>
<p>Vous pourriez préférer utiliser un programme qui servent d'éditeur de texte mais qui vous permette facilement de gérer les fichiers du projet et de les compiler. C'est ce qu'on appelle des EDI.</p>
<p>Alors ma préférence va pour le logiciel <a href="http://doc.ubuntu-fr.org/geany">geany</a>. Très simple, et basique. Il n'offre que les fonctionnalités de base mais le fait parfaitement.</p>
<p>Je recommande également <a href="http://doc.ubuntu-fr.org/anjuta">Anjuta</a> qui est un EDI un peu plus complet que geany et qui gère notamment l'autocomplétion des librairies telle que Qt, SDL, boost, ... ce qui est fort appréciable.</p>
<p>Ils s'installent très facilement depuis les dépôts</p>
<blockquote><p>sudo apt-get install geany anjuta</p></blockquote>
<p>Ces paquets ont exactement les mêmes noms dans les dépôts d'Archlinux:</p>
<blockquote><p>sudo pacman -S geany anjuta</p></blockquote>
<p>Il en existe bien sûr beaucoup d'autre mais voici mes préférés, à vous de faire votre choix.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Installing ruby-oci8 on Ubuntu]]></title>
<link>http://2muchtea.wordpress.com/2007/12/23/installing-ruby-oci8-on-ubuntu/</link>
<pubDate>Mon, 24 Dec 2007 00:12:50 +0000</pubDate>
<dc:creator>2muchtea</dc:creator>
<guid>http://2muchtea.fr.wordpress.com/2007/12/23/installing-ruby-oci8-on-ubuntu/</guid>
<description><![CDATA[Having fixed the problem with the KVM switch on my machine I proceed to get my Ruby scripts working ]]></description>
<content:encoded><![CDATA[<p>Having fixed the problem with the KVM switch on my machine I proceed to get my Ruby scripts working on Ubuntu. Installing Ruby and getting Rails is a breeze. The problem starts when I need to install <a href="http://rubyforge.org/projects/ruby-oci8/">ruby-oci8</a>. You cannot get this by doing a gem install....need to download the tar.gz file and run the setup. I try to use tar -xvf ruby-oci8-1.0.0.tar.gz but it fails. (some problem with the header of the file). I then use gzip and tar commands separately and it works.</p>
<p>To install ruby-oci8 you can either do this</p>
<p><code><b>make<br />
make install</b><br />
</code></p>
<p>or do this</p>
<p><code><b>ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</b></code></p>
<p>When I try them, both fail. Looking at the error I see that I need to configure ORACLE_HOME (in case of Oracle) or need to configure LD_LIBRARY_PATH (in case of Oracle Instant Client).  I know that I don't have them on my machine so I proceed to get the <a href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html">Oracle Instant Client</a>. I read some blogs (see References) and find that I need the basic.zip and sdk.zip packages. I download them and unzip them at this location /opt/oracle/instantclient (need to sudo).  Having done that I set my LD_LIBRARY_PATH to  /opt/oracle/instantclient.</p>
<p><code><b>LD_LIBRARY_PATH=/opt/oracle/instantclient<br />
export LD_LIBRARY_PATH</b></code></p>
<p>I then proceed to create two symlinks<br />
<code><br />
<b>ln -s libclntsh.so.11.1 libclntsh.so<br />
ln -s libocci.so.11.1 libocci.so</b></code></p>
<p><u>Note</u>: In the above case, the names would depend on the version of the instant client that you have.</p>
<p>I go back to try out the ruby-oci8 setup and it fails again. Back to square one and I seem to have run out of ideas. A friend suggests me to check if the instant client works properly by installing sqlplus and connecting to the database. I go ahead with that (I would need sqlplus anyways).<br />
I get the sqlplus.zip file from <a href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html">here</a>. Unzip it to the location /opt/oracle/instantclient. I now go ahead and set the environment variables through the command line. (I have the LD_LIBRARY_PATH set already) and add my tnsnames.ora file to the same location.</p>
<p><code><b>PATH=$PATH:/opt/oracle/instantclient<br />
SQLPATH=/opt/oracle/instantclient<br />
export SQLPATH<br />
TNS_ADMIN=/opt/oracle/instantclient<br />
export TNS_ADMIN</b></code></p>
<p>I try this command at the command line now. (where the username , password and tnsnames have appropriate variables)<br />
<code><br />
<b>sqlplus username/password@tnsname</b></code></p>
<p>I get this now:</p>
<p><code><b>sqlplus: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory</b></code></p>
<p>What the !! Now what is this supposed to be??  I read more and run these commands:</p>
<p><code><b>ldd sqlplus<br />
strace sqlplus</b></code></p>
<p>The first command gives me a list of library dependencies that sqlplus requires and the second command (strace) gives me a trace of system calls and signals. (see man pages of the command for details). Both indicate that a library (libaio) is missing. I run the following command :<br />
<code><br />
<b>sudo apt-get install libaio-dev</b></code></p>
<p>Now when I try to run sqlplus I get this error:</p>
<p><code><b>SQL*Plus: Release 11.1.0.6.0 - Production on Fri Dec 21 12:57:36 2007</b></code><br />
<code><br />
<b>Copyright (c) 1982, 2007, Oracle.  All rights reserved.</b></code><br />
<code><br />
<b>ERROR:<br />
ORA-12154: TNS:could not resolve the connect identifier specified</b></code></p>
<p>At least I am close. Hmmm...problem with the tnsnames. Soon, I find that I had set TNSADMIN instead of TNS_ADMIN. sqlplus runs once i correct that. So, I can now connect to the database and am sure that the instantclient is installed correctly. Back to ruby-oci8 now.<br />
Running the setup gives me the same problem. This time however I notice that the instantclient is recognized but there is this error (I guess the instantclient was not the problem after all  ...doh !!)<br />
<code><br />
<b>checking for cc... ---------------------------------------------------<br />
error messages:<br />
Permission denied - mkmf.log<br />
---------------------------------------------------</b></code></p>
<p>I see that mkmf.log exists in the oci8 dir structure and has root privileges. So, I need to run the setup as root. But since all the environment variables are set on my login the setup complains that it does not see LD_LIBRARY_PATH. I go ahead and add all environment variables to /etc/profile. For global environment variables in Ubuntu see <a href="https://help.ubuntu.com/community/EnvironmentVariables">this</a>. I restart my shell and run the following.<br />
<code><br />
<b>sudo -i<br />
ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</b></code></p>
<p>Success. oci8 now installs without complaints. I try my ruby scripts and everything looks good. The fruit of persistence is definitely sweet.</p>
<p><b>UPDATES:</b> I was helping a friend install oci8 on his machine when we faced some more hurdles. Adding them here:</p>
<p>1. mkmf not found: You will need the development version of Ruby. <b> sudo apt-get install ruby1.8-dev </b><br />
2. Make sure you install 32 bit versions and not 64 bit ones.<br />
3. If you see this error :<b> "libsqlplus.so: cannot open shared object file:"</b>, you are missing the instantclient path. Somehow adding the path in /etc/profile did not get picked up in our case. We had to add it in the .bashrc file. Make sure you open a new terminal after the changes.<br />
4. If you have problems running ruby setup, install etc (see the last step above), check to see if you have the build-essential package installed:  <b> sudo apt-get install build-essential</b></p>
<p><b>References:</b><br />
http://ubuntuforums.org/archive/index.php/t-92528.html<br />
http://roqet.org/oracle_instantclient.html<br />
http://ruby-oci8.rubyforge.org/en/InstallForInstantClient.html<br />
http://craiccomputing.blogspot.com/2007/01/using-oracle-as-backend-to-rails.html<br />
http://ubuntuforums.org/archive/index.php/t-535311.html<br />
http://rubyforge.org/forum/forum.php?thread_id=13948&#38;forum_id=1078<br />
https://help.ubuntu.com/community/EnvironmentVariables</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/ruby-oci8" class="performancingtags" rel="tag">ruby-oci8</a>, <a href="http://technorati.com/tag/sqlplus" class="performancingtags" rel="tag">sqlplus</a>, <a href="http://technorati.com/tag/LD_LIBRARY_PATH" class="performancingtags" rel="tag">LD_LIBRARY_PATH</a>, <a href="http://technorati.com/tag/libaio" class="performancingtags" rel="tag">libaio</a>, <a href="http://technorati.com/tag/TNS_ADMIN" class="performancingtags" rel="tag">TNS_ADMIN</a>, <a href="http://technorati.com/tag/strace%20" class="performancingtags" rel="tag">strace </a>, <a href="http://technorati.com/tag/ldd" class="performancingtags" rel="tag">ldd</a>, <a href="http://technorati.com/tag/Ubuntu" class="performancingtags" rel="tag">Ubuntu</a>, <a href="http://technorati.com/tag/ruby" class="performancingtags" rel="tag">ruby</a>, <a href="http://technorati.com/tag/oci" class="performancingtags" rel="tag">oci</a>, <a href="http://technorati.com/tag/mkmf.log" class="performancingtags" rel="tag">mkmf.log</a>, <a href="http://technorati.com/tag/Oracle" class="performancingtags" rel="tag">Oracle</a></p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware Tools su Ubuntu 7.10 Gutsy virtuale]]></title>
<link>http://gimaux.wordpress.com/2007/12/22/vmware-tools-su-ubuntu-710-gutsy-virtuale/</link>
<pubDate>Sat, 22 Dec 2007 11:28:00 +0000</pubDate>
<dc:creator>GiMauX</dc:creator>
<guid>http://gimaux.fr.wordpress.com/2007/12/22/vmware-tools-su-ubuntu-710-gutsy-virtuale/</guid>
<description><![CDATA[
Una volta installato VMware Workstation o VMware Server è consigliabile abilitare i VMware Tools p]]></description>
<content:encoded><![CDATA[<div style="text-align:justify;">
<div style="text-align:justify;">Una volta installato VMware Workstation o VMware Server è consigliabile abilitare i VMware Tools per la macchina virtuale. Sono degli strumenti che possono migliorare di molto le prestazioni e la gestione del sistema operativo virtuale.</div>
<div style="text-align:justify;">Qui vediamo come installarli sul sistema operativo virtuale Ubuntu 7.10 Gutsy Gibbon.</div>
</div>
<div style="text-align:center;"></div>
<div style="text-align:justify;">Per prima cosa bisogna installare il pacchetto build-essential, necessario per la compilazione da parte di VMware: inseriamo il cd/dvd di Ubuntu nel lettore cd/dvd e con Synaptic cerchiamo ed installiamo <span style="font-weight:bold;">build-essential</span>.</div>
<div style="text-align:center;"></div>
<div style="text-align:justify;">Fatto ciò, avviamo il sistema operativo virtuale, dopodichè dal menù in alto di VMware scegliamo</div>
<p align="left">&#160;</p>
<div style="text-align:center;">VM --&#62; Install VMware Tools...</div>
<p align="left">&#160;</p>
<div style="text-align:justify;">Ubuntu monterà un dvd che contiene i VMware Tools. Copiamo l'archivio in formato .tar nella nostra cartella Home ed estraiamolo. A questo punto procediamo all'installazione:</div>
<p align="left">&#160;</p>
<div style="text-align:center;"><span style="font-weight:bold;">cd /home/</span><span style="font-style:italic;font-weight:bold;">nomeutente</span><span style="font-weight:bold;">/vmware-tools-distrib</span></p>
<p align="left">&#160;</p>
<p><span style="font-weight:bold;">sudo ./vmware-install.pl</span></div>
<div style="text-align:justify;">Premiamo INVIO ad ogni domanda del programma (le scelte di default vanno bene).<br />
Abbiamo terminato.<br />
Per avviare i VMware Tools apriamo un terminale e digitiamo:</div>
<p align="left">&#160;</p>
<div style="text-align:center;"><span style="font-weight:bold;">vmware-toolbox</span></div>
<p align="left">&#160;</p>
<div style="text-align:justify;">Per far avviare i tools con il sistema operativo andiamo nel menù Sistema--&#62; Preferenze--&#62; Sessioni ed aggiungiamo vmware-toolbox nei programmi d'avvio.</div>
<div style="text-align:justify;">Se si vogliono disinstallare:</div>
<p align="left">&#160;</p>
<div style="text-align:center;"><span style="font-weight:bold;">sudo vmware-uninstall-tools.pl</span></div>
<div style="text-align:center;"></div>
<div style="text-align:center;" align="left"></div>
<p align="left">&#160;</p>
<p><i>La stessa procedura è stata testata per virtualizzare una Debian 4.0 Etch</i></p>
<p align="left">&#160;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Kompilieren unter Ubuntu]]></title>
<link>http://sven77.wordpress.com/2007/12/14/kompilieren-unter-ubuntu/</link>
<pubDate>Thu, 13 Dec 2007 23:37:36 +0000</pubDate>
<dc:creator>sven77</dc:creator>
<guid>http://sven77.fr.wordpress.com/2007/12/14/kompilieren-unter-ubuntu/</guid>
<description><![CDATA[Häufig und grade wieder stellen Leute die Frage, warum sie unter Ubuntu mit dem bekannten Linux-3-S]]></description>
<content:encoded><![CDATA[<p>Häufig und grade wieder stellen Leute die Frage, warum sie unter Ubuntu mit dem bekannten Linux-3-Satz keinen Kompiliervorgang zu Ende bringen können.</p>
<p><!--more--></p>
<p>Das ist recht einfach. Aus irgendwelchen Gründen -ich vermute, damit apt zur Installation genutzt wird, was auch in fast jeden Fall ratsamer ist- wurden die Header-Dateien nicht in die Standardinstallation integriert. Eine Installation des Paketes:</p>
<ul>
<li>sudo apt-get install  <strong>libc6-dev</strong></li>
</ul>
<p>Wer auf der sicheren Seite sein möchte, sollte sich:</p>
<ul>
<li>sudo apt-get install <strong>build-essential</strong></li>
</ul>
<p>installieren, ein Metapaket, dass so ziemlich alle brauchbaren und zum Kompiliervorgang benötigten (inklusive  libc6-dev) Pakete enthält.</p>
<p>Das heruntergeladene Paket des zu installierenden Programms muss dann noch entpackt werden:</p>
<ul>
<li><a href="http://sven77.wordpress.com/2007/12/08/unp/" title="unp -Entpackertool" target="_blank">unp</a> file_name.tar.gz</li>
</ul>
<p>bzw.</p>
<ul>
<li>tar xfvz  file_name.tar.gz</li>
</ul>
<p>und in das neu entstandene Verzeichnis gewechselt werden:</p>
<ul>
<li>cd  file_name</li>
</ul>
<p>Danach sollte es auch mit:</p>
<ol>
<li>./configure</li>
<li>make</li>
<li>sudo make install</li>
</ol>
<p>klappen.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[build-essential /cdrom/]]></title>
<link>http://jonwilliams.wordpress.com/2007/10/25/build-essential-cdrom/</link>
<pubDate>Thu, 25 Oct 2007 18:04:35 +0000</pubDate>
<dc:creator>nineowls</dc:creator>
<guid>http://jonwilliams.fr.wordpress.com/2007/10/25/build-essential-cdrom/</guid>
<description><![CDATA[wish I had found this four hours ago, but thanks cloud:
Binary Revolution Forums [Powered by Invisio]]></description>
<content:encoded><![CDATA[<p>wish I had found this four hours ago, but thanks <em>cloud</em>:</p>
<p><a href="http://www.binrev.com/forums/index.php?act=Print&#38;client=printer&#38;f=16&#38;t=31222">Binary Revolution Forums [Powered by Invision Power Board]</a><br />
The g   package is in the repositories. You do not need to get the binary from another resource. If youre having problems with the CD <strong>simply remove it as a resource in your sources.list</strong> file. Run<br />
sudo gedit /etc/apt/sources.list<br />
and delete the line referring to the Ubuntu CD I cant remember off the top of my head what it says, but it should be obvious which one it is<br />
then run<br />
sudo apt-get update<br />
before installing the packages you want.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Resolver problema gcc en Ubuntu]]></title>
<link>http://julioeduar.wordpress.com/2007/09/27/resolver-problema-gcc-en-ubuntu/</link>
<pubDate>Thu, 27 Sep 2007 16:28:37 +0000</pubDate>
<dc:creator>julioeduar</dc:creator>
<guid>http://julioeduar.fr.wordpress.com/2007/09/27/resolver-problema-gcc-en-ubuntu/</guid>
<description><![CDATA[Bueno a pesar de que no soy un usuario Ubuntu, pero ayudando a un amigo Pikachu a configurar su Kubu]]></description>
<content:encoded><![CDATA[<p>Bueno a pesar de que no soy un usuario Ubuntu, pero ayudando a un amigo <a href="http://deathx.wordpress.com">Pikachu</a> a configurar su Kubuntu nos encontramos con un pequeño problema que no encontraba las librerias para compilar un .c</p>
<p>Como vi que muchos usuarios tenian este problema decidi postear la solucion, basta con lo siguiente:</p>
<p><strong>sudo apt-get update</strong></p>
<p><strong>sudo apt-get install build-essential</strong></p>
<p>y problema arreglado :P ; esto tambien nos instalara las demas herramientas de desarrollo (binutils build-essential cpp cpp-4.0 dpkg-dev g++ g++-4.0 gcc gcc-4.0<br />
libc6-dev libstdc++6-4.0-dev linux-kernel-headers make)</p>
]]></content:encoded>
</item>

</channel>
</rss>
