[gentoo-user] php 5.3.3 will not emerge

2010-08-22 Thread covici
Hi. I am having problems emerging php-5.3.3-r1 -- I am not sure if its related to the glibc problems, however its strange -- the heart of the matter is that /usr/include/mysql/my_global.h is looking for my_compiler.h which does not exist -- google search reveals nothing -- so any ideas would be

Re: [gentoo-user] php 5.3.3 will not emerge

2010-08-22 Thread Arttu V.
cov...@ccs.covici.com wrote: Hi. I am having problems emerging php-5.3.3-r1 -- I am not sure if its related to the glibc problems, however its strange -- the heart of the matter is that /usr/include/mysql/my_global.h is looking for my_compiler.h which does not exist -- google search reveals

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

2007-01-11 Thread kashani
John Covici wrote: Hi. I just did emerge --pretend --update --deep world, but there is a package which I don't want to have emerge update automatically -- how do I accomplish this? Thanks. Assuming this is going back to the PHP thing, this will allow you to update to future versions o

[gentoo-user] Emerge PHP+ Apache

2005-05-12 Thread C R. Little
Hi, I've been messing with gentoo for around 2 years now and still have not learned the full functionality of emerge. I've got 5 systems and I'm building a new one and would like to use the full functionality of emerge. To install apache and PHP i've always manually com

Re: [gentoo-user] OT: webmail choices, ARGH!

2018-07-17 Thread R0b0t1
On Tue, Jul 17, 2018 at 1:47 PM, Ian Zimmerman wrote: > Is _every_ fscking webmail package written in php? Why? > The packages were written likely written a long time ago. Modern PHP isn't as bad as it used to be, but I'd still avoid it in favor of newer languages. I have t

[gentoo-user] Which mysql USE flag do I need - mysql or mysqlnd?

2013-05-12 Thread Mick
Hi All, I am looking at an aged php installation and noticed that there is a mysqlnd USE flag, which I have not enabled. From the mysql documentation it seems that mysqlnd is attracting most development and features. Then I had a look here and it is not mentioned: http

Re: [gentoo-user] reading php file code in text editor

2010-06-23 Thread roundyz
Stroller wrote: >> >> >> On 23 Jun 2010, at 07:18, Mick wrote: >> >> > I am looking at some php files which are causing parsing errors in >> > Drupal, like: >> > = >> > Warning: Unexpe

Re: [gentoo-user] My PHP support is gone! [SOLVED]

2005-05-23 Thread Michael Sullivan
Thank you for your help! Most of the websites on my server (including squirrelmail where most members get their email) uses PHP. I was getting stressed out over it -Michael Sullivan- On Mon, 2005-05-23 at 16:50 +0200, Dennis Freise wrote: > Michael Sullivan schrieb: > > I don&

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

2005-07-05 Thread Iain Buchanan
Hi, thanks for the reply On Tue, 2005-07-05 at 16:34 +0800, Ow Mun Heng 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 per

Re: [gentoo-user] gnucash won't start--PLEASE help

2008-02-16 Thread Allan Gottlieb
At Sat, 16 Feb 2008 21:33:35 -0700 Joseph <[EMAIL PROTECTED]> wrote: > I'll tell you what will happen, they will close the "bug" with some > silly message "not enough info" etc. I hope you are wrong, but of course time will tell. > The same way when I

[gentoo-user] EMERGE USE PHP additional options problem

2007-09-04 Thread Pablo Murillo
understand how work the portage system, and I'm very lost I'm trying to do something that I believe is VERY stupid, but I can't make it work I want to configure PHP with "ZIP" and other things. The others thinhs works, but "with-zip", don't I'm do

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote: > I update de portage, You did what exactly? Did you run 'emerge --sync' or 'emerge -a portage'? > [ebuild N] virtual/mysql-5.0 > [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4] > USE="-fastbuild* -filter% -ftp* -hash* -imap* -json

[gentoo-user] Re: Apache loading mod_php?

2007-12-05 Thread James
crowfix.com> writes: > > > How do you test apache (2.2.6) to see which modules > > > (in particular php) are loaded? > apache2 -M Yep that works! However I do not see php? Any ideas? (note, I'm not very swift at web administration and the recent chang

[gentoo-user] advice about Gentoo (Oracle, Java, VMWare...)

2012-01-26 Thread Mihamina Rakotomandimby
Hi all, I have been a former user, and in my new occupation I think Gentoo could be a perfect tool. Context - I admin a server for PHP and Java Web developers - I have to run a Gentoo host which have LXC guests (also Gentoo-only). - About the LXC guests -- 1 LXC guest with PHP4 (with custom

Re: [gentoo-user] can't upgrade Gentoo

2011-09-01 Thread Paul Hartman
On Wed, Aug 31, 2011 at 9:44 PM, Edward Martinez wrote: >   !!! The ebuild selected to satisfy > "dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements. >   - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl exif > fileinfo filter gdb

[gentoo-user] Re: New project in perl? {OT}

2011-01-02 Thread Lubos Kolouch
to >> perl so I can imagine there would be some benefit to using perl for the >> new project. Am I foolish to start a new project in perl at this stage >> in its lifecycle? I won't be doing the coding myself and I wonder if I >> would be better off with PHP since more c

[gentoo-user] php CURRENT_TIMESTAMP vs NOW()

2012-12-27 Thread Joseph
I'm not a PHP programmer but I'll try to explain my problem. I've create table in my php database: DROP TABLE IF EXISTS visual_verify_code; CREATE TABLE visual_verify_code ( oscsid varchar(32) NOT NULL, code varchar(6) NOT NULL, dt TIMESTAMP(12) NOT NULL DEFAULT NOW()

RE: [gentoo-user] Emerge PHP+ Apache

2005-05-12 Thread C R. Little
Great thanks! -Original Message- From: Craig Duncan [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 5:59 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Emerge PHP+ Apache C R. Little wrote: >Hi, >I've been messing with gentoo for around 2 years no

[gentoo-user] GDB can't recognise core files?

2005-10-20 Thread Chris Boot
Hi all, I just had a crash from the CLI version of PHP that I wanted to debug, so I enabled core files, triggered the crash, and tried to load the core file into GDB: arcadia ~ # gdb /usr/lib/php5/bin/php core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software

[gentoo-user] Way OT - Question about Squirrelmail and authentication

2005-11-30 Thread Michael Sullivan
This is probably the wrong list to ask this question on, but I'll ask it anyway. I wanted to create set of PHP pages to offer espersunited.com users with several different services accessible from their web browser. I'd like for them to be able to enter their username and password

Re: [gentoo-user] Re: mod_suphp

2006-09-20 Thread Michael Sullivan
/test.php , I get this: > > > > Internal Server Error > > File "/home/test/public_html/test.php" is not in document root of Vhost > > "/var/www/localhost/htdocs" > > > > I suspect that the directive 'check_vhost_docroot=true' is ca

Re: [gentoo-user] Nextcloud-24.0.7 and proxy settings

2023-02-21 Thread J. Roeleveld
variables like > HTTP_PROXY and HTTPS_PROXY may be set, i.e. > > > ... > SetEnv HTTP_PROXY 10.46.1.109:3128 > SetEnv HTTPS_PROXY 10.46.1.109:3128 > ... > > > But this also does not seem to work. > > Any other ideas? If using "fpm-php", add t

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

2005-06-02 Thread Ryan
mas Heinrichsdobler: > > >>Another suggestion: Activestate Komodo - my IDE of choice for PHP, >>Perl, Python, (X)HTML, XSLT, etc. pp. >> >>See a list of its features here: >>http://www.activestate.com/Products/Komodo/ >> >>I think it will give you all you n

Re: [gentoo-user] Re: Apache loading mod_php?

2007-12-05 Thread Jason Carson
Here is my apache2 -M and PHP doesn't show up but it still works fine. Do you have "-D PHP5" in /etc/conf.d/apache2? ... Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) actions_module (shared) alias_module (shared) au

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] to mail or not to mail

2005-09-13 Thread kashani
Antoine wrote: Hi, I am trying to get php to send an email and am completely lost. It seems as though I had it working on an mdk box at work today, cos I got the messages on my yahoo account, but now I am trying to set up a similar thing at home I am getting nowhere. I have never done

[gentoo-user] Re: Way OT - Can user apache become other users?

2006-04-21 Thread Michael Sullivan
space (in this case under > > ~/webspace/html). I want the users to be able to log in with their > > Linux usernames and passwords. I"ve written to a couple of PHP lists > > about this, but none of them have answered me. Is there anything in > > portage that will do th

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

2006-05-22 Thread Jason Ausmus
> -Original Message- > From: Jason Ausmus [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 9:46 AM > To: gentoo-user@lists.gentoo.org > Subject: RE: [gentoo-user] dev-lang/php-5.1.4 emerge failing > > > -Original Message- > > From: kashani [mai

Re: [gentoo-user] Difficulty setting up apache, php and joomla

2017-03-26 Thread Peter Humphrey
tructed, I get this in > >>> /var/log/apache2/error_log: --->8 > >> Joomla 3.4.x is not compatible with php-7.x: > >>https://downloads.joomla.org/technical-requirements#footnote-3xPHP Ah. I missed that - thanks. I hadn't properly noticed that PHP had move

[gentoo-user] Trying to install NetBeans 6.5 doesn't work

2008-12-13 Thread Yannick Mortier
hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFL

Re: [gentoo-user] world upgrade a mess, need some advise

2024-07-01 Thread Michael
ts in > the dependencies of two different packages, then those packages can > not be installed simultaneously. > > For more information, see MASKED PACKAGES section in the emerge man > page or refer to the Gentoo Handbook. > > > !!! The following installed packages are maske

Re: [gentoo-user] emerge question

2005-07-06 Thread A. Khattri
On Tue, 5 Jul 2005 [EMAIL PROTECTED] wrote: > hi > > I want to emerge PHP to my box, a 2.6.11-gentoo-r11 but a want to emerge it > without x11 support. When I type emerge -p -v php I got this message: Re-run that with the -t option added to the command-line - the resulting tree w

Re: [gentoo-user] LDAP everywhere?

2005-07-15 Thread A. Khattri
pport was compiled into php and yes it looks like openldap is installed (I will need to rebuild php and remove openldap). Still, it doesn't explain why its switched on for openssh? -- Aj. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: {OT} Ditch webmail?

2007-12-20 Thread Dan Farrell
On Thu, 20 Dec 2007 12:19:13 -0500 Randy Barlow <[EMAIL PROTECTED]> wrote: > Plus no PHP on my server. How can you have a webserver without PHP? I cringe : ) > I like Thunderbird. I don't. Thunderbird is, like most mozilla products, slow an bloated. Claws-Mail (as sylph

Re: [gentoo-user] apache: Directory index forbidden by Options directive

2007-10-08 Thread Steve Dommett
On Monday 08 October 2007, Arnau Bria wrote: > You're right, I needed index.php... but now php does not work!!! Have you run revdep-rebuild, or even simply manually re-emerged PHP after updating Apache? > not sure if all those dir should be empty... > could you please confir

Re: [gentoo-user] apache: Directory index forbidden by Options directive

2007-10-09 Thread Arnau Bria
On Mon, 8 Oct 2007 09:42:20 -0500 Dan Farrell wrote: > On Mon, 8 Oct 2007 16:27:16 +0200 > Arnau Bria <[EMAIL PROTECTED]> wrote: > PHP should get working fine though, have no fear. Yesterday, after a reboot, apache & php start working. I did not check, but I'm pretty

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

2012-11-30 Thread William Kenworthy
ok, major update time and I am again in a bind with the threads use flag. PHP wants it, or doesnt and so does/doesnt apache and they wont play nice. So if I have to go back and rebuild a whole lot of stuff one way or the other which should it be? - +threads for both, neither, one enabled ... no

Re: [gentoo-user] mysql support in php with out emerging mysql?

2006-02-07 Thread Francesco Riosa
Jean Blignaut wrote: > > Is it possible to install php (any other packages for that matter) > with mysql support but never install mysql on the machine only use > remote mysql? > Sorry, it's not unless you manually download the pre-compiled libraries and headers from M

[gentoo-user] [OT] recomendations for web stats in php

2005-08-06 Thread Mauro Faccenda
Hi all, I have an customer that has a website hosted in a chrooted environment and want a stats page (hits, origin, etc...) I have access to the apache logs but I don't have a shell access, so I was thinking if there is any php script that reads the log file and plots a nice web page with

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

2006-03-22 Thread Alexander Skwar
Alexander Skwar 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 >&g

Re: [gentoo-user] drupal / php

2006-04-19 Thread Manuel McLure
> On Mon, Apr 17, 2006 at 05:25:57PM +0100, Uwe Thiem wrote: > I can't remember setting anything special, mysql or postgesql support in > php is required to get anything useful. I didn't use the drupal package > from gentoo, because it doesn't match the latest bu

Re: [gentoo-user] apache/php: chroot?

2006-07-24 Thread Alex
Hi, On Sun, Jul 23, 2006 at 06:16:23PM +0200, Jarry wrote: > Hi, > > Recently I installed bind, which supports chrooting > "right of the box". Very nice feature, I was positively > surprised... > > Now my question is: does apache/php support chrooting too? >

Re: [gentoo-user] php-mxl

2006-09-07 Thread Arnau Bria
On Thu, 7 Sep 2006 11:02:39 +0100 Neil Bothwick wrote: > On Thu, 7 Sep 2006 11:21:47 +0200, Arnau Bria wrote: > > > you're right. At the end of php compilation, a little notice > > informas about that... I must install enotice! > > enotice is no longer needed, porta

Re: [gentoo-user] xorg-server / apache

2017-02-04 Thread Michael Orlitzky
On 02/04/2017 01:25 PM, the...@sys-concept.com wrote: > > Do I need to block php-5.6.30 nagios-core-4.2.4 nagios-4.2.4 as well? > You probably don't nee to mask PHP, but you will need to mask nagios-4.x. Be warned, though: as soon as some unrelated package gets a keyword upda

[gentoo-user] Re: MythWeb on Gentoo?

2009-05-10 Thread Mark Knecht
e copied the mythweb.conf to the apache2/modules.d directory. > However that stops apache from even restarting as it starts > complaining about all the lines that have 'php_value' in them. > >   Anyway, I suspect this is pretty straight forward to do once you > understand

Re: [gentoo-user] ImageMagick

2011-11-27 Thread Dale
ckNet <http://www.imagemagick.org/script/api.php#dot-net> (.NET), PascalMagick <http://www.imagemagick.org/script/api.php#pascal> (Pascal), PerlMagick <http://www.imagemagick.org/script/api.php#perl> (Perl), MagickWand for PHP <http://www.imagemagick.org/script/api.php#php

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

2012-01-02 Thread Michael Mol
gt;> To me it's pretty straight forward, but I'm also not bothered at all >>> by the idea that emerge package and emerge -u package do the same >>> thing. A machine that doesn't have a package, when updated, should >>> have the package and it should (I

[gentoo-user] emerge question

2005-07-05 Thread mbeltran
hi I want to emerge PHP to my box, a 2.6.11-gentoo-r11 but a want to emerge it without x11 support. When I type emerge -p -v php I got this message: These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N] x11-base/opengl-update-2.2.1 38 kB [ebuild

Re: [gentoo-user] emerge question

2005-07-05 Thread Edward Catmur
You need to set -qt, not -kde. On Tue, 2005-07-05 at 17:27 -0600, [EMAIL PROTECTED] wrote: > hi > > I want to emerge PHP to my box, a 2.6.11-gentoo-r11 but a want to emerge it > without x11 support. When I type emerge -p -v php I got this message: > > These are the packages

Re: [gentoo-user] BS dependencies?

2006-02-26 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Boyd Stephen Smith Jr. wrote: >On Sunday 26 February 2006 04:21, gentuxx <[EMAIL PROTECTED]> wrote about >'[gentoo-user] BS dependencies?': > >>Why in the world to I need Apache, php(4), and a whole host of other >

Re: [gentoo-user] Problem with php_value in apache

2011-09-19 Thread Alan McKinnon
On Mon, 19 Sep 2011 16:16:53 -0300 Naira Kaieski wrote: > Hi, > > Since my last gentoo update, my directives php_value and > php_admin_value in Apache configuration file don't work. > > I has > > www-servers/apache-2.2.20 [2.2.17] > dev-lang/php-5.3.8 [5.3.6] &

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

2006-12-07 Thread Daniel Iliev
Michael Crute wrote: > On 12/6/06, Grant <[EMAIL PROTECTED]> wrote: >> I am using perl and I'd rather not install and maintain PHP just so I >> can use Squirrelmail. It sounds like I may need to though. Does >> anyone prefer another webmail client to Squirrelmail

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-07 Thread Hans-Werner Hilse
as thinking if there is any > php script that reads the log file and plots a nice web page with those > stats. > > Or can anyone suggest another solution? Hm, I don't think using a simple php script would work very reliably. Parsing the log files can become a heavy task depending o

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

2005-11-24 Thread Harry Putnam
. Starting rebuild... emerge --oneshot =app-text/openjade-1.3.2-r1 =dev-php/mod_php-4.4.0 =dev-php/php-4.4.0 =kd e-base/kdegraphics-3.4.1-r1 =media-gfx/imagemagick-6.2.5.4 =media-libs/imlib-1.9.14-r3 =med ia-libs/libdv-0.102 =media-video/avifile-0.7.41.20041001-r1 =media-video

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

2006-05-31 Thread Hans-Werner Hilse
Hi, On Wed, 31 May 2006 08:29:49 -0400 "Timothy A. Holmes" <[EMAIL PROTECTED]> wrote: > Raymond - the dev-lang/php use flag is there to pull in the PHP stuff > as BASE requires it. What makes you think there's a) a slash-notation in USE flags b) this specific USE

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

2014-03-02 Thread Mick
From what Nilesh has said it must be that owncloud is using something like SabreDAV or some such php webDAV extension to implement webDAV through php alone. In this case skip my suggestions because you will need to walk through the owncloud set up instead. Your owncloud website can be set up as a v

[gentoo-user] poppler-0.32.0 - error

2015-09-05 Thread thelma
86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /var/spool/fax/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-activ

Re: [gentoo-user] Bad thing? bug?

2005-06-07 Thread Sami Samhuri
* On Tue Jun-07-2005 at 07:22:53 PM -0700, Jonathan Nichols said: > QA Notice: ECLASS 'libtool' inherited illegally in dev-php/php-4.3.11 > > ... just noticed that this evening. > > I didn't see a forum post nor a bug report.. is it something to even be > conce

Re: [gentoo-user] Can't get PHP to work with Apache2

2005-06-18 Thread fire-eyes
On Sat, 2005-06-18 at 13:24 -0400, Michael Haan wrote: > Apache2 is trying to download php files, not run them. What gives? You need to set the types up in apache's config. I haven't done this in a while so I don't quite remember. That and the way apache is configured in

[gentoo-user] PEAR::Net_Socket problem

2007-09-27 Thread Stefán István
Hello! I try to install the egroupware web application, but for the imap (FeLaMiMail) support it needs PEAR::Net_Socket php extension. First I had installed is with portage, but egroupware still complained about it, then I tried to install it with the pear command, but egroupware still doesn&#

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

2005-11-08 Thread Michael Shaw
A. Khattri wrote: On Tue, 8 Nov 2005, 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. Not true - maybe your terminal doesn't do color or you have it sw

Re: [gentoo-user] PHP trouble

2005-12-26 Thread Robin
gt; it initializes mod_php but it can not open .php files. in > /etc/conf/apache2 the option -D PHP4 is setted > > what more should I do ? > > thanks, Allan > -- > An application asked: > "Requeires Windows 9x, NT4 or better", > so I´ve installed Linux >

Re: [gentoo-user] system time 6-hr. ahead

2013-05-10 Thread Joseph
On 05/10/13 23:00, Manuel McLure wrote: For PHP you need to set the date.timezone variable in the php.ini file - that should fix things. For asterisk I have no clue. When I set in: /etc/conf.d/hwclock clock="UTC" my server php and asterisk reporting correct clock setting by on

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

2023-08-28 Thread Matt Connell
On Mon, 2023-08-28 at 15:04 +0200, Arve Barsnes wrote: > dev-lang/php:7.4 is also masked, so I assume this is due to be  > removed soon. 7.X is EOL upstream as of 9 months ago, hence the mask. It was acknowledged in the mask commit that we would lose access to some other packages because o

Re: [gentoo-user] Apache2 + PHP5 problem

2008-05-21 Thread Mateusz A. Mierzwiński
otice] child pid 2611 exit signal Segmentation fault (11) After unloading PHP5 modules (moving 70_php5_mod) and restarting Apache everything is OK but... without PHP. What's up. This is PHP build flags: [ebuild R ] dev-lang/php-5.2.6_rc4 USE="apache2 berkdb bzip2 cgi cli crypt ft

Re: [gentoo-user] OT: phpmyadmin

2006-02-16 Thread Ernie Schroder
On Thursday 16 February 2006 08:11, a tiny voice compelled Thomas T. Veldhouse to write: > Ernie Schroder wrote: > >I am just starting to play with php and mysql. I've got mysql working and > > can log into root accounts using a password. php scripts work on > >http://lo

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

2006-05-31 Thread Raymond Lewis Rebbeck
ere -- > that's simple. And I would like to take out all the unused use flags > and replace them with a basic set - -this is where I have gotten into > trouble before on the other systems -- I can edit them in make.conf so I > have what I want - right now it looks like I will be

Re: [gentoo-user] Skipping static libraries

2008-03-15 Thread Enrico Weigelt
easoning for wanting to do this? a) saving space / skipping unused stuff b) preventing accidential static linking. While working on PHP and IMAP c-client, I discovered a broken libc-client.so* installation (turned out that just a symlink was missing). PHP always tried to build in the static library (s

Re: [gentoo-user] A networking question...

2009-05-08 Thread Mick
est you can run a second instance by reading section >> 5 here (but I'm not sure you need to do that anyway): >> >> http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml > > That's all helpful material - suggesting, at least, that there's no neat > gentoo-sp

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

2012-01-02 Thread Mark Knecht
do the same >> thing. A machine that doesn't have a package, when updated, should >> have the package and it should (IMO) be in world, but that's just me. > > > Fine for your home PC, doesn't cut it on servers. I have the following in > one of my world fi

Re: [gentoo-user] Re: OT: tool for reading /etc/conf.d/net?

2010-07-11 Thread Mateusz Arkadiusz Mierzwinski
Fastest way - dump into PHP, use some explodes and regexps. Most secured - App i C++ or C. Balanced Way - JAVA app :) W dniu 11 lipca 2010 11:46 użytkownik Mateusz Arkadiusz Mierzwinski < mateuszmierzwin...@gmail.com> napisał: > Wrote one in C,C++, Bash, Java or even PHP CLI ??

Re: [gentoo-user] can't upgrade Gentoo

2011-09-01 Thread Edward Martinez
On 09/01/11 08:35, Paul Hartman wrote: On Wed, Aug 31, 2011 at 9:44 PM, Edward Martinez wrote: !!! The ebuild selected to satisfy "dev-lang/php[cli,mysql,xml,session,sockets]" has unmet requirements. - dev-lang/php-5.3.8::gentoo USE="berkdb bzip2 cli crypt ctype curl exif

Re: [gentoo-user] PHP upgrade breaks Squirrelmail

2006-01-30 Thread Dan Johansson
line 842 > > Did 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 -

[gentoo-user] Re: Way OT - Can user apache become other users?

2006-04-14 Thread Michael Sullivan
ir > Linux usernames and passwords. I"ve written to a couple of PHP lists > about this, but none of them have answered me. Is there anything in > portage that will do this, so I don't have to write it myself? I've > waded through a lot of descriptions of scripts other pe

[gentoo-user] how to check dependencies for sloted apps?

2006-05-17 Thread Martins Steinbergs
version to search for with 'equery depends' if this is suported? qdepends gives me this output, I cant understand is this broken or both versions are needed by php, xorg and kmail? mar martins # qdepends -Q gtkhtml-1.1.10-r1 depends: i'm such a fatty, could not eat_file(/var/

Re: [gentoo-user] libmysqlclient.so.15

2006-08-29 Thread cedric de crozant
.15.0 /usr/lib/libmysqlclient_r.so.15.0.0 /usr/lib/mysql/libmysqlclient_r.so /usr/lib/mysql/libmysqlclient_r.so.15 /usr/lib/mysql/libmysqlclient_r.so.15.0.0 /usr/lib/mysql/libmysqlclient_r.a /usr/lib/mysql/libmysqlclient_r.la Why can't php simply use this libmysqlclient_r.so.15 ??? On Aug 29,

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

2014-03-02 Thread Nilesh Govindrajan
t; > though.) > > WebDAV through apache is only one way of achieving a webDAV protocol > implementation. From what Nilesh has said it must be that owncloud is > using > something like SabreDAV or some such php webDAV extension to implement > webDAV > through php alone. I

Re: [gentoo-user] Kernel config thingy, "make menuconfig"

2022-01-16 Thread Wol
ll let you make notes ... Cheers, Wol Got it installed, got apache to work as well.  Thing is, it does .php pages and my web browsers don't open .php files.  It just wants to download them.  I'm not sure how to fix that, yet.  I'm making progress tho. Quick google - have you insta

Re: [gentoo-user] packages/All - how to create ?

2008-10-30 Thread András Csányi
t 4096 2008-10-30 10:22 All drwx-- 2 root root 4096 2008-10-30 10:13 dev-lang drwx-- 2 root root 4096 2008-10-22 17:14 games-simulation drwx-- 2 root root 4096 2008-10-30 10:13 www-servers ./All: total 11164 -rw--- 1 root root 6 2008-10-30 10:22 cvs-1.12.12-r4.tbz2 -rw--- 1 root

[gentoo-user] trouble emerging x11-libs/gtk+

2010-09-27 Thread Laurent Kappler
@eula" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=k8" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /var/bind" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/

[gentoo-user] apache-2.4.20 update doesn't like includes directive

2016-05-21 Thread Mick
ncies ... [ ok ] * apache2 has detected an error in your setup: apache2: Syntax error on line 153 of /etc/apache2/httpd.conf: Syntax error on line 7 of /etc/apache2/modules.d/70_mod_php.conf: Syntax error on line 2 of /var/lib/eselect-php/mod_php.conf: Cannot

[gentoo-user] Re: problem emerging libsoup 2.29.91

2010-07-01 Thread Nicolas Sebrecht
On Mon, Mar 15, 2010 at 04:22:52AM -0400, cov...@ccs.covici.com wrote: > > Hi. On my latest update I cannot emerge libsoup -- I did a google > search, but I cannot find anything relevant -- this is what I get: > > checking for Apache PHP module... yes > checking for xmlrpc

[gentoo-user] [OT] Running two apaches and MySQLs on the same server

2009-05-28 Thread Mick
Hi All, I am considering running an ecommerce website (php+mysql) on a server which is already running apache (with a number of virtual hosts) and a couple of php+mysql driven websites. The ecommerce website is meant to be used to process customer payments. I have not looked into setting up

Re: [gentoo-user] ctype USE and php

2007-03-12 Thread Arnau Bria
On Mon, 12 Mar 2007 15:32:38 + Neil Bothwick wrote: > On Mon, 12 Mar 2007 15:38:08 +0100, Arnau Bria wrote: [...] > > Between all use, you can find -ctype. > > > > So, why is portage not taking in consideration that use? > > Did you emerge php after adding c

Re: [gentoo-user] PHP won't execute

2011-01-14 Thread Michael Sullivan
On Fri, 2011-01-14 at 22:37 -0500, Mark Shields wrote: > > > > > It's no problem. Gmail realized you had already sent the same message > and collapsed the whole reply as "quoted text" :) > > > Try running this: &

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

2007-01-09 Thread Neil Bothwick
On Tue, 9 Jan 2007 08:49:16 -0500, John covici wrote: > I am having trouble unmasking a php4 ebuild. I have in my > /etc/portage/package.keywords the following line > dev-lang/php-4.4.4-r8 ~x86 > but emerge still complains about the package being masked. What am I > doing wr

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

2007-01-09 Thread Neil Bothwick
On Tue, 9 Jan 2007 10:09:46 -0500, Mark Shields wrote: > "=dev-lang/php-4.4.4-r8 ~x86" is excessive. "=dev-lang/php-4.4.4-r8" is > all that is needed for the package.keywords file. You are assuming that make.conf contains ACCEPT_KEYWORDS="x86", this may not

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

2006-01-24 Thread Manuel McLure
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/func

Re: [gentoo-user] Re: PHP upgrade breaks Squirrelmail

2006-02-01 Thread Dan Johansson
On Wednesday 01 February 2006 00.28, Harm Geerts wrote: > On Tuesday 31 January 2006 20:11, Dan Johansson wrote: > > I'm now going to look into the ebuild to see why PHP5 builds the cli and > > apache2 parts differently. > > Could it be you forgot to restart apache aft

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-07 Thread Oscar Carlsson
> logs but I don't have a shell access, so I was thinking if there is any > php script that reads the log file and plots a nice web page with those > stats. > > Or can anyone suggest another solution? > > > Thanks in advance, ans sorry for the off-topic > > []

Re: [gentoo-user] php database character set

2014-05-25 Thread Michael Orlitzky
: > show create database $temp; > > I'm getting an error message. > Oh, lose the dollar sign. It's common to prepend a dollar sign to a name to signify that it's a variable. It borrows from shell, perl, PHP, etc. which all do something similar for variables. It's ug

[gentoo-user] OT - Sent messages not being saved in Sent Items folder

2007-06-13 Thread Michael Sullivan
tdown /usr/share/X11/xkb /usr/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php4/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php4/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php4/ext-active/ /etc/php/cli-php5/e

Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Nick Rout
=> `laby_1.0.1.tar.gz.1' Resolving laby.toybox.de... 212.227.43.232 Connecting to laby.toybox.de[212.227.43.232]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://laby.toybox.de/download2.php?fileid=15 [following] --17:10:56-- http://laby.toybox.de/download2.php

Re: [gentoo-user] poppler-0.32.0 - error

2015-09-05 Thread Alan McKinnon
FLAGS="-march=native -O2 -pipe" > CHOST="x86_64-pc-linux-gnu" > CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/easy-rsa > /usr/share/gnupg/qualified.txt /var/spool/fax/etc" > CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d &g

Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote: > If I USE -mysql the PHP won't have support for mysql ? Precisely. If sqlite is not enough and you need mysql, then yiou will have to uninstall qmail and install ssmtp instead. Or file a bug in Gentoo's bugzilla against mysql, that it should be able to co

[gentoo-user] Re: Which network monitoring?

2011-04-04 Thread James
Pandu Poluan poluan.info> writes: > Can you recommend a suitable monitoring system for Gentoo? www.JFFNMS.org "Being written in PHP, JFFNMS can be customized to suit different pieces of equipment. Basically if the device has something interesting to monitor via SNMP either a

Re: [gentoo-user] PHP won't execute

2011-01-14 Thread Mick
erything it suggested. > No change. :-( In that case the problem may not be php related? I seem to remember that a couple of years ago apache2 changed its vhost configuration files. I can't recall anymore what these changes were and of course I don't know if your problem is in an

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

2012-11-30 Thread Kevin Brandstatter
I would suggest using threads -Kevin B On Fri, Nov 30, 2012 at 4:35 PM, William Kenworthy wrote: > ok, major update time and I am again in a bind with the threads use > flag. > > PHP wants it, or doesnt and so does/doesnt apache and they wont play > nice. So if I have to go bac

Re: [gentoo-user] -nls

2006-03-13 Thread kashani
Jim wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 163381024 kashani <[EMAIL PROTECTED]> wrote: Jim wrote: Has anyone gotten burned by turning off Native Language Support? The only thing I've ever run into on the server side that wanted it was the Horde framework requi

[gentoo-user] unexpected php5 upgrade

2006-04-15 Thread henkg
Last week emerge wanted to update to php-5.1.2, maybe because of the mhpmyadmin update or the phptoolkit update. However after that my drupal 4.6.6 installation didn't work any more. The files were processed by php, but the site looked completely useless. My phpnuke site looked normal at

<    3   4   5   6   7   8   9   10   11   12   >