Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/08/2008, 14:05
carlosvelazq
 
Fecha de Ingreso: octubre-2007
Mensajes: 114
Antigüedad: 16 años, 11 meses
Puntos: 0
Respuesta: Instalar phpSHIELD y otras cosas

buenisimo.... solo una cosa, que distribucion usas? y podrias especificar un poco lo que se tiene que hacer en la parte delimitada por asteriscos

**********************************
-> The first compiling job: we build the lame library
tar xzf lame-3.97.tar.gz
cd lame-3.97
./configure && make && make install
cd ..
If there are error messages like 'no suitable compiler found', you have to install some development packages from your repository. You do that just like I described above (jpeg headers and ruby)
- g++ (gcc)
- make
- automake
- autoconf
- patch
- pkgconfig
</EM>
-> Now Mplayer:
tar xvjf MPlayer-1.0rc1.tar.bz2
cd Mplayer-1.0rc1
./configure
At this point LOOK at the configure output! It will possibly prevent you from later frustrations! Make sure both jpeg output support and libmp3lame (for mencoder) are activated automatically here. If this is not the case, check again if you really installed the jpeg headers and the lame library. Then open the file /etc/ld.so.conf, add the line /usr/local/lib, save the file and execute ldconfig. Now clean up the previously made configuration for Mplayer by executing make distclean and run ./configure again. Now lame and jpeg headers should be found in the system. If so, go ahead with:
make && make install
cd ..

*****************************




, es lo unico que no me sale
gracias