[gentoo-user] anyone using php and ming?

2005-11-13 Thread Chris Bare
I've had php working with ming for some time, but I've finally taken the time to ugprade to the latest apache/php/mysql and now ming no longer works. I've rebuilt php and ming several times. I've got the flash USE flag set for php, and when I look at the portage log I see it linking something

RE: [gentoo-user] Blocking weirdness

2006-01-19 Thread Jean Blignaut
Just saw similar on my system: [blocks B ] dev-php/PEAR-Archive_Tar (is blocking dev-php/PEAR-PEAR-1.3.6-r4) [blocks B ] dev-php/PEAR-Console_Getopt (is blocking dev-php/PEAR-PEAR-1.3.6-r4) [blocks B ] dev-php/mod_php (is blocking dev-lang/php-5.0.5-r5) [blocks B ] dev-php/php

[gentoo-user] Blocking weirdness

2006-01-19 Thread Michael Sullivan
What do you make of this? bullet ~ # emerge -pvuD world These are the packages that I would merge, in order: Calculating world dependencies ...done! [blocks B ] dev-php/mod_php (is blocking dev-lang/php-5.0.5-r5) [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5-r5) [blocks B

Re: [gentoo-user] Blocking weirdness

2006-01-20 Thread Michael Sullivan
On Fri, 2006-01-20 at 08:40 +0100, Heinz Sporn wrote: Am Freitag, den 20.01.2006, 00:46 -0600 schrieb Michael Sullivan: What do you make of this? bullet ~ # emerge -pvuD world The new Gentoo-way to go for PHP is to use dev-lang/php. There's a nice documentation on how to upgrade

Re: [gentoo-user] Unable to unmerge php

2005-05-24 Thread Rumen Yotov
fire-eyes wrote: I am following this document http://pptpclient.sourceforge.net/howto-gentoo.phtml And when I get to emerging pptpconfig: # emerge -pv pptpconfig These are the packages that I would merge, in order: Calculating dependencies ...done! [blocks B ] =dev-php/php-4.99.99

Re: [gentoo-user] Need to add gd and mysql to PHP.

2007-07-23 Thread Alex Fansky
Hello. Have you tried using it? Please post here your php error message. I believe it should work without any configuration. В сообщении от Monday 23 July 2007 06:37:58 Mike Diehl написал(а): Hi all, I'm needing to update php to include both the gd and mysql extensions. I believe I have

[gentoo-user] Unable to unmerge php

2005-05-24 Thread fire-eyes
I am following this document http://pptpclient.sourceforge.net/howto-gentoo.phtml And when I get to emerging pptpconfig: # emerge -pv pptpconfig These are the packages that I would merge, in order: Calculating dependencies ...done! [blocks B ] =dev-php/php-4.99.99 (is blocking dev-php/php

[gentoo-user] Need to add gd and mysql to PHP.

2007-07-22 Thread Mike Diehl
Hi all, I'm needing to update php to include both the gd and mysql extensions. I believe I have both packages installed. I emerged php with both extensions in my USE flag. === emerge -upDe --verbose php [ebuild R ] dev-lang/php-4.4.7 USE

Re: [gentoo-user] Need to add gd and mysql to PHP.

2007-07-23 Thread Mike Diehl
On Monday 23 July 2007 07:05:21 pm Norberto Bensa wrote: Mike Diehl wrote: So, how do I install the php mysql extension? Thanx again, You don't. Just emerge php with mysql, and whatever USE flags you want. Best regards, Norberto Well, I got rid of php with: emerge -C php Then I re

Re: [gentoo-user] emerge php fails

2005-09-14 Thread Bastian Balthazar Bux
Rafael Fernández López wrote: Hi, emerge php fails if xml2 is not deactivated by USE=-xml2. Does it happen to you too ?. It seems that there is a double declaration in php and xml code. Thanks. here is working. php-5.0.4 should work too (and have a lot less problems). If you can lay down

Re: [gentoo-user] PHP upgrade breaks Squirrelmail

2006-01-30 Thread Ryan Tandy
you compile PHP5 with support for the character type functions (USE=ctype)? Now I have (;-) But I get the same result. Here is an output of emerge --verbose --pretend dev-lang/php [ebuild R ] dev-lang/php-5.0.5-r5 -adabas -apache +apache2 -bcmath -berkdb -birdstep +bzip2 -calendar -cdb

Re: [gentoo-user] xmlrpc packages disappeared?

2006-10-18 Thread Maik Musall
On Wed, Oct 18, 2006 at 03:09:59PM +0200, Maik Musall wrote: after a major upgrade of a box running some service using phpxmlrpc that package disappeared, and there's no more support of xmlrpc of any kind for PHP, neither through the former dev-php/phpxmlrpc nor through dev-php/PEAR-XML_RPC

[gentoo-user] php-5.1.6-r4 failed

2006-09-13 Thread Daniel Iliev
/portage/php-5.1.6-r4/work/php-5.1.6 ... * Enabling bcmath * Enabling bz2 * Enabling calendar * Enabling ctype * Enabling curl * Enabling curlwrappers * Disabling dbase * Enabling dom * Disabling exif * Disabling fbsql * Disabling fdftk * Disabling filepro * Enabling

[gentoo-user] apache and php

2006-02-23 Thread Nick Smith
i know there has been alot of reconstruction with the php files in gentoo in the past, had alot of problems with one of my old web servers, horde wants php5 everything else doesnt. well ive setup a new server, decided i would install horde right out of the gate and let it pull down what it wanted

Re: [gentoo-user] PHP upgrade breaks Squirrelmail

2006-01-30 Thread Dan Johansson
for the character type functions (USE=ctype)? Now I have (;-) But I get the same result. Here is an output of emerge --verbose --pretend dev-lang/php [ebuild R ] dev-lang/php-5.0.5-r5 -adabas -apache +apache2 -bcmath -berkdb -birdstep +bzip2 -calendar -cdb -cgi -cjk +cli +crypt +ctype -curl

Re: [gentoo-user] how do I keep package from being updated?

2007-01-11 Thread John covici
OK, I did put my php version in the /etc/portage/package.mask, but it still wants to install a new major version -- curiously it says ebuild -ns rather than just -n or -u. I put the following line in there =dev-lang/php-4.4.4-r8 which is my current version of php and emerge said [ebuild NS

Re: [gentoo-user] php-5.1.6-r4 failed [SOLVED]

2006-09-13 Thread Daniel Iliev
Just for information in case somebody else finds him/herself in the same situation. PHP emerged successfully after disabling cdb use flag with: euse -D cdb Daniel Iliev wrote: Hi, Does anyone know how to work this around. I have no apache, I use lighttpd. Here is some of the output

[gentoo-user] Re: Php and Mysql 5 dependency

2007-01-25 Thread Leandro Melo de Sales
# emerge -vp php [blocks B ] dev-db/mysql (is blocking dev-db/mysql-community-5.0.27-r1) [ebuild N] dev-db/mysql-community-5.0.27-r1 USE=berkdb perl ssl -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal (-selinux) -static 25,261 kB [ebuild N] virtual

Re: [gentoo-user] custom ebuild questions

2006-09-27 Thread nate
I've resolved the libphp5.so problem, it was putting it into /usr/lib/apache2/modules while apache was looking in /usr/lib/apache/modules.  A quick copy and that fixed the issue.  Also had to modify the php ebuild to put it there.Now when compiling php-5.1.6-r4 pear and pecl don't compile.  Here's

[gentoo-user] OT - Question about depencies (PPP)

2006-08-16 Thread Michael Sullivan
Given: bullet ~ # emerge -pvuDt world These are the packages that would be merged, in reverse order: Calculating world dependencies | !!! Ebuilds for the following packages are either all !!! masked or don't exist: www-servers/tomcat www-apache/mod_suphp ... done! [ebuild U ] dev-lang/php

[gentoo-user] Question on my USE choiche

2006-05-19 Thread Leonardo
hardened icq idn iee1394 imagemagick imap inifile jabber jack java javascript joistick jpeg jpeg2k kde kdeenablefinal kdexdeltas libcaca lirc lm_sensors matroska mikmod mime ming mng mmx motif mozilla mp3 msn mysql mysqli nas ncurses offensive ogg openal opengl osc oss pcmcia pdf perl php png prelude

[gentoo-user] www-apps/groupoffice php problem / alternative?

2011-01-20 Thread Christian Könitzer
/portage/package.mask I had=dev-lang/php-5.3.4 and =www-apps/mediawiki-1.14.0 because I was too lazy for upgrading mediawiki (and because groupoffice needs that old php version!). Now I decided to upgrade so I removed those two maskings. I solved all update/upgrade/compile proplems so all components

[gentoo-user] dev-lang/php-5.1.4 emerge failing

2006-05-19 Thread Jason Ausmus
Okay, here's another one: I can't emerge dev-lang/php-5.1.4. It fails like this: - checking for mSQL support... no checking for MSSQL support via FreeTDS... yes checking for dnet_addr in -ldnet_stub... no checking for MySQL support... yes checking for specified

[gentoo-user] Building mod_php-5.0.4; checking for dbminit

2005-04-29 Thread Kevin
to your bug report: !!! /var/tmp/portage/mod_php-5.0.4/work/php-5.0.4/config.log Now, on a very similar server, I did successfully build mod_php-5.0.4 in the same way as I'm attempting to do here. The ebuild script is identical, the missing-arches patch file is present but has no content (on both

Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Bob Sanders
lzo lzw mad mbox mime ming mixer mjpeg mng mp3 mpeg mpeg2 mpeg4 mplayer multilib mythtv nls nptl nvidia offensive ogg oggvorbis openal opengl oss pcre pdf pdfkit pdflib perl php png portaudio posix ppds python quicktime rar real rtc ruby sdk slang sndfile spell ssl svg tcltk theora tiff

[gentoo-user] Re: php blocking

2006-01-26 Thread james
: Yes, but nothing jumps out to me as being a problem that is not already mentioned (php, mod_php, PEAR) emerge -uaDNtv world here goes the full list emerge -uaDNtv world These are the packages that I would merge, in reverse order: Calculating world dependencies ...done! [blocks B ] dev-php

[gentoo-user] Why is portage trying to pull in xorg when I don't use it...

2006-03-29 Thread Daevid Vincent
] sys-libs/libcap-1.10-r5 -nocxx +python -static [nomerge ] dev-lang/swig-1.3.21 -X* -doc -guile -java +perl +php +python +ruby* -tcltk [ebuild U ] dev-lang/php-5.1.2 [5.1.1] -adabas -apache +apache2 -bcmath -berkdb -birdstep +bzip2 -calendar -cdb +cgi -cjk +cli +crypt +ctype

[gentoo-user] dev-php/mod_php-4.4.0-r9 failed.

2006-01-02 Thread El Nino
Dear friends, when i emerging mod_php4.4.0-r9, it says below phara st oped giving an error(see bottom of this mail). Unpacking source... * Due to some previous bloopers with PHP and slotting, you may have * multiple instances of mod_php installed. Please look at the autoclean * output

Re: [gentoo-user] Bootstrap USE flags opinions?

2005-10-12 Thread Dave Nebinger
multimedia and stuff for more of a desktop system. My server box has a much shorter list: USE=-mbox -gnome -kde -X atm maildir cdr bzlib curl -emacs exif fam ftp gnutls -ipv6 kerberos libwww mime mmap mmx mng nptl pcre pic php perl sockets sse ssl sysvipc posix sasl shared sharedmem usb mysql xml cups

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Robert Persson
-tmpfs java jikes jpeg jpeg2k junit kde kdeenablefinal kerberos krb4 ladcca ladspa ldap libg++ libwww lm_sensors lzo mad maildir matroska md5sum memlimit mikmod mime ming mmx motif mozilla mp3 mpeg multitarget mysql nas ncurses network nls nptl nptlonly objc odbc offensive ogg oggvorbis openal

Re: [gentoo-user] Question on my USE choiche

2006-05-19 Thread Jonathan Chocron
ftp gb gcj gif ginac gphoto2 gps gstreamer gtk gtk2 guile hal hardened icq idn iee1394 imagemagick imap inifile jabber jack java javascript joistick jpeg jpeg2k kde kdeenablefinal kdexdeltas libcaca lirc lm_sensors matroska mikmod mime ming mng mmx motif mozilla mp3 msn mysql mysqli nas

[gentoo-user] Thunderbird-1.5.0.4 compile failure

2006-06-04 Thread Dave Jones
kde kerberos lcms ldap libg++ libwww logitech-mouse mad mailbox maildir mailwrapper mbox mhash mikmod mime ming mjpeg mmx mmxext mng motif mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin nvidia offensive ogg opengl oss pam pcntl pcre pdf pdflib perl php png posix ppds pppd python qt quicktime

[gentoo-user] Re: How serious is revdep-rebuild failure

2005-11-25 Thread Harry Putnam
/usr/bin/php (requires libmysqlclient.so.12) broken /usr/bin/playdv (requires libvga.so.1) broken /usr/bin/tcprobe (requires libMagick.so.6) broken /usr/bin/w3c (requires libmysqlclient.so.12) broken /usr/bin/webbot (requires libmysqlclient.so.12) broken /usr/bin/www (requires

Re: [gentoo-user] Kernel not updating...

2006-02-16 Thread gentuxx
gtkhtml guile hardened iconv idn imagemagick imlib ithreads java jpeg jpg kde kdeenablefinal lcms ldap libg++ libwww mad maildir mbox mhash mikmod ming mng motif mozilla mp3 mpeg mpm-worker mysql nas ncurses nls nptl nptlonly ogg oggvorbis openal opengl oss pam pcre pdflib perl php png postgres python qt

Re: [gentoo-user] Kernel not updating...

2006-02-20 Thread joaoemanuel1981
ggi gif glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hardened iconv idn imagemagick imlib ithreads java jpeg jpg kde kdeenablefinal lcms ldap libg++ libwww mad maildir mbox mhash mikmod ming mng motif mozilla mp3 mpeg mpm-worker mysql nas ncurses nls nptl nptlonly ogg oggvorbis

[gentoo-user] Build error in threads.c, maybe related to nptlonly use flag.

2006-05-12 Thread Bob Young
junit -kde -kdeenablefinal kerberos -krb4 -ldap libwww mad maildir mbox mikmod mime ming mng mono mozilla mp3 mpeg mpi multilib mysql ncurses nis nocardbus nptl nptlonly offensive ogg oggvorbis opengl pcntl pcre pdflib perl php png posix python -qt quicktime readline samba sasl

RE: [gentoo-user] gnome2_src_unpack: command not found

2006-05-17 Thread Jason Ausmus
jbig jikes jms jmx jpeg jpeg2k junit jython kerberos krb4 ladcca lcms ldap leim libcaca libg++ libgda libwrap libwww live mad maildir mailwrapper mcal mdb memlimit mhash mikmod milter mime ming mmap mmx mmxext mng mono motif mozcalendar mozdevelop mozilla mozsvg mozxmlterm mp3 mpeg mpi msn mssql mysql

[Copfilter] Copy of quarantined email - *** SPAM *** [7.3/6.0] RE: [gentoo-user] gnome2_src_unpack: command not found

2006-05-18 Thread bdunglison
jbig jikes jms jmx jpeg jpeg2k junit jython kerberos krb4 ladcca lcms ldap leim libcaca libg++ libgda libwrap libwww live mad maildir mailwrapper mcal mdb memlimit mhash mikmod milter mime ming mmap mmx mmxext mng mono motif mozcalendar mozdevelop mozilla mozsvg mozxmlterm mp3 mpeg mpi msn mssql mysql

Re: [gentoo-user] Re: anti-portage wreckage?

2007-01-02 Thread William Kenworthy
libclamav libg++ libgda libsamplerate libwww linguas_en live logitech-mouse logrotate lua lzo lzw-tiff mad maildir matroska mbrola mcal mdb mdnsresponder-compat mhash mikmod ming mjpeg mmx mmx2 mmxext mng modplug motif mozctl mozilla moznocompose moznoirc moznomail mozp3p mozplaintext mozsvg

Re: [gentoo-user] New list member installing gentoo

2005-06-30 Thread Daniel da Veiga
RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes #USE=ithreads nptl accessibility aac aim icq msn yahoo audiofile \ # bash-completion bzip2 cdparanoia curl curlwrappers doc emacs \ # encode examples flac flash ftp imap java javascript mad mime \ # ming mysql mysqli offensive ogg openal pdflib php

Re: [gentoo-user] Firefox Keeps Hanging on some pages

2006-09-10 Thread Ow Mun Heng
emboss encode esd ethereal exif fbcon firefox flac flash fo omaticdb frontendonly gdbm gf gif gnome gnutls gpm gstreamer gtk gtk2 hal hardenedphp icq imap imlib innodb isdnlog jabber jpeg krb4 libg++ libwww lirc mad maildir mailwrapper mbox mikmod milter mime ming mmx motif mp3 mpeg msn ncurses nis nls

Re: [gentoo-user] emerge without download

2006-04-05 Thread go moko
m17n-lib mad maildir mailwrapper matroska mbox mcal mcve memlimit mhash mikmod milter mime ming mmap mng mnogosearch mono motif mozilla mp3 mpeg mpi msession msql mssql mule mysql mysqli nas ncurses neXt netcdf nis nls nocd nptl oci8 odbc ofx ogg oggvorbis openal opengl oracle osc oscar oss pam pcntl

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
] media-gfx/pstoedit-3.70-r1::gentoo USE="-emf -flash -imagemagick -plotutils -pptx -static-libs" 0 KiB [ebuild R] media-libs/ming-0.4.8-r1::gentoo USE="perl python -php -static-libs" PYTHON_TARGETS="python2_7" 0 KiB [nomerge ] sci-electronics/sigr

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
> -examples -static-libs {-test}" 0 KiB > [nomerge ] media-sound/zynaddsubfx-3.0.3::gentoo USE="alsa fltk jack > -lash" > [ebuild R] dev-libs/mini-xml-2.10::gentoo USE="-static-libs -threads" > 0 KiB > [nomerge ] media-gfx/autotrace-