[gentoo-user] Re: How do I get php4

2007-01-09 Thread Alexander Skwar
John covici [EMAIL PROTECTED]: OK, thanks much -- the strange thing is when I did emerge -s php how come I did not see the php4 packages -- only the php5 ones? That's simple - there are no php4 or php5 packagews. There's only a php package (dev-lang/php), as can be seen by running emerge -s

Re: [gentoo-user] PHP and files over 2 Gb

2005-08-22 Thread Michael Crute
According to the top line of that PHP document you should be able to add `-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64` to your cflags and recompile PHP to make everything work! -Mike On 8/22/05, A. Khattri [EMAIL PROTECTED] wrote: On Mon, 22 Aug 2005, Jim Hatfield wrote: I just bought a Pinnacle

Re: [gentoo-user] Unable to unmerge php and mod_php

2005-08-26 Thread A. Khattri
On Fri, 26 Aug 2005, fire-eyes wrote: I am trying to unmerge all versions of php and mod_php on my system. However: # emerge -C php mod_php dev-php/mod_php selected: 4.3.2-r5 4.3.8 protected: none omitted: none 'Selected' packages are slated for removal

[gentoo-user] Failing to unmerge old PHP package

2005-09-11 Thread Goeran Zängerlein
Hello *, for some reason I have an old, unneeded PHP package floating around (dev-php/mod_php-4.3.2). When trying to remove it via 'emerge -v depclean' I get the following error message: ---snip--- QA Notice: ECLASS 'php' inherited illegally in dev-php/mod_php-4.3.2 /usr/lib/portage/bin

Re: [gentoo-user] php-mxl

2006-09-05 Thread kashani
/includes/unicode.inc on line 284. SO I looked fot it in drupal forums and found two solutions. First, comment out some drupal code lines, second one, install php-xml (Madriva user) As I prefer installing soft before editing code, I looked for php-xml, but I did not find it... does anyone know where

Re: [gentoo-user] Re: depclean / db php loop

2009-11-01 Thread Joshua Murphy
or what packages it depends on. Does your server use something like Apache/php to do the serving, and do you really need php to do it? MythTV is digital video recording software, allowing watching/recording of things through a tv tuner card, and even pause/resume of a 'live stream'. It's heavily

Re: [gentoo-user] Slotted PHP behavior

2011-01-04 Thread Michael Orlitzky
On 01/04/11 14:42, Grant wrote: Thank you, that fixed it. I'm getting some errors in squirrelmail but functionality seems to be intact. Since things seem to be working with php-5.3.4, how can I get rid of the older version of php that must be installed in another slot? I'm hoping

[gentoo-user] Problem installing PHP pdo

2012-12-22 Thread Mike Diehl
Hi all, I'm not a PHP programmer, so I'm a bit out of my water.  But, I'm trying to install the latest eGroupware and need to get PHP to support pdo database connectivigy. After a recent emerge --sync, I did a new emerge of php with --newuse... after adding pdo to my tags list. What I get

[gentoo-user] Re: dev-lang/php-5.6

2017-02-27 Thread Kai Krakow
Am Mon, 27 Feb 2017 21:00:40 -0700 schrieb the...@sys-concept.com: > On 02/27/2017 02:11 PM, Alan McKinnon wrote: > > On 27/02/2017 22:14, the...@sys-concept.com wrote: > >> When will they drop the dev-lang/php-5.6.30 from the portage? > > > > If you copy the

[gentoo-user] dev-php/xdebug-2.6.1 will not build

2019-01-29 Thread John Covici
Hi. I have dev-php/xdebug in my world file, but when I tried to do my world update I get the following. Note that I have the following line in my make.conf PHP_TARGETS="php5-6 php7-0 php-7-1 php-7-2" but I get the following output !!! Problem resolving dependencies for dev-php/x

Re: [gentoo-user] PHP 7.4 and dev-php/pecl-apcu-5.1.18

2020-04-18 Thread Steve Freeman
On 2020-04-18 20:42, Dale wrote: Steve Freeman wrote: I am trying to eliminate PHP 7.3 from my system.  But I am having trouble building dev-php/pecl-apcu-5.1.18 with support for PHP 7.4. I am getting confusing output regarding whether pecl-apcu can be built with PHP 7.4 support

Re: [gentoo-user] PHP 7.4 and dev-php/pecl-apcu-5.1.18

2020-04-18 Thread Dale
Steve Freeman wrote: > I am trying to eliminate PHP 7.3 from my system.  But I am having > trouble building dev-php/pecl-apcu-5.1.18 with support for PHP 7.4. > > I am getting confusing output regarding whether pecl-apcu can be built > with PHP 7.4 support.  It is working just fi

[gentoo-user] php-gtk-1.0.2 merge fails

2006-10-25 Thread Mohammed Hagag
Hi all, i'm trying to merge dev-php4/php-gtk-1.0.2 but it fails with these errors: first: when trying to build it from a Virtual terminal i got this error : /usr/lib/php4/bin/php -q /var/tmp/portage/dev-php4/php-gtk-1.0.2/work/php_gtk-1.0.2/generator/generator.php -o ext/gtk%2b/gdk.overrides -p

Re: [gentoo-user] Slotted PHP behavior

2011-01-06 Thread Grant
But watch out -- after the eselect, you'll need to move your php.ini from e.g. /etc/php/apache2 to /etc/php/apache2-php5.3. Here I get confused.  I believe a development version of php.ini was installed to /etc/php/apache2-php5.3/php.ini.  It included a development value for error_reporting

Re: [gentoo-user] emerge --update behavior

2012-01-02 Thread Michael Orlitzky
On 01/02/2012 11:16 AM, Michael Mol wrote: Fine for your home PC, doesn't cut it on servers. I have the following in one of my world files: dev-php/PEAR-Mail dev-php/PEAR-Mail_Mime dev-php/PEAR-PEAR dev-php/PEAR-Structures_Graph which of those do I want? At least one of them

Re: [gentoo-user] apache2 AddHandler/SetHandler vulnerability

2015-04-26 Thread Mick
to say so for sure. Does the fact that I'm up-to-date with GLSAs, I don't have PHP5 in APACHE2_OPTS (I use php-fpm), along with the following (which I think is default) indicate that I'm not vulnerable? (1) Do you allow untrusted people to upload files to your server? (2) If so, do you

Re: [gentoo-user] "mysql_connect() or mysql_query()" deprecated

2020-10-26 Thread Michael
On Monday, 26 October 2020 00:48:13 GMT the...@sys-concept.com wrote: > On 10/25/2020 06:30 PM, Remco Rijnders wrote: > > On Sun, Oct 25, 2020 at 05:24:26PM -0600, thelma wrote in > > > > : > >> The function in newer php "mysql_connect() or mysql_query()&

Re: [gentoo-user] PHP slots

2015-08-19 Thread Alan McKinnon
On 19/08/2015 19:05, Ajai Khattri wrote: Are packages of major versions of PHP all slotted now? Yes In trying to upgrade from 5.3 to 5.6 I get the following query: # emerge -uDatvk dev-lang/php * IMPORTANT: 8 news items need reading for repository 'gentoo'. * Use eselect news read

[gentoo-user] complete mess with dev-lang/php and dev-php/php

2005-09-21 Thread Bruno Lustosa
It seems there is now a complete mess with these two packages at ~x86. I guess I should go either with one or another, but not with both. If I try to emerge PEAR-PEAR, it asks me to get dev-lang/php-5.x to install PEAR-PEAR-1.3.6. If I do so, I get back to those strange messages about blocking

[gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT)

2005-12-09 Thread Jeff Grossman
Francesco Riosa [EMAIL PROTECTED] wrote: Jeff Grossman wrote: I am running dev-lang/php 5.0.5. I installed phpmyadmin, and when I first go into it, it says I do not have mcrypt installed in my php. How do I enable mcrypt in PHP? I tried adding the use flag of mcrypt, but that does

Re: [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT)

2005-12-10 Thread Francesco Riosa
Jeff Grossman wrote: Francesco Riosa [EMAIL PROTECTED] wrote: Jeff Grossman wrote: I am running dev-lang/php 5.0.5. I installed phpmyadmin, and when I first go into it, it says I do not have mcrypt installed in my php. How do I enable mcrypt in PHP? I tried adding the use flag

Re: [gentoo-user] PHP files not being executed in aliased directory

2006-04-10 Thread JimD
On Mon, 10 Apr 2006 15:58:10 -0400 James Colby [EMAIL PROTECTED] wrote: List Members - I recently ran an emerge update that upgraded my apache2 installation. I am now having a problem with PHP pages located in an aliased directory. Instead of showing me the correctly rendered page I am

Re: [gentoo-user] Reconstructing a Gentoo Installer Computer

2006-05-31 Thread Neil Bothwick
On Wed, 31 May 2006 08:29:49 -0400, Timothy A. Holmes wrote: Raymond - the dev-lang/php use flag is there to pull in the PHP stuff as BASE requires it. dev-lang/php is not a valid USE flag, php is. If a program installed via portage requires php, portage will install it as a dependency

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

2007-01-11 Thread Bo Ørsted Andresen
if it did it wouldn't have the intended effect since it would mask -r*... I tested it before posting and it did work. It didn't mask -r*, allowing a upgrade. It doesn't work at all. Nothing gets masked. It's simply ignored: # cat /etc/portage/package.mask ~dev-lang/php-4.4.4 # emerge -p php [SNIP

[gentoo-user] php-5.1.6-r6 troubles

2007-01-20 Thread James
: error: libgds, libib_util or libfbclient not found! Check config.log for more information. !!! ERROR: dev-lang/php-5.1.6-r6 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile php-5.1.6-r6.ebuild, line 173: Called src_compile_normal php

Re: [gentoo-user] apache2 ignoring -D ? (userdir, php4)

2005-07-05 Thread Iain Buchanan
On Tue, 2005-07-05 at 14:53 -0400, Michael Haan wrote: On 7/5/05, Ow Mun Heng [EMAIL PROTECTED] wrote: On Tue, 2005-07-05 at 16:58 +0930, Iain Buchanan wrote: Not sure whether this is an apache2 or php problem or both: so this all says it _should_ be working. I've checked permissions

Re: [gentoo-user] Re: PHP and PEAR

2005-07-08 Thread A. Khattri
On Sat, 9 Jul 2005, Catalin Trifu wrote: I think I did not said things correctly. If I try to emerge any PEAR package, to install it the system tries to use /usr/bin/pear which does not get installed exactly because PHP is compiled without PEAR. I mean the pear core which can be used

[gentoo-user] problem installing horde-imp

2006-07-28 Thread askar k
Hello! I'm installing email system on the base of http://www.gentoo.org/doc/en/qmail-howto.xml In step of installing emerge horde-imp, I have errors: --- Calculating dependencies... done! Emerging (1 of 20) dev-php/PEAR-Log-1.9.3

[gentoo-user] Portage complaining when trying to install PHPMyAdmin

2006-09-08 Thread Shawn Singh
Hey All, I was trying to install PHP and a couple other packages when I got the following error: * Checking for required PHP feature(s) ... * Discovered missing USE flag: unicode * * dev-lang/php-5.1.4-r6 needs to be re-installed with all of the following * USE flags enabled: * * pcre session

Re: [gentoo-user] sys-libs/db dev-lang/php dependency problem...

2009-11-04 Thread Alex Schuster
Jarry writes: # emerge --depclean [...] * In order to avoid breakage of link level dependencies, one or more * packages will not be removed. This can be solved by rebuilding the * packages that pulled them in. * * sys-libs/db-4.6.21_p4 pulled in by: * dev-lang/php-5.2.10

Re: [gentoo-user] Slotted PHP behavior

2011-01-04 Thread Duong Yang Ha Nguyen
On Tue, 4 Jan 2011, Grant wrote: Since things seem to be working with php-5.3.4, how can I get rid of the older version of php that must be installed in another slot? I'm hoping that simplifies things a bit. PHP on Gentoo just got more complicated and all I need out of it is squirrelmail

[gentoo-user] [OT] PHP memory problem

2011-04-13 Thread Dan Johansson
I know this is Off-topic but I also know there are a lot of smart people lurking on this list. I have a PHP-script that does not run from a web-server but directly in a shell. When I run it I get the following error: # ./dj.php PHP Fatal error: Allowed memory size of 100663296 bytes exhausted

Re: [gentoo-user] PHP 5.3, 5.4 and 5.5

2014-01-02 Thread Tanstaafl
On 2014-01-02 8:15 AM, Alan McKinnon alan.mckin...@gmail.com wrote: On 02/01/2014 14:46, Tanstaafl wrote: Hi all, I have a VM running in the cloud that has an old web/php app (10+ years old, believe it or not), that still runs fine on apache 2.2.25, but I pinned php to 5.3 some time ago. Does

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-03-01 Thread Nilesh Govindrajan
On 02-Mar-2014 7:05 am, Peter Humphrey pe...@prh.myzen.co.uk wrote: On Saturday 01 Mar 2014 16:09:16 Mick wrote: On Saturday 01 Mar 2014 15:21:48 Peter Humphrey wrote: APACHE2_OPTS=-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE -D SUEXEC -D PHP5 -D PHP -D DAV

[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 5 masked notice (was: Gentoo on the server side)

2007-12-02 Thread Jil Larner
I had to do the same thing with the mysql upgrade from 3.x to 4.x. My apache upgrade, I just had to redo the configs by hand. php4 to php5 might be a bit more tricky. Currently that's the reason I have php5 masked... PHP 4 won't be maintained after 8/8/8 (August, 8 2008) and so should

Re: [gentoo-user] PHP 5 masked notice (was: Gentoo on the server side)

2007-12-07 Thread Billy Holmes
Quoting Alan [EMAIL PROTECTED]: PHP 4 won't be maintained after 8/8/8 (August, 8 2008) and so should be of php 5.0 and 5.1. Just to warn those who don't know (I believe you do know ;) ). Actually I hadn't seen that, thanks for the notice. I'm pretty sure I'll have things all upgraded

Re: [gentoo-user] Php strangeness

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 13:43:38 +0200, Nelis Lamprecht wrote: Could someone please tell me how to solve the following: golem portage # emerge -uDp world These are the packages that I would merge, in order: [snip] I am using php 5 but it insists on installing php 4 and the blocking ? Add

Re: [gentoo-user] Php strangeness

2006-01-11 Thread kashani
Martins Steinbergs wrote: looks like i have the same problem, and it strats with [ebuild UD] dev-php/PEAR-XML_RPC-1.4.0 [1.4.4] 26 kB 1.4.4 is removed from portage In php 5.1.1 it looks like you can add xmlrpc to your USE flags. The change log in PEAR-XML_RPC leads me to believe

Re: [gentoo-user] OT - Squirrelmail doesn't work after recent PHP upgrade

2006-01-24 Thread kashani
Michael Sullivan wrote: I'm having some trouble with Squirrelmail since the recent PHP upgrade. On almost every folder I click on in Squirrelmail (including the Inbox), I get this: Fatal error: Only variables can be passed by reference in /var/www/localhost/htdocs/squirrelmail/functions

Re: [gentoo-user] USE=mysql

2006-02-28 Thread Arnau Bria Ramírez
built_with_use virtual/php mysql || \ die php cli sapi must be compiled with USE=mysql built_with_use virtual/httpd-php mysql || \ die php apache/cgi sapi must be compiled with USE=mysql } So whatever package is providing virtual/php on your system

Re: [gentoo-user] USE=mysql

2006-03-01 Thread Heiko Wundram
Am Dienstag, 28. Februar 2006 18:55 schrieb Arnau Bria Ramírez: But, why if I set mysql to my make.conf and try to emerge with --newuse, php is not a candidate of rebuild? You probably did not emerge php directly, but had it pulled in by some other ebuild. This means it won't get picked up

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-01 Thread Oscar Carlsson
Quanta+ is the best PHP IDE I've tried this far - PHPEclipse was pretty nice, but since I couldn't open non local files, I used Quanta+. gPHPEdit is pretty nice also, but a bit minimal :-) onsdagen den 1 juni 2005 09.56 skrev Andrew Gaydenko: Hi, Will you be so kind to suggest a PHP IDE

Re: [gentoo-user] Developmnet Environment for PHP and PERL

2005-11-08 Thread John Jolet
On Tuesday 08 November 2005 12:33, Michael Shaw wrote: What editor do people use for PHP and Perl development. I'm looking for something with syntax highlighting and such, so that rules ut vi or gedit. acutally, vim will do php and perl syntax highlighting. Thanks, Mike -- John Jolet Your

Re: [gentoo-user] How was the PHP upgrade?

2007-03-08 Thread Alexis Lahouze
On Thu, Mar 08, 2007 at 04:23:47PM -0800, Grant wrote: Has anyone upgraded to the recently stable php-5.2.1-r3? How did it go? Seems to work fine for me. Just re-emerged php-5.2.1-r3 wih apache-2.2 :-) -- Alexis Lahouze - [EMAIL PROTECTED] Gradignan (Bordeaux) - France - Terre clé pgp

Re: [gentoo-user] {OT} Generating an online graph/chart

2007-04-12 Thread Francisco Rivas
Hi all.. Some project to do that exist but they are not in portage... If you are still interest http://www.aditus.nu/jpgraph/ PHP HTML Graph Class GDGraph for PHP PHP-GNUPlot I do not wich one is the best but making a fast search that are the results.. I hope help you... On 4/12/07, Grant

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Richard Fish
On 4/9/06, Michael W. Holdeman [EMAIL PROTECTED] wrote: configure: error: mysql configure failed. Please check config.log for more information. The config.log file can be found in /var/tmp/portage/php-5.1.2/work/php-5.1.2/config.log. You can look there for clues, or post it here if you need

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

2006-05-23 Thread Jason Ausmus
Thanks to the people who tried to help me figure this out. It turns out the issue with emerging php (missing mysql libraries) had to do with a buggy custom eclass that had been put by this box's previous admin under one of the portdir_overlay directories. When I renamed the overlay'ed eclass dir

Re: [gentoo-user] unable to compile php-4.4.4R8

2007-01-10 Thread Richard Fish
On 1/10/07, John covici [EMAIL PROTECTED] wrote: checking for Sablotron version... configure: error: Sablotron version 0.96 or greater required. Looks like this is really a problem with java on your system [1]. What does java-config -L report? Do you need php with java support? If not, you

[gentoo-user] Php and Mysql 5 dependency

2007-01-25 Thread Leandro Melo de Sales
Hi list, I have PHP 5 installed and now I want to enable a new option for this package (xsl option of /etc/portage/package.use), but when I type emerge php emerge tell me that dev-db/mysql is blocking mysql-community. It seems that emerge wants to install mysql5 (I have mysql 4.0 installed

[gentoo-user] mod_suphp

2006-09-20 Thread Michael Sullivan
Has anyone out there had any success with www-apache/mod_suphp? If so, I could use some help. I've never been able to make it execute .php files that aren't in /var/www/localhost/htdocs, and I can't even figure out why it allows those, unless it's because /var/www/localhost/htdocs is my

[gentoo-user] strange warning after upgrading php

2009-06-23 Thread John covici
Does anyone know about the following warning I got after upgrading to php5-5.2.10? PHP Warning: PHP Startup: mm_create(0, /session_mm_cli500) failed, err mm:core: failed to open semaphore file (Permission denied) in Unknown on line 0 Downgrading gets rid of the warning and a google search

[gentoo-user] Re: depclean / db php loop

2009-10-31 Thread walt
Apache/php to do the serving, and do you really need php to do it?

Re: [gentoo-user] can't emerge '=dev-lang/php-4*' .. moved?

2010-04-25 Thread Neil Bothwick
and patches. PHP 4 is in the php-4 overlay. -- Neil Bothwick A computer scientist is someone who, when told to Go to Hell, sees the go to, rather than the destination, as harmful. signature.asc Description: PGP signature

[gentoo-user] emerging php with pdo and sqlite3 does not get the driver

2010-09-02 Thread covici
Hi. I am trying to get the driver for pdo-sqlite in my php emerge. I have the use flags for sqlite3 and pdo, but when I do php --info the sqlite pdo driver is not there and this seems to be verified by doing PDO::get_available_drivers which does not list it. Any ideas on how to get this to work

Re: [gentoo-user] php-cgi must be run as root?

2011-05-06 Thread Kfir Lavi
On Fri, May 6, 2011 at 1:46 PM, Andrea Conti a...@alyf.net wrote: The access permission to /usr/lib64/php5.3/bin/php-cgi is 755, so I think everyone can execute it. Then, what is the problem? Most probably, the nginx user cannot access the .php file you're trying to execute, either

Re: [gentoo-user] php 5.2 ebuild ?

2012-03-05 Thread Stefan G. Weichinger
Am 05.03.2012 14:58, schrieb Neil Bothwick: On Mon, 05 Mar 2012 14:46:32 +0100, Stefan G. Weichinger wrote: Does anyone know where to get working ebuilds for PHP 5.2 ... ? http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-lang/php/?hideattic=0 oh, thanks ... Now it doesn't build

Re: [gentoo-user] threads use flag for apache and php

2012-12-01 Thread Michael Hampicke
, it forks itself - as opposed to MPM_WORKER which is based on threads. So if you set threads, apache is compiled with MPM_WORKER, if not, MPM_PREFORK is used. If you are running a threaded apache, and you are choosing to use php as apache module (apache2 use flag) then php with threads is required.

Re: [gentoo-user] Problem installing PHP pdo

2012-12-23 Thread Michael Orlitzky
On 12/23/2012 03:44 PM, Mike Diehl wrote: I did an emerge -s for pdo and didn't find anything so I followed the directions given on the eGroupware installation guide and ran: pecl install pdo Is there an ebuild that I should/could use instead? Yep, it's a USE flag for dev-lang/php

Re: [gentoo-user] search files for text string

2015-06-07 Thread Neil Bothwick
On Sun, 07 Jun 2015 14:59:51 +0200, Volker Armin Hemmann wrote: 'cd' to the lowest dir which contains them all, then 'grep -r Check/Money Order *.php'. That will only search *.php files in the current directory, you need nope The shell expands the *.php to a list of matching files

Re: [gentoo-user] trying to find the cause of an http 500 error

2017-05-05 Thread John Covici
On Fri, 05 May 2017 07:24:02 -0400, Michael Orlitzky wrote: > > On 05/05/2017 07:13 AM, John Covici wrote: > > > > The php log is not mentioned in the .htaccess file of owncloud. But > > regardless of owncloud, php fatal errors are not logged anywhere under > &

Re: [gentoo-user] trying to find the cause of an http 500 error

2017-05-05 Thread Mick
On Friday 05 May 2017 08:31:56 John Covici wrote: > On Fri, 05 May 2017 07:24:02 -0400, > > Michael Orlitzky wrote: > > On 05/05/2017 07:13 AM, John Covici wrote: > > > The php log is not mentioned in the .htaccess file of owncloud. But > > > regardl

Re: [gentoo-user] problem emerging dev-php/xdebug

2023-08-28 Thread Arve Barsnes
On Mon, 28 Aug 2023 at 15:07, John Covici wrote: > > OK, thanks, funny portage said any of ... and it listed the php 7.4, > that is what tripped me up. That's because the package itself still lists it as a possibility, but the php 7.4 is masked at a higher level. The package will b

[gentoo-user] [OT] simple and secure php blog

2008-01-15 Thread Andrew Gaydenko
Hi! Advices? -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] How To set compile time options in emerge

2006-01-17 Thread Tom Martin
On Thu, 19 Jan 2006 01:36:50 +1300 Oumar Ndiaye [EMAIL PROTECTED] wrote: I installed php-4 via emerge but I am having problems getting php to work with mysql. After many research I have concluded that php-4 is not compiled with the -with-mysql option. I need to recompile php-4

Re: [gentoo-user] How To set compile time options in emerge

2006-01-17 Thread Marton Gabor
Hi! Try the mysql use flag. Marton Gabor [EMAIL PROTECTED],ICQ UIN: 169394884,T: +36 30 447-2042 VE-MIK VeHoK informatikai megbizott informatika-l adminisztrator informatika-lev adminisztrator bsc-info adminisztrator gazdinfo adminisztrator Oumar Ndiaye wrote: Hi, I installed php-4 via

Re: [gentoo-user] Re: php blocking

2006-01-25 Thread Andreas Claesson
On 1/26/06, James [EMAIL PROTECTED] wrote: Richard Fish bigfish at asmallpond.org writes: Add the --tree option to see what is actually trying to bring in dev-php/mod_php and dev-php/php. # emerge --unmerge --tree PEAR-PEAR --tree implies --pretend... adding --pretend to options

[gentoo-user] Re: PHP upgrade breaks Squirrelmail

2006-01-30 Thread Jeff Grossman
Dan Johansson [EMAIL PROTECTED] wrote: [-- text/plain, encoding quoted-printable, charset: iso-8859-15, 21 lines --] Hi, I have just done a PHP-4 to PHP-5 upgrade and as far as I can see everything works as it should - except Squirrelmail. When I try to send a message in Squirrelmail

[gentoo-user] php 4.4.1-r3 wont emerge

2006-02-06 Thread Michael George
I am trying to update my system, and it seemed like a good time to go from the old php ports to the dev-lang ports. But I'm having trouble building php-4.4.1-r3. I have masked php-5 and up, as I'm not quite ready to move to that yet. When I try to emerge php-4.4.1-r3, it stops with this error

[gentoo-user] PHP fails

2006-02-14 Thread Ernie Schroder
I'm trying to emerge php here and do some playing around. I don't have apache on this box but installed monkeyd as a light weight webserver. Emerge php fails as below checking for tgetent in -lncurses... no checking for tgetent in -ltermcap... no checking for readline in -lreadline

Re: [gentoo-user] Wierdness with mod_php

2006-02-14 Thread Ernie Schroder
On Tuesday 14 February 2006 15:27, a tiny voice compelled Ernie Schroder to write: # esearch mod_php [ Results for search key : mod_php ] [ Applications found : 1 ] * dev-php/mod_php Latest version available: 4.4.0-r9 Latest version installed: [ Not Installed ] Size

Re: [gentoo-user] non-PHP webmail in portage?

2009-01-09 Thread Mike Kazantsev
On Fri, 9 Jan 2009 11:38:16 -0800 Grant emailgr...@gmail.com wrote: Does anyone know of a good (or OK) webmail client in portage that doesn't use PHP? I use squirrelmail now but I have PHP installed only for that and I think PHP slows apache2 down a bit. - Grant There are bunch

Re: [gentoo-user] Unable to unmerge php

2005-05-24 Thread fire-eyes
On Tue, 2005-05-24 at 20:15 +0300, Rumen Yotov wrote: Hi, Think your first problem is that you are mixing php mod_php they are different things. Please run: emerge php -pv and post the output to see what version you have if any. PHP isn't slotted, so you could have either 4.3.x or 5.0.x

Re: [gentoo-user] [OT] PHP scripts dont need to be executable?

2005-06-11 Thread Tim Igoe
Jon Le Miere wrote: Maybe im in dream land (happens often) but I have a number of Gentoo machines here that execute PHP scripts via the webserver (apache, lighttpd) when marked as read only, is that normal? I remembered a time when you tried going to a php script in your browser

[gentoo-user] java_config

2005-11-02 Thread Michael Sullivan
I'm trying to emerge dev-php/php on my wife's computer (catherine) and it gives me this error message: Traceback (most recent call last): File /usr/bin/java-config, line 14, in ? from java_config import jc_options ImportError: No module named java_config * You need to use java-config

Re: [gentoo-user] PHP and MCRYPT

2005-12-09 Thread Francesco Riosa
Jeff Grossman wrote: I am running dev-lang/php 5.0.5. I installed phpmyadmin, and when I first go into it, it says I do not have mcrypt installed in my php. How do I enable mcrypt in PHP? I tried adding the use flag of mcrypt, but that does not seem to do anything. What am I missing

[gentoo-user] Re: php+ctype_data

2007-05-15 Thread Xavier Parizet
i've searched for this function in php manual but she doesn't exists in any version Since PHP 4.2.0, these functions are included by default according to php website [1]. But I can be mistaken... Best Regards Regards too ;) Steph -- [EMAIL PROTECTED] mailing list - -- http://www.linuxant.fr

[gentoo-user] Re: php4 vs php5

2006-03-16 Thread James
kashani kashani-list at badapple.net writes: Neil Bothwick wrote: Yes, but you need dev-lang/php-4*, not dev-php/php-4*. Unmerge the blockers and dev-lang/php-4* will emerge. You don't need mod_php anymore, it is provided by the apache(2) USE flags of dev-lang/php. If the JFFNMS ebuild

Re: [gentoo-user] use flags, mplayer, lame

2006-03-22 Thread Mickey Mullin
On 22/03/06, Alexander Skwar [EMAIL PROTECTED] wrote: Mickey Mullin wrote: Having done that, subsequently emerging phpmysql will not re-emerge Apache OR PHP, even though they are both requirements. However, I don't know what would actually happen, since the scenario above would have you

Re: [gentoo-user] php + apache

2006-04-01 Thread Michael Sullivan
On Sat, 2006-04-01 at 16:32 +, James wrote: Hello, Ive installed php-4.4.2 and apache2. It's mostly working except for when I pull up the url of a php file, like setup.php, I see the actual php code instead of the gui form that the setup.php is suppose to render. I know the file

[gentoo-user] Re: php + apache

2006-04-01 Thread James
Michael Sullivan michael at espersunited.com writes: Ive installed php-4.4.2 and apache2. It's mostly working except for when I pull up the url of a php file, like setup.php, I see the actual php code instead of the gui form that the setup.php is suppose to render. I know the file

[gentoo-user] Re: php + apache

2006-04-03 Thread James
Martins mar at ml.lv writes: Sounds like an apache.conf problem... apache and php problem... Of course it could be a stray php.so isn't linked correctly, try running revdep-rebuild? if so then /var/log/apache2/error_log should contain valuable info 'tail -f' on this file does reveal

Re: [gentoo-user] update failed

2006-05-14 Thread Alexander Skwar
Fabrice Delliaux wrote: dirk dil a écrit : emerge --update --deep world --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2 Check your package.use file : no need to specify the atom's version : Well, how do you know, that there's no need to do specify

Re: [gentoo-user] update failed

2006-05-15 Thread dirk dil
On Sun, 2006-05-14 at 13:07 +0200, Alexander Skwar wrote: Fabrice Delliaux wrote: dirk dil a écrit : emerge --update --deep world --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2 Check your package.use file : no need to specify the atom's version

Re: [gentoo-user] {OT} Webmail in portage without PHP?

2006-12-06 Thread kashani
Grant wrote: Is there a decent webmail package in portage (or a layman overlay) that doesn't depend on PHP? what is the problem with php? Every webmail is going to need to depend on some kind of server side scripting. Nangus I am using perl and I'd rather not install and maintain PHP just

Re: [gentoo-user] {OT} Webmail in portage without PHP?

2006-12-06 Thread Grant
know if squirrelmail can be configured in a way so as to allow usage without executing php right on the page? My apache2 setup won't allow a script to be executed from the URL because of a mod_perl module I use. It looks like roundcube operates in this fashion, but squirrelmail uses .php pages. Can

[gentoo-user] Re: php-5.1.6-r6 troubles

2007-01-22 Thread James
Daniel Iliev danny at ilievnet.com writes: !!! ERROR: dev-lang/php-5.1.6-r6 failed. So all I have to go on is this line (repeated from above): configure: error: libgds, libib_util or libfbclient not found! Check config.log Send the output from emerge -pv dev-lang/php in order

[gentoo-user] Apache2, mod_php 4.3.11 PEAR doesn't work anymore

2005-06-28 Thread Denny Schierz
for a pear installation, nothing found etc. i really need pear for horde and some other applications. Configuration: == PEAR executables directory bin_dir /usr/bin PEAR documentation directory doc_dir /usr/lib/php/ PHP extension directoryext_dir /usr/lib/php

Re: [gentoo-user] PHP Odd Error

2005-07-06 Thread James Hiscock
But it only happens when I run php as a user, not when I run as root. My emerge world is up to date, should a normal user need to write there or what other thing do I switch to turn this off. I personally just got rid of the snmp flag for the php ebuild. PHP (the command-line version

[gentoo-user] PHP 5 and MySQL 5

2005-07-08 Thread Colin
Are these in Portage? Masked versions are fine. -- Colin -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] PHP5 Quick Question

2005-08-02 Thread Hans-Werner Hilse
Hi, On Tue, 2 Aug 2005 10:32:21 -0400 Michael Crute [EMAIL PROTECTED] wrote: Is there a way to build the php 5 extensions (I.E. GD, mysql, etc) as external libraries instead of compiling it all into the core? I assume this is the sharedext flag but I want to make sure before I go try

Re: [gentoo-user] Unable to unmerge php and mod_php

2005-08-28 Thread Rumen Yotov
Hi, On Fri, 2005-08-26 at 14:44 -0400, fire-eyes wrote: Hi, I am trying to unmerge all versions of php and mod_php on my system. However: # emerge -C php mod_php dev-php/mod_php selected: 4.3.2-r5 4.3.8 protected: none omitted: none 'Selected' packages

Re: [gentoo-user] Simplified apache2

2006-09-14 Thread Michael Stewart (vericgar)
Michael Crute wrote: Hmm... I seem to remember some problem with PHP only compiling if threads was set to on. Maybe not, will have to test it to see if there is any good reason that I still have that in my package.use. Thanks for the tip. -Mike PHP and apache are not the same software

Re: [gentoo-user] OK to disable filter USE in php?

2009-07-18 Thread Heinz-Gerd Hombergs
Grant emailgr...@gmail.com wrote: I noticed amavisd-new is being pulled in by the filter USE flag in squirrelmail. I don't use amavisd-new (I greylist), so I removed filter from make.conf and then realized it is also used in the php package. I only use php with squirrelmail. Is it safe

[gentoo-user] Re: depclean / db php loop

2009-10-31 Thread walt
On 10/31/2009 04:42 PM, Mark Knecht wrote: ... * sys-libs/db-4.6.21_p4 pulled in by: * dev-lang/php-5.2.11 needs libdb-4.6.so Calculating dependencies... done! [ebuild R ] dev-lang/php-5.2.11 USE=apache2 berkdb bzip2 cgi cli

Re: [gentoo-user] Apache+PHP

2010-01-14 Thread Xavier Parizet
Le 14/01/2010 15:03, German Lopez Cortina a écrit : Mi apache no me interpreta los archivos .php muestra el contenido como texto en el navegador First it is an english only list, so if you would like to speak other languages, take a look at gentoo-user...@lists.gentoo.org for a spanish aware

Re: [gentoo-user] Slotted PHP behavior

2011-01-04 Thread Grant
I just upgraded to php-5.3.4 which I believe went into a new slot. Is slotted behavior new for PHP? I think things have been rearranged. Can someone clue me in to the new layout? For example, I get: # /etc/init.d/apache2 restart * Caching service dependencies ... * apache2 has detected

Re: [gentoo-user] Slotted PHP behavior

2011-01-05 Thread Grant
Thank you, that fixed it.  I'm getting some errors in squirrelmail but functionality seems to be intact. Since things seem to be working with php-5.3.4, how can I get rid of the older version of php that must be installed in another slot?  I'm hoping that simplifies things a bit.  PHP

[gentoo-user] Setting up a local web server

2011-04-01 Thread Peter Humphrey
Hello list, I want a box on my LAN to be a local web and database server. I've installed Apache, MySQL, PHP and phpmyadmin and I'm about to get phpmyadmin going. The problem is that Apache is displaying the contents of php files instead of interpreting them. What have I missed? I have USE

Re: [gentoo-user] php 5.2 ebuild ?

2012-03-05 Thread Stefan G. Weichinger
It seems as if I solved the original problem by *simply* correcting a typo ... you know ... Thanks, Stefan

<    1   2   3   4   5   6   7   8   9   10   >