Archive | linux RSS for this section

Problemas com emerge -uDv world, parte 1

Estava atualizando o sistema (emerge -uDv world), na compilação do pacote gnome-extra/gtkhtml-3.16.3, o erro que segue foi apresentado: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [...]

Continue Reading

Instalar Apache, PHP5, MySQL5, ADODB no Debian Etch

Instalando Apache2 no Debian: 1 Debian 4.0 : # apt-get -y install apache2 Instalando Apache2 + PHP5: 1 Debian 4.0 : # apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgi Iniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 start Parando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 stop Reiniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 [...]

Continue Reading

make: tclsh: Command not found

O problema acontece quando você tenta instalar o dev-db/sqlite-3.5.4, para solucionar o problema teremos que aplicar alguns patches rm tsrc/sqlite.h.in tsrc/parse.y cp parse.c opcodes.c keywordhash.h tsrc tclsh ./tool/mksqlite3c.tcl make: tclsh: Command not found make: *** [sqlite3.c] Error 127 * * ERROR: dev-db/sqlite-3.5.4 failed. * Call stack: * ebuild.sh, line 46: Called src_compile * environment, line [...]

Continue Reading

wlan0: error fetching interface information: Device not found

acabei de instalar o ndiswrapper com o driver do windão para o wireless (broadcom) do note funcionar aqui. note adler # lspci | grep Broadcom 03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01) mas o erro acima permanecia, por que a wireless aqui estava como eth1! resolvido isso, o único problema que ainda [...]

Continue Reading

gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error, parte 2

se mesmo com a parte 1 você continuar com problemas, siga as instruções abaixo para a aplicação de um patch mais completo. Primeiro vamos descompactar o ebuild: cd /usr/portage/net-im/pidgin/ ebuild pidgin-2.3.0.ebuild clean ebuild pidgin-2.3.0.ebuild unpack cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/ agora aplicaremos o patch, mais completo do que o anterior, que modificará os seguintes arquivos: libpurple/protocols/msnp9/msn.c libpurple/protocols/msnp9/nexus.c libpurple/protocols/msnp9/notification.c [...]

Continue Reading

app-emulation/emul-linux-x86-qtlibs, app-emulation/emul-linux-x86-soundlibs & arts

note adler # emerge opera Calculating dependencies… done! >>> Verifying ebuild Manifests… >>> starting parallel fetching>>> Emerging (1 of 2) app-emulation/emul-linux-x86-qtlibs-20071114-r2 to / >>> Downloading ‘http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2′ –13:12:26– http://distfiles.gentoo.org/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2 => `/usr/portage/distfiles/emul-linux-x86-qtlibs-20071114.tar.bz2′ Resolving distfiles.gentoo.org… 216.165.129.135, 140.211.166.134, 156.56.247.195, … Connecting to distfiles.gentoo.org|216.165.129.135|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 35,036,691 (33M) [application/x-tar] 100%[====================================>] 35,036,691 76.66K/s ETA [...]

Continue Reading

openoffice-bin 2.3.0 + gnome = travamentos

mas quando ele trava? * às vezes quando você tenta colar algum conteúdo * quando você tenta acessar impressoras * quando você acessa documentos gerados pelo microsoft office * exportação pra PDF o problema: *** glibc detected *** /usr/lib32/openoffice/program/soffice.bin: double free or corruption (out): 0x081d0b60 *** a solução: adicione no arquivo /usr/bin/ooffice export OOO_FORCE_DESKTOP=none como [...]

Continue Reading

gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error

CASO VOCÊ AINDA NÃO TENHA EXECUTADO OS PASSOS ABAIXO, DÊ PREFERÊNCIA PELA PARTE 2 DESSE POST: gentoo + pidgin 2.3.0 = Connection error from Notification server: Reading error, parte 2 Primeiro vamos descompactar o ebuild: cd /usr/portage/net-im/pidgin/ ebuild pidgin-2.3.0.ebuild clean ebuild pidgin-2.3.0.ebuild unpack cd /var/tmp/portage/net-im/pidgin-2.3.0/work/pidgin-2.3.0/ agora tem que modificar o: libpurple/protocols/msnp9/user.c, conforme esse patch! wget [...]

Continue Reading

You do not have the appropriate Gstreamer plugin installed to play this file

acabei de instalar esse fantástico music player escrito em python e GTK+ – exaile – aí vai uma dica rápida para o gentoo, quando você tiver problemas como a mensagem acima: emerge media-plugins/gst-plugins-lame media-plugins/gst-plugins-mad abraço, até…

Continue Reading

Could not find device for /boot: Not found or not a block device.

O erro: livecd / # grub-install /dev/sda df: Warning: cannot read table of mounted file systems df: Warning: cannot read table of mounted file systems Could not find device for /boot: Not found or not a block device. A correção: livecd / # grep -v rootfs /proc/mounts > /etc/mtab Agora é só instalar normalmente o [...]

Continue Reading