[gentoo-user] ssmtp and php mail()

2007-09-03 Thread Stefano Guglia
hello everybody!.. trying to use mail() + ssmtp in a php script but no way.. my host: pc-0001.localarea mail server: pc-0004.localarea I can send mail to remote smtp server thru ssmtp (and its alias sendmail) via command line (and can also pop back to my client), but if I try from php, the

[gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
hello! I need to emerge mplayer and mythtv without x, framebuffer only. How can I pass --without-x and other options to ./configure during emerge process? (-x in USE flag does not work: 'emerge mplayer' still needs xorg...) thanks.. Stefano. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
Just to get the obvious out of the way, the USE flag is X (uppercase), not x (lower case). Was that a typo? It should work with -X set in either /etc/make.conf or /etc/portage/package.use (for mPlayer only). yes: I use ufed so no way to get a wrong make.conf.. You'd probably also want

Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
Alle 11:56, giovedì 23 giugno 2005, azz ha scritto: CMIIW, i think it's USE=-gtk emerge -av mplayer hereis the result on my side: - Calculating dependencies ...done! [ebuild N] x11-base/xorg-x11-6.8.2-r1 -3dfx -3dnow -bitmap-fonts -cjk -debug -dlloader -dmx -doc

Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
I could be wrong-- and an emerge --tree would be more helpful here, but is it possible to compile realplayer -X? I don't think so; I think realplayer is what depends on X, and so it's the +real in the mplayer USE flags that's bringing it in. Just a second, let me check... the realplayer

[gentoo-user] pygame, framebuffer SDL_SysWMinfo has no member named 'info'

2006-10-01 Thread Stefano Guglia
Hello everybody ! I was going to install a Gentoo box without X (framebuffer only) + Freevo. Pygame is needed by the ebuild, but no way to install: here is the log: -- ... In file included from /usr/include/python2.4/Python.h:13, from

Re: [gentoo-user] pygame, framebuffer SDL_SysWMinfo has no member named 'info'

2006-10-02 Thread Stefano Guglia
Alle 08:04, lunedì 2 ottobre 2006, Andresen ha scritto: You really should search bugzilla instead... http://bugs.gentoo.org/show_bug.cgi?id=89486 Great! According to your link, I added #define DISABLE_X11 into /usr/include/SDL/SDL_syswm.h it then compiles withour x11 support. Thanks Bo