Re: 9.1 php5 port broken

2012-07-20 Thread Fbsd8
Chris Rees wrote: On 20 July 2012 14:47, Fbsd8 wrote: Script started on Fri Jul 20 09:25:23 2012 # /usr/ports/lang/php5 >make config # /usr/ports/lang/php5 >make install clean ===> php5-5.4.4 depends on file: /usr/local/sbin/apxs - found ===> php5-5.4.4 depends on file: /usr/local/bin/auto

Re: 9.1 php5 port broken

2012-07-20 Thread Chris Rees
On 20 July 2012 14:47, Fbsd8 wrote: > Script started on Fri Jul 20 09:25:23 2012 > > # /usr/ports/lang/php5 >make config > # /usr/ports/lang/php5 >make install clean > ===> php5-5.4.4 depends on file: /usr/local/sbin/apxs - found > ===> php5-5.4.4 depends on file: /usr/local/bin/autoconf-2.69

9.1 php5 port broken

2012-07-20 Thread Fbsd8
Script started on Fri Jul 20 09:25:23 2012 # /usr/ports/lang/php5 >make config # /usr/ports/lang/php5 >make install clean ===> php5-5.4.4 depends on file: /usr/local/sbin/apxs - found ===> php5-5.4.4 depends on file: /usr/local/bin/autoconf-2.69 - found ===> php5-5.4.4 depends on executable

Re: SV: php5 port seems broken

2012-01-25 Thread Tim Dunphy
bsd.org Sent: Monday, January 23, 2012 6:24:36 AM Subject: SV: php5 port seems broken -Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Tim Kellers Sendt: den 23 januari 2012 02:04 Til: freebsd-questions@freebsd.org Emne:

SV: php5 port seems broken

2012-01-23 Thread Hasse Hansson
-Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Tim Kellers Sendt: den 23 januari 2012 02:04 Til: freebsd-questions@freebsd.org Emne: Re: php5 port seems broken On 1/22/12 7:50 PM, Tim Dunphy wrote: > Hello ag

Re: php5 port seems broken

2012-01-23 Thread Michael Powell
Tim Kellers wrote: > On 1/22/12 5:35 PM, Tim Dunphy wrote: >> Hello list, >> >> I'm attempting to install php5 from my ports tree. I've attempted the >> latest version ( 5.3.9 located in /usr/ports/lang/php5) and the 'latest >> stable' (5.2.17 located in /usr/ports/lang/php52). The result is

Re: php5 port seems broken

2012-01-22 Thread Tim Dunphy
-questions@freebsd.org Sent: Sunday, January 22, 2012 8:03:44 PM Subject: Re: php5 port seems broken On 1/22/12 7:50 PM, Tim Dunphy wrote: > Hello again, > > Thanks for your input. Before attempting to install php on this machine I > updated my ports tree with csvsup. But following the

Re: php5 port seems broken

2012-01-22 Thread Tim Kellers
I am hitting: I checked to see that in my main apache config file (httpd.conf) I have this line: LoadModule php5_modulelibexec/apache22/libphp5.so And of course I've restarted apache after installing the php5 port. :) And since apache isn't even recognizing php at this point h

Re: php5 port seems broken

2012-01-22 Thread Da Rock
I am hitting: I checked to see that in my main apache config file (httpd.conf) I have this line: LoadModule php5_modulelibexec/apache22/libphp5.so And of course I've restarted apache after installing the php5 port. :) And since apache isn't even recognizing php at this point h

Re: php5 port seems broken

2012-01-22 Thread Tim Dunphy
at in my main apache config file (httpd.conf) I have this line: LoadModule php5_modulelibexec/apache22/libphp5.so And of course I've restarted apache after installing the php5 port. :) And since apache isn't even recognizing php at this point hitting the test page does not generat

Re: php5 port seems broken

2012-01-22 Thread RW
On Sun, 22 Jan 2012 18:01:29 -0500 Tim Kellers wrote: > On 1/22/12 5:35 PM, Tim Dunphy wrote: > > Hello list, > > > > I'm attempting to install php5 from my ports tree. I've attempted > > the latest version ( 5.3.9 located in /usr/ports/lang/php5) and the > > 'latest stable' (5.2.17 located in /

Re: php5 port seems broken

2012-01-22 Thread Tim Kellers
On 1/22/12 5:35 PM, Tim Dunphy wrote: Hello list, I'm attempting to install php5 from my ports tree. I've attempted the latest version ( 5.3.9 located in /usr/ports/lang/php5) and the 'latest stable' (5.2.17 located in /usr/ports/lang/php52). The result is pretty much the same: [root@LBSD2:

php5 port seems broken

2012-01-22 Thread Tim Dunphy
Hello list, I'm attempting to install php5 from my ports tree. I've attempted the latest version ( 5.3.9 located in /usr/ports/lang/php5) and the 'latest stable' (5.2.17 located in /usr/ports/lang/php52). The result is pretty much the same: [root@LBSD2:/usr/ports/lang/php5] #make install ===>

8.0 release php5 port not working

2009-11-27 Thread Fbsd1
Have a clean install of 8.0 and trying to do cvs make install of port php5 just to turn on apache module. The php5 make install is complaining that autoconf262, pkg-config and libxml2 as non-existent -- dependency list incomplete. I installed these as packages and they show up in pkg_info. Only

Re: lang/php5 port

2008-12-17 Thread Tom Worster
On 12/17/08 1:05 PM, "Matthew Seaman" wrote: > Tom Worster wrote: > >> i'm certainly not smart enough to know what might be a better way to design >> ports like php. but one thing seems odd to me. i ended up with dozens of >> ports installed that appeared to use nothing but the same php-5.2.8.ta

Re: lang/php5 port

2008-12-17 Thread Matthew Seaman
Tom Worster wrote: i'm certainly not smart enough to know what might be a better way to design ports like php. but one thing seems odd to me. i ended up with dozens of ports installed that appeared to use nothing but the same php-5.2.8.tar.bz2 distfile. relative to what i'm used to with php (i.e

Re: lang/php5 port

2008-12-17 Thread Paul Schmehl
--On Wednesday, December 17, 2008 11:25:02 -0500 Tom Worster wrote: If you're maintaining your own workstation, that might be an educational experience. If you're maintaining servers, that could cause an outage while you try to remember what your edits were. one has to remember the port's c

Re: lang/php5 port

2008-12-17 Thread Tom Worster
On 12/17/08 10:34 AM, "Paul Schmehl" wrote: > --On Wednesday, December 17, 2008 08:18:47 +0100 Mel > wrote: >> >> ... >> Though a lot of things can be handled by: >> 1) environment variables (temporary) >> 2) /etc/make.conf (permanent) >> 3) Makefile.local (permanent, inclusion is at bsd.port.pr

Re: lang/php5 port

2008-12-17 Thread Paul Schmehl
--On Wednesday, December 17, 2008 08:18:47 +0100 Mel wrote: On Wednesday 17 December 2008 04:33:51 Paul Schmehl wrote: --On December 16, 2008 7:33:31 PM -0600 Steve Bertrand wrote: > One of the reasons I've had to edit Makefile manually was because a > client needed JPEG support. > > At the

Re: lang/php5 port

2008-12-16 Thread Mel
On Wednesday 17 December 2008 05:16:34 Tom Worster wrote: > On 12/16/08 8:33 PM, "Steve Bertrand" wrote: > > One of the reasons I've had to edit Makefile manually was because a > > client needed JPEG support. > > > > At the time, `make config' didn't provide that option. > > > > You make a couple

Re: lang/php5 port

2008-12-16 Thread Mel
On Wednesday 17 December 2008 04:33:51 Paul Schmehl wrote: > --On December 16, 2008 7:33:31 PM -0600 Steve Bertrand > > wrote: > > One of the reasons I've had to edit Makefile manually was because a > > client needed JPEG support. > > > > At the time, `make config' didn't provide that option. > >

Re: lang/php5 port

2008-12-16 Thread Paul Schmehl
--On December 16, 2008 10:09:03 PM -0600 Tom Worster wrote: On 12/16/08 8:10 PM, "Amitabh Kant" wrote: install the options from lang/php5-extensions . Gives you tons of options for php5. thanks for the pointer. i think i found everything i needed in there. i'm not sure how i feel about

Re: lang/php5 port

2008-12-16 Thread Tom Worster
On 12/16/08 8:33 PM, "Steve Bertrand" wrote: > One of the reasons I've had to edit Makefile manually was because a > client needed JPEG support. > > At the time, `make config' didn't provide that option. > > You make a couple of valuable points however. It would be easier if the > OP's demands

Re: lang/php5 port

2008-12-16 Thread Tom Worster
On 12/16/08 8:10 PM, "Amitabh Kant" wrote: > install the options from lang/php5-extensions . Gives you tons of > options for php5. thanks for the pointer. i think i found everything i needed in there. i'm not sure how i feel about having 55 more ports installed than i would have if i'd install

Re: lang/php5 port

2008-12-16 Thread Paul Schmehl
--On December 16, 2008 7:33:31 PM -0600 Steve Bertrand wrote: One of the reasons I've had to edit Makefile manually was because a client needed JPEG support. At the time, `make config' didn't provide that option. You should *never* need to edit a Makefile in a port. (Well, extremely rarel

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Paul Schmehl wrote: > --On December 16, 2008 7:33:31 PM -0600 Steve Bertrand > wrote: >> >> One of the reasons I've had to edit Makefile manually was because a >> client needed JPEG support. >> >> At the time, `make config' didn't provide that option. >> > > You should *never* need to edit a Make

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Brett Davidson wrote: > Steve Bertrand wrote: >> Brett Davidson wrote: >>> Run make config on the php port to see if any configuration options you >>> need are mentioned there. >>> I normally utlise the php-extensions port - run make config in there for >>> options. >>> >> >> One of the reaso

Re: lang/php5 port

2008-12-16 Thread Brett Davidson
Steve Bertrand wrote: Brett Davidson wrote: Tom Worster wrote: is there any documentation or a helpful website for how to use ports to install php5? i'm used to compiling it with a pretty long configuration command for all the optional bits i need, e.g. --with-dom --with-dom-xslt -

Re: lang/php5 port

2008-12-16 Thread Amitabh Kant
install the options from lang/php5-extensions . Gives you tons of options for php5. Amitabh On Wed, Dec 17, 2008 at 5:53 AM, Tom Worster wrote: > is there any documentation or a helpful website for how to use ports to > install php5? > > i'm used to compiling it with a pretty long configuration

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Brett Davidson wrote: > >> Tom Worster wrote: >> >>> is there any documentation or a helpful website for how to use ports to >>> install php5? >>> >>> i'm used to compiling it with a pretty long configuration command for >>> all >>> the optional bits i need, e.g. --with-dom --with-dom-xslt --ena

Re: lang/php5 port

2008-12-16 Thread Brett Davidson
Tom Worster wrote: is there any documentation or a helpful website for how to use ports to install php5? i'm used to compiling it with a pretty long configuration command for all the optional bits i need, e.g. --with-dom --with-dom-xslt --enable-dom --with-pear --with-gd etc. etc. on and on

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Tom Worster wrote: > is there any documentation or a helpful website for how to use ports to > install php5? > > i'm used to compiling it with a pretty long configuration command for all > the optional bits i need, e.g. --with-dom --with-dom-xslt --enable-dom > --with-pear --with-gd etc. etc. on a

lang/php5 port

2008-12-16 Thread Tom Worster
is there any documentation or a helpful website for how to use ports to install php5? i'm used to compiling it with a pretty long configuration command for all the optional bits i need, e.g. --with-dom --with-dom-xslt --enable-dom --with-pear --with-gd etc. etc. on and on. i'm unclear how these o

Re: lang/php5 port present no options within sysinstall

2007-07-18 Thread Balin Hansen
I figured out that doing "make config" in /usr/ports/lang/php5 would bring up the screen the handbook was referring to. I'm guessing perhaps that somehow sysinstall sets that configuration for me automatically. eg: when I install apache web server I would assume that sysinstally would set the opti

Re: lang/php5 port present no options within sysinstall

2007-07-17 Thread Lowell Gilbert
"Balin Hansen" <[EMAIL PROTECTED]> writes: > According to your handbook under the Apache HTTP Server section sysinstall > is supposed to present me with an OPTIONS menu when I try to install > lang/php5 but it never has and I've been pulling my hair out > trying reinstall from scratch, etc. I noti

lang/php5 port present no options within sysinstall

2007-07-17 Thread Balin Hansen
According to your handbook under the Apache HTTP Server section sysinstall is supposed to present me with an OPTIONS menu when I try to install lang/php5 but it never has and I've been pulling my hair out trying reinstall from scratch, etc. I noticed that I can build php from /usr/ports/lang/php5

Re: Php5 port and Apache Module

2007-06-10 Thread Christopher Hilton
Miroslav Lachman wrote: I guess that mod_php5 depends on Apache and maintainer don't want this big dependency. The second is - if it will depends on Apache of some version (eg. 1.3) it will be broken with another version (2.0 and 2.2). It apply for binary packages. If somebody is compiling por

Re: Php5 port and Apache Module

2007-06-10 Thread Ian Smith
On Sun, 10 Jun 2007, Matthew Seaman wrote: > Ian Smith wrote: > > > Anyway, water under the bridge; phpMyAdmin 2.9.1 works fine, and I soon > > have another big upgrade to do (patiently awaiting xorg 7 packages :) > > I take it you are aware of: > > http://www.phpmyadmin.net/home_page/se

Re: Php5 port and Apache Module

2007-06-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian Smith wrote: > Anyway, water under the bridge; phpMyAdmin 2.9.1 works fine, and I soon > have another big upgrade to do (patiently awaiting xorg 7 packages :) I take it you are aware of: http://www.phpmyadmin.net/home_page/security.php?issue=P

Re: Php5 port and Apache Module

2007-06-10 Thread Ian Smith
could find first. At the time, after a couple of days' struggle, I relented and went with php5, and after the aforementioned making config then installing the php5 port, all was plain sailing. As I recall it may have been a dependency of phpMyAdmin, pecl-pdflib, that kept insisting on php5? Anyway,

Re: Php5 port and Apache Module

2007-06-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian Smith wrote: > Around 6.0 may have been the timeline for this change, but it affected > users of 5.4 and 5.5 too; one 5.5-STABLE here. I ran into this updating > phpMyAdmin last year, which also enforced upgrading from php4 to php5 - > unnecess

Re: Php5 port and Apache Module

2007-06-10 Thread Ian Smith
On Sat, 09 Jun 2007 21:45:03 -0400 Christopher Hilton <[EMAIL PROTECTED]> wrote: > Jonathan Horne wrote: > >> Bob wrote: > >>> The php4 & php5 port apache module used to be default before FBSD 6.0. Around 6.0 may have been the timeline for this change, but it

Re: Php5 port and Apache Module

2007-06-10 Thread Miroslav Lachman
Christopher Hilton wrote: Jonathan Horne wrote: [...] Everyone seems to be misunderstanding my question. I'm aware of how to build mod_php5. I'm curious about why the default configuration builds php5 as a standalone CLI and CGI rather than as an apache module. I'm assuming that there is s

Re: Php5 port and Apache Module

2007-06-09 Thread Christopher Hilton
Jonathan Horne wrote: Bob wrote: The php4 & php5 port apache module used to be default before FBSD 6.0. Many people before you on this list have wanted the php4/5 apache module turned back on as default but so far the port maintainer has not done anything in any way of justifying removing

Re: Php5 port and Apache Module

2007-06-09 Thread Jonathan Horne
> Bob wrote: >> The php4 & php5 port apache module used to be default before FBSD 6.0. >> Many people before you on this list have wanted the php4/5 apache module >> turned back on as default but so far the port maintainer has not done >> anything >> in any

Re: Php5 port and Apache Module

2007-06-09 Thread Christopher Hilton
Bob wrote: The php4 & php5 port apache module used to be default before FBSD 6.0. Many people before you on this list have wanted the php4/5 apache module turned back on as default but so far the port maintainer has not done anything in any way of justifying removing the apache module from

RE: Php5 port and Apache Module

2007-06-09 Thread Bob
The php4 & php5 port apache module used to be default before FBSD 6.0. Many people before you on this list have wanted the php4/5 apache module turned back on as default but so far the port maintainer has not done anything in any way of justifying removing the apache module from the def

Php5 port and Apache Module

2007-06-09 Thread Christopher Hilton
I can see that if I build the php5 port it defaults to CLI and CGI mode but the Apache module is not built. Am I wrong when I assume that the Apache Module will have the best performance? I guess that I'd just like to understand the engineering decisions behind the default in the p

problem with php5 port & where ports are to look to see if dependants are available

2007-04-28 Thread Bob
The php5 port seems to look in the port dir tree for installed dependants instead of the /ver/db/pkg I have all of php5 dependants preinstalled as packages. I install the dependants for (port named links. Which is a command line browser) as packages and then do the make install clean command in

Re: php5 port

2006-10-18 Thread Bill Moran
In response to Eric <[EMAIL PROTECTED]>: > Nian wrote: > > Hello > > > > I tryed to install your php5-5.1.6_2 recently. It works fine but when > > I run php --version the version is 5.1.2? > > > > matilda# php --version > > PHP 5.1.2 (cli) (built: Mar 16 2006 03:15:52) March 16th isn't very rec

Re: php5 port

2006-10-18 Thread Eric
Nian wrote: Hello I tryed to install your php5-5.1.6_2 recently. It works fine but when I run php --version the version is 5.1.2? matilda# php --version PHP 5.1.2 (cli) (built: Mar 16 2006 03:15:52) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technolog

php5 port

2006-10-18 Thread Nian
Hello I tryed to install your php5-5.1.6_2 recently. It works fine but when I run php --version the version is 5.1.2? matilda# php --version PHP 5.1.2 (cli) (built: Mar 16 2006 03:15:52) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies Thanks

RE: php5 port broken???

2006-05-17 Thread fbsd
The php5 port is broken. The port's distro file contains incorrect size hash's. Delete the ports distro file and do "make config" to get options screen. Only option that should be on is the create apache module option. Then do "make install clean" Since this pro

Re: php5 port broken???

2006-05-17 Thread Richard Collyer
User Gandalf wrote: ===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-5.1.4 => php-5.1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://br.php.net/distributions/. fetch: http://br.php.net/distributions/php-5

php5 port broken???

2006-05-17 Thread User Gandalf
===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-5.1.4 => php-5.1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://br.php.net/distributions/. fetch: http://br.php.net/distributions/php-5.1.4.tar.bz2: size mi

Re: php5 port error

2006-05-16 Thread Pablo Mora
Hi, i am trying to install mod_php5 but it doesnt work either, this is the error: proxy# portinstall mod_php5 [Updating the pkgdb in /var/db/pkg ... - 26 packages found (-1 +0) (...) done] cd: can't cd to /usr/ports/www/mod_php5 ** Port directory not found: www/mod_php5 ** Listing the failed pac

Re: php5 port error

2006-05-16 Thread Miguel
Lowell Gilbert wrote: Miguel <[EMAIL PROTECTED]> writes: Luyt wrote: On Tuesday 16 May 2006 16:00, Ashley Moran wrote: Has anyone installed PHP5 on 6.1 yet? I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 d

Re: php5 port error

2006-05-16 Thread Lowell Gilbert
Miguel <[EMAIL PROTECTED]> writes: > Luyt wrote: > >>On Tuesday 16 May 2006 16:00, Ashley Moran wrote: >> >> >> >>>Has anyone installed PHP5 on 6.1 yet? >>> >>>I've tried fetching a file off a mirror and copying it to >>>/usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to >>>

Re: php5 port error

2006-05-16 Thread Miguel
Luyt wrote: On Tuesday 16 May 2006 16:00, Ashley Moran wrote: Has anyone installed PHP5 on 6.1 yet? I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/" I had a similar error

Re: php5 port error

2006-05-16 Thread Luyt
On Tuesday 16 May 2006 16:00, Ashley Moran wrote: > Has anyone installed PHP5 on 6.1 yet? > > I've tried fetching a file off a mirror and copying it to > /usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to > exist in /usr/ports/distfiles/" I had a similar error. I downloaded

RE: php5 port error

2006-05-16 Thread fbsd
Yes I just went through this this morning. The md5 size count is not correct in the php5 port. See /usr/ports/lang/php5/distro I renamed the distro to distro.org and did "make install clean" and it found source to download. Warning. You have to download a new copy of the php5 p

Re: php5 port error

2006-05-16 Thread Ashley Moran
Has anyone installed PHP5 on 6.1 yet? I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/" Ashley -- "If you do it the stupid way, you will have to do it again" - Gregory Chudnovsky

Re: php5 port error

2006-05-15 Thread Gerard Seibert
fbsd wrote: > After a complete port-all download on fresh 6.1 system the > distro size and md5 specified in the php5 make config files > does not match any of the download sites the port looks at. > > Is this a error in the php5 port??? > ___

php5 port error

2006-05-15 Thread fbsd
After a complete port-all download on fresh 6.1 system the distro size and md5 specified in the php5 make config files does not match any of the download sites the port looks at. Is this a error in the php5 port??? ___ freebsd-questions