Re: multiple versions of pcre needed with pkgs and ports

2012-05-24 Thread Mark Felder
Never mix packages and ports. You would have to be using the EXACT snapshot of ports that the package team used to build the packages for this to be safe. So conclusion: use one or the other, but never both. Things you need to be doing now: 1. Install sysutils/bsdadminscripts and run pkg_lib

multiple versions of pcre needed with pkgs and ports

2012-05-24 Thread Gary Aitken
that, an attempt to make openoffice-3 croaks because xorg and gnome2-lite installed pcre-8.20 and the oo make requires pcre-8.30_2. Deleted packages using pkg_delete -drv pcre-8.20 Reinstalled xorg using pkg_add, which unfortunately reinstalled pcre-8.20. I was expecting it to pick up the

Re: pcre library linking issues

2012-04-19 Thread Warren Block
On Thu, 19 Apr 2012, Aleksandr Miroslav wrote: On Thu, Apr 19, 2012 at 11:28 AM, Lars Eighner wrote: Create a symbolic link in the library so libpcre.so.0 points to libpcre.so.1 Thank you, this worked. It's a temporary measure, so rebuild everything that wants the old library, then remove

Re: pcre library linking issues

2012-04-19 Thread Aleksandr Miroslav
On Thu, Apr 19, 2012 at 11:28 AM, Lars Eighner wrote: > Create a symbolic link in the library so libpcre.so.0 points to > libpcre.so.1 Thank you, this worked. Alex ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: pcre library linking issues

2012-04-19 Thread RW
On Thu, 19 Apr 2012 10:28:43 -0500 (CDT) Lars Eighner wrote: > The old library should have been moved to a compatibility library so > that things that still depended on it could find it. This did not > happen for some reason. Only portupgrade does that by default. It's an option on portmaster,

Re: pcre library linking issues

2012-04-19 Thread John Levine
>libpcre.so.0 => not found (0x0) > >What can I do to fix this in the meantime? It should have saved the old one as /usr/local/lib/compat/pkg/libpcre.so.0. If it's there, try this so your programs can find it: # ldconfig -m /usr/local/lib/compat/pkg If it's not there, go get it from

Re: pcre library linking issues

2012-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/19/12 11:28 AM, Lars Eighner wrote: > On Thu, 19 Apr 2012, Aleksandr Miroslav wrote: > >> I inadvertently updated my PCRE library and in the process broke >> a number of things that depended on the old library. >> &g

Re: pcre library linking issues

2012-04-19 Thread Lars Eighner
On Thu, 19 Apr 2012, Aleksandr Miroslav wrote: I inadvertently updated my PCRE library and in the process broke a number of things that depended on the old library. Not the right answer but works: Create a symbolic link in the library so libpcre.so.0 points to libpcre.so.1 The old library

pcre library linking issues

2012-04-19 Thread Aleksandr Miroslav
I inadvertently updated my PCRE library and in the process broke a number of things that depended on the old library. I now have a number of binaries that look like this: /usr/local/bin$ $ ldd gtester gtester: libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x28090

PCRE

2011-01-28 Thread Carmel
I have used Regexbuddy successfully under Windows. Is there a comparable tool available in the ports system? I have not been able to locate one. Thanks! -- Carmel ✌ carmel...@hotmail.com Disclaimer: off-list followups get on-list replies or get ignored. Ple

Re: php5-filter update fails; possible pcre issue

2010-04-10 Thread David Newman
t just checking: Would uninstalling php5-filter and php5-pcre (if installed) and then proceeding with updating all other php5 ports have the same effect as updating these ports as if they were standalone, as before? dn > > Kieran > > On 10/04/2010 15:39, David Newman wrote: >> 8.0-REL

Re: php5-filter update fails; possible pcre issue

2010-04-10 Thread Kieran Black
er -a' fails to upgrade php5-filter-5.2.12 to php5-filter-5.3.2. Error output below. I would be grateful for clues on a fix. Is this related to the php5-pcre port being moved into core php5? somehost# cd /usr/ports somehost# make search name=php5-pcre Port: devel/php5-pcre Moved: lang/php

php5-filter update fails; possible pcre issue

2010-04-10 Thread David Newman
8.0-RELEASE, amd64 Running 'portmaster -a' fails to upgrade php5-filter-5.2.12 to php5-filter-5.3.2. Error output below. I would be grateful for clues on a fix. Is this related to the php5-pcre port being moved into core php5? somehost# cd /usr/ports somehost# make search name=php5

Re: pcre

2009-06-02 Thread Bill Moran
In response to wcl...@dl1.njit.edu: > I am having problems starting drupal6 on 7.2 freebsd when i try strating > it on apache20 I get a error mesg that read PCRe boot strap If English is your second language, you should look to see if there is a FreeBSD mailing list in your native language

pcre

2009-06-02 Thread wclark
I am having problems starting drupal6 on 7.2 freebsd when i try strating it on apache20 I get a error mesg that read PCRe boot strap ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

RE: php5 pcre

2009-05-16 Thread Michael Powell
Mark wrote: > -Original Message- > From: Mel Flynn [mailto:mel.flynn+fbsd.questi...@mailing.thruhere.net] > Sent: zaterdag 16 mei 2009 11:59 > To: freebsd-questions@freebsd.org > Cc: Mark > Subject: Re: php5 pcre > > >> I thought I was the only one this ha

RE: php5 pcre

2009-05-16 Thread Mark
-Original Message- From: Mel Flynn [mailto:mel.flynn+fbsd.questi...@mailing.thruhere.net] Sent: zaterdag 16 mei 2009 11:59 To: freebsd-questions@freebsd.org Cc: Mark Subject: Re: php5 pcre > I thought I was the only one this had happened to. :) In my case I > resolved it by goin

Re: php5 pcre

2009-05-16 Thread Mel Flynn
On Friday 15 May 2009 11:13:41 Mark wrote: > -Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Gorbatovsky > Dmitry Sent: vrijdag 15 mei 2009 11:04 > To: freebsd-questions@freebsd.org > Subj

RE: php5 pcre

2009-05-15 Thread Mark
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Gorbatovsky Dmitry Sent: vrijdag 15 mei 2009 11:04 To: freebsd-questions@freebsd.org Subject: Re: php5 pcre > When I run make config I see selected PCRE and

Re: php5 pcre

2009-05-15 Thread Gorbatovsky Dmitry
Saifi Khan wrote: On Thu, 14 May 2009, gdn wrote: Hi all! I'm using on CURRENT apache22 with php5. When I install php5-extensions, all packages make fine. But module "pcre" not work. ---

Re: php5 pcre

2009-05-14 Thread Saifi Khan
On Thu, 14 May 2009, gdn wrote: > Hi all! > > I'm using on CURRENT apache22 with php5. > When I install php5-extensions, all packages make fine. > But module "pcre" not work. > ---

Re: updating php5-pcre

2008-12-12 Thread David Newman
On 12/12/08 1:08 AM, Mike Clarke wrote: > As of php 5.2.7, pcre extension is distributed with the core php5 > package, and not as a standalone module anymore." Thanks much. So, I can safely deinstall the php5-pcre port? dn ___ freebs

Re: updating php5-pcre

2008-12-12 Thread Mike Clarke
On Friday 12 December 2008, David Newman wrote: > 7.0-RELEASE-p6 / i386 > > Using portmaster to update the php5-pcre port returns this error: > > Cannot find config.m4. > Make sure that you run '/usr/local/bin/phpize' in the top level > source directory of the modul

updating php5-pcre

2008-12-11 Thread David Newman
7.0-RELEASE-p6 / i386 Using portmaster to update the php5-pcre port returns this error: Cannot find config.m4. Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module I'm not a php guru. Where is the top-level source directory for this modu

Re: removing a php5-pcre extension

2008-12-09 Thread Mike Clarke
On Tuesday 09 December 2008, Zbigniew Szalbot wrote: > Hello, > > Now that pcre is included in the base installation, how do I remove > it? > > $ pkg_delete -nv php5-pcre-5.2.6_2 > pkg_delete: package 'php5-pcre-5.2.6_2' is required by these other > packages

Re: removing a php5-pcre extension

2008-12-09 Thread Zbigniew Szalbot
Hello, >> One more thought - I commented out the pcre extension in the ini file >> and restarted apache after which everything seems to be working fine. >> >> So I wonder if I am safe to delete it or if not, then how would you >> advise me to proceed to keep

Re: removing a php5-pcre extension

2008-12-09 Thread Robert Huff
> One more thought - I commented out the pcre extension in the ini file > and restarted apache after which everything seems to be working fine. > > So I wonder if I am safe to delete it or if not, then how would you > advise me to proceed to keep the system clean. Many thanks!

Re: PHP 5 | pcre extention

2008-12-09 Thread Jerry
On Mon, 8 Dec 2008 13:10:49 +0100 "Johan Hendriks" <[EMAIL PROTECTED]> wrote: >No idea but do not use 5.2.7 because of a security issue (see php.net) >So stick to 5.2.6 till 5.2.8 is released. It is all ready in ports. -- Jerry [EMAIL PROTECTED] Chemicals, n.: Noxious substances from which mod

Re: removing a php5-pcre extension

2008-12-09 Thread Michael Powell
Ivan Voras wrote: > Zbigniew Szalbot wrote: >> Hello, >> >> Now that pcre is included in the base installation, how do I remove it? >> >> $ pkg_delete -nv php5-pcre-5.2.6_2 >> pkg_delete: package 'php5-pcre-5.2.6_2' is required by these othe

Re: removing a php5-pcre extension

2008-12-09 Thread Zbigniew Szalbot
Hello, On Tue, Dec 9, 2008 at 11:45, Ivan Voras <[EMAIL PROTECTED]> wrote: > Zbigniew Szalbot wrote: >> Hello, >> >> Now that pcre is included in the base installation, how do I remove it? >> >> $ pkg_delete -nv php5-pcre-5.2.6_2 >> pkg_delete: pac

Re: removing a php5-pcre extension

2008-12-09 Thread Zbigniew Szalbot
Hello, > BTW, wait till php-5.2.8 to do this. I read somewhere that 5.2.7 has > security issues, but maybe you know better than I do. Thanks but I know about it. That's why I used ports which have 5.2.8. :) -- Zbigniew Szalbot www.faitrade.net.pl www.slowo.pl ___

Re: removing a php5-pcre extension

2008-12-09 Thread Ivan Voras
Zbigniew Szalbot wrote: > Hello, > > Now that pcre is included in the base installation, how do I remove it? > > $ pkg_delete -nv php5-pcre-5.2.6_2 > pkg_delete: package 'php5-pcre-5.2.6_2' is required by these other packages > and may not be deinstalled: > p

removing a php5-pcre extension

2008-12-09 Thread Zbigniew Szalbot
Hello, Now that pcre is included in the base installation, how do I remove it? $ pkg_delete -nv php5-pcre-5.2.6_2 pkg_delete: package 'php5-pcre-5.2.6_2' is required by these other packages and may not be deinstalled: pear-1.7.2 pear-Auth-1.6.1 pear-Auth_SASL-1.0.2 pear-DB-1.7.13,

RE: PHP 5 | pcre extention

2008-12-08 Thread Johan Hendriks
>Dear all, >Can someone tell me why, as of php 5.2.7, pcre extension is distributed >with the core php5 package, and not as a standalone module anymore? >Jos Chrispijn No idea but do not use 5.2.7 because of a security issue (see php.net) So stick to 5.2.6 till 5.2.8 is released

PHP 5 | pcre extention

2008-12-08 Thread Jos Chrispijn
Dear all, Can someone tell me why, as of php 5.2.7, pcre extension is distributed with the core php5 package, and not as a standalone module anymore? Jos Chrispijn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: problem building php5-pcre

2007-03-12 Thread Eric
Robert Huff wrote: Christopher Hobbs writes: Anyone else have this particular error? I can't seem to get php5-pcre to build. Built and installed just fine for me five minutes ago on FreeBSD 7.0-CURRENT #1: Mon Jan 22 16:56:10 EST 2007

problem building php5-pcre

2007-03-12 Thread Robert Huff
Christopher Hobbs writes: > Anyone else have this particular error? I can't seem to get > php5-pcre to build. Built and installed just fine for me five minutes ago on FreeBSD 7.0-CURRENT #1: Mon Jan 22 16:56:10 EST 2007 i386

problem building php5-pcre

2007-03-12 Thread Christopher Hobbs
Anyone else have this particular error? I can't seem to get php5-pcre to build. /usr/ports/devel/php5-pcre/work/php-5.2.1/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.2.1/ext/pcre/php_pcre.c:102: warning: parameter has incomplete type /usr/

problem building php5-pcre

2007-03-12 Thread Christopher M. Hobbs
Anyone else have this particular error? I can't seem to get php5-pcre to build. /usr/ports/devel/php5-pcre/work/php-5.2.1/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.2.1/ext/pcre/php_pcre.c:102: warning: parameter has incomplete type /usr/

Error building php5-pcre

2007-02-16 Thread Warren Liddell
Running FreeBSD6-2-STABLE === sr/ports/devel/php5-pcre/work/php-5.2.0/ext/pcre/php_pcre.c:102: warning: parameter has incomplete type /usr/ports/devel/php5-pcre/work/php-5.2.0/ext/pcre/php_pcre.c: In function `PHP_GINIT_FUNCTION': /usr/ports/devel/php5-pcre/work/php-5.2.0/ext

Re: pcre vs pcre-utf8

2006-11-06 Thread P.U.Kruppa
On Sun, 5 Nov 2006, Eric Schuele wrote: On 11/05/2006 04:46, dick hoogendijk wrote: kde3 packages have a "lib depends => pcre" and bluefish has a "lib depends => pcre-utf8" These two pcre packages mutually exclude each other. How can I install both kde3 and bluefi

Re: pcre vs pcre-utf8

2006-11-05 Thread Eric Schuele
On 11/05/2006 04:46, dick hoogendijk wrote: kde3 packages have a "lib depends => pcre" and bluefish has a "lib depends => pcre-utf8" These two pcre packages mutually exclude each other. How can I install both kde3 and bluefish? I'm no authority on this but I

pcre vs pcre-utf8

2006-11-05 Thread dick hoogendijk
kde3 packages have a "lib depends => pcre" and bluefish has a "lib depends => pcre-utf8" These two pcre packages mutually exclude each other. How can I install both kde3 and bluefish? -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running Free

Error building php5-pcre

2006-10-15 Thread Warren Liddell
Running FreeBSD6.2-PRERELEASE and im trying to build cacti with php5-pcre being a dependancy. Below is the last few lines or so that error. === == cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10

Error building php5-pcre

2006-10-09 Thread Warren Liddell
Running FreeBSD6.2-PRERELEASE and im trying to build cacti with php5-pcre being a dependancy. Below is the last few lines or so that error. === == cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10

Error building php5-pcre

2006-10-08 Thread Warren Liddell
Running FreeBSD6.2-PRERELEASE and im trying to build cacti with php5-pcre being a dependancy. Below is the last few lines or so that error. === == cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10

Re: compling php4 with pcre, the session extension

2006-09-28 Thread Matthew Seaman
Noah wrote: > Hi there, > > does anybody know how to compile php4 with pcre and the session > extension? I am unable to find those options in the 'make config' menu? > > Looks like I need them. Just install the devel/php4-pcre and www/php4-session ports. Easy.

compling php4 with pcre, the session extension

2006-09-28 Thread Noah
Hi there, does anybody know how to compile php4 with pcre and the session extension? I am unable to find those options in the 'make config' menu? Looks like I need them. cheers, Noah ___ freebsd-questions@freebsd.org mailing

Php5 PCRE Compile error

2006-07-14 Thread mojo fms
I am working with an updated ports tree (as of july 14th 06 at 11:32PST) on freebsd 6.1 stable, I am installed the /usr/ports/devel/php5-pcre package to hopefully fix another error with apache trying to run squirrelmail. The Error from apache for SquirrelMail is this: [Fri Jul 14 15:42:20 2006

Error Upgrading PHP5-pcre

2006-07-12 Thread Warren Liddell
. == ===> Building for php5-pcre-5.1.4 /bin/sh /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/libtool --mode=compile cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=1000 -DMATCH_LIMIT_RECURSION=1000 -I/usr/ports/devel/php5-pcre/work/

RE: Error Upgrading PHP5-pcre

2006-07-10 Thread Constantino Michailidis
ing would be appreciated. Building php5-pcre-5.1.4 goes smoothly for me. Sounds like your build environment is mucked up. I presume you at least did a 'make clean' first, perhaps 'make distclean' too? I assume you cvsup'd your ports? Anyway, you may have better luck

Error Upgrading PHP5-pcre

2006-07-10 Thread Warren Liddell
. == ===> Building for php5-pcre-5.1.4 /bin/sh /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/libtool --mode=compile cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=1000 -DMATCH_LIMIT_RECURSION=1000 -I/usr/ports/devel/php5-pcre/work/

Re: dueling ports: pcre and pcre-utf8

2006-05-12 Thread Lowell Gilbert
Peter <[EMAIL PROTECTED]> writes: > I am having trouble upgrading my ports because my 5.4 system wants to > install both pcre and pcre-utf8 but the ports themselves complain when > they see the other installed. How do I get around this dilemma? Convince the ports to u

pcre and pcre-utf8 incompatibility

2006-05-12 Thread Peter
I am having trouble upgrading my ports because my 5.4 system wants to install both pcre and pcre-utf8 but the ports themselves complain when they see the other installed. I normally build the pcre port with UTF8 support (using pkgtools.conf) but for some reason my last upgrade is presenting me

dueling ports: pcre and pcre-utf8

2006-05-10 Thread Peter
I am having trouble upgrading my ports because my 5.4 system wants to install both pcre and pcre-utf8 but the ports themselves complain when they see the other installed. How do I get around this dilemma? Peter __ Do You Yahoo!? Tired of spam

Negative look ahead with capturing using pcre

2006-04-05 Thread Erik Nørgaard
acter set that is rejected so I can adjust it if legitimate mail gets blocked. In the above I don't allow windows-1252 for example. So, how do I do negative look ahead with capturing using pcre? Thanks, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIM

Re: PHP PCRE

2005-07-15 Thread Erik Nørgaard
Myron Turner wrote: I just installed FreeBSD 5.4 with PHP 5.0.3 for the express purpose of testing out a web-based application. I was wondering what the rationale is for excluding PCRE from the current php distribution.As I understand it, the PCRE extensions are included by default in

PHP PCRE

2005-07-15 Thread Myron Turner
I just installed FreeBSD 5.4 with PHP 5.0.3 for the express purpose of testing out a web-based application. I was wondering what the rationale is for excluding PCRE from the current php distribution.As I understand it, the PCRE extensions are included by default in PHP 5. This suggests

Re: php5, unable to use pcre module

2005-04-21 Thread Anish Mistry
php5. I was getting the > > > following error from one of my php scripts: > > > > > > Fatal error: Call to undefined function preg_match() > > > > > > So, after looking around on various lists, I determined that I > > > needed to

Re: php5, unable to use pcre module

2005-04-21 Thread Stephen Kelly
: > > > > Fatal error: Call to undefined function preg_match() > > > > So, after looking around on various lists, I determined that I > > needed to install php5-pcre, so I installed the ports > > /usr/port/devel/pcre, and /usr/ports/devel/php5-pcre. > > > &g

Re: php5, unable to use pcre module

2005-04-20 Thread Anish Mistry
n various lists, I determined that I > needed to install php5-pcre, so I installed the ports > /usr/port/devel/pcre, and /usr/ports/devel/php5-pcre. > > But now I get the following error in my /var/log/httpd-error.log > file: > > PHP Warning: PHP Startup: pcre: Unable to i

php5, unable to use pcre module

2005-04-20 Thread Stephen Kelly
Hi All, I'm using freebsd 5.3, apache2, and php5. I was getting the following error from one of my php scripts: Fatal error: Call to undefined function preg_match() So, after looking around on various lists, I determined that I needed to install php5-pcre, so I installed the ports /usr