Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread C. P. Ghost
On Thu, Mar 4, 2010 at 6:13 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: However, when I run:   portupgrade -o lang/perl5.10 -f perl-5.8\.* I get this problem: ---  Upgrading 'perl-5.8.9_3' to 'perl-5.10.1' (lang/perl5.10) ---  Building '/usr/ports/lang/perl5.10

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread Lowell Gilbert
-o lang/perl5.10 -f perl-5.8\.* Please feel free to complain volubly about this: it's hand-holding for newbies which annoys and incoveniences the vastly larger number of non-newbies (ie. anyone who has been using the ports for more than a few weeks.) It has occurred to me that teaching

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread Matthew Seaman
DISABLE_CONFLICTS when rebuilding the port, eg like this: # portupgrade -m DISABLE_CONFLICTS=yes -o lang/perl5.10 -f perl-5.8\.* Please feel free to complain volubly about this: it's hand-holding for newbies which annoys and incoveniences the vastly larger number of non-newbies (ie. anyone who has

Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? -- Tim Daneliuk tun...@tundraware.com PGP Key

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Glen Barber
Hi, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? Have a look at the 20100205 entry of ports/UPDATING. Regards, -- Glen Barber

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Leslie Jensen
On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ;-) ___ freebsd-questions

Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Robert Huff
Tim Daneliuk writes: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ? Robert Huff

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
On 3/4/2010 10:13 AM, Leslie Jensen wrote: On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ;-) Thanks to all

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/03/2010 17:05:08, Tim Daneliuk wrote: On 3/4/2010 10:13 AM, Leslie Jensen wrote: On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
On 3/4/2010 11:13 AM, Matthew Seaman wrote: portupgrade -m DISABLE_CONFLICTS=yes -o lang/perl5.10 -f perl-5.8\.* Thanks for that. I'm not sure to whom I'd complain and/or if it would make any difference ;) -- Tim

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Jonathan McKeown
-o lang/perl5.10 -f perl-5.8\.* Please feel free to complain volubly about this: it's hand-holding for newbies which annoys and incoveniences the vastly larger number of non-newbies (ie. anyone who has been using the ports for more than a few weeks.) Has this absolutely ludicrous change

When to use SUID Perl (5.8.x)?

2006-09-25 Thread B. Cook
Hello, Just wondering what do you need suid perl for? I run a webserver for staff users, and have had no real need for it, and considering removing it. I think it goes to back the days when SA (possibly?) needed it and I just cp'd the make.conf across boxes over the years.. :) it is a

Re: When to use SUID Perl (5.8.x)?

2006-09-25 Thread Olivier Nicole
Hi, Just wondering what do you need suid perl for? To run a Perl script that needs to get root privileges. it is a security risk having it? It is always a risk to have a powerfull tool installed when you don't need it. If a security bug is discovered in Perl, one could be able to become

Upgrading perl 5.8

2005-02-28 Thread Stefan Cars
Hi! I'm upgrading perl 5.8 from the ports on a FreeBSD 5.3 machine, the problem is that alot of my installed modules doesn't work after the update (just a minor update from 5.8.2 to 5.8.6), probably becuase the @INC changed and did not include the mach directory of 5.8.2. Is this right ? Why

Re: Upgrading perl 5.8

2005-02-28 Thread Daniel Bye
On Mon, Feb 28, 2005 at 01:34:30PM +0100, Stefan Cars wrote: Hi! I'm upgrading perl 5.8 from the ports on a FreeBSD 5.3 machine, the problem is that alot of my installed modules doesn't work after the update (just a minor update from 5.8.2 to 5.8.6), probably becuase the @INC changed

Re: Upgrading perl 5.8

2005-02-28 Thread Erik Norgaard
Stefan Cars wrote: Hi! I'm upgrading perl 5.8 from the ports on a FreeBSD 5.3 machine, the problem is that alot of my installed modules doesn't work after the update (just a minor update from 5.8.2 to 5.8.6), probably becuase the @INC changed and did not include the mach directory of 5.8.2

perl 5.8 on 5.2.1

2004-08-08 Thread dave
Hello, Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my ports and source, install a new world and kernel, get all that working fine, then do the perl 5.8 install. This goes fine. I then do: use.perl port reboot and at the boot menu where i have to select an option 1

Re: perl 5.8 on 5.2.1

2004-08-08 Thread Matthew Seaman
On Sun, Aug 08, 2004 at 06:52:31AM -0400, dave wrote: Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my ports and source, install a new world and kernel, get all that working fine, then do the perl 5.8 install. This goes fine. I then do: use.perl port reboot

perl 5.8, Apache, Tomcat mod_webapp

2004-06-09 Thread Jason Suplizio
Does the subject line give it all away? Let me elaborate: I'm running FreeBSD 5.2 with the latest port of Tomcat and Perl 5.6.1. So, this is what I'd like to do: 1- Install Apache (latest port) with mod_webapp to forward my port 8080 requests to the appropriate container 2- Upgrade Perl to

installed perl 5.8. from the ports ??

2004-05-20 Thread Shawn Guillemette
I needed to install something better then perl 5.6.1 in order to install something from another port. So I did a locate on perl and found /usr/ports/lang/perl5.8 So I cd to the dir and make install and after it completed with no errors the I go back to the port I was attempting to install and

Re: installed perl 5.8. from the ports ??

2004-05-20 Thread Tim Aslat
In the immortal words of Shawn Guillemette [EMAIL PROTECTED]... Unfortunately I dont know what version I has using before. I was wondering if there was somthign I needed to do to stop using the older version and start using the new one? check the /usr/ports/UPDATING file, I think it's at the

Re: installed perl 5.8. from the ports ??

2004-05-20 Thread Kent Stewart
On Thursday 20 May 2004 08:51 pm, Shawn Guillemette wrote: I needed to install something better then perl 5.6.1 in order to install something from another port. So I did a locate on perl and found /usr/ports/lang/perl5.8 So I cd to the dir and make install and after it completed with no

Re: installed perl 5.8. from the ports ??

2004-05-20 Thread Murray Taylor
did you enter the command use.perl port after installing perl 5.8 _before_ rebuilding rt3 ?? Perl by default will continue to use the perl supplied with the initial site distro... to switch back it use.perl site mjt On Fri, 2004-05-21 at 13:51, Shawn Guillemette wrote: I needed

Perl 5.6 vs Perl 5.8 (install)

2004-05-13 Thread Forrest Aldrich
I have FreeBSD-CURRENT installed and it places Perl-5.6 on the system. It's not clear to me whether it's safe to pkg_delete this in favor of Perl-5.8 (which I want to install). I tried searching the list archive and didn't find anything (yet). Anyone accomplish

Re: Perl 5.6 vs Perl 5.8 (install)

2004-05-13 Thread Kris Kennaway
On Thu, May 13, 2004 at 11:33:27PM -0400, Forrest Aldrich wrote: I have FreeBSD-CURRENT installed and it places Perl-5.6 on the system. It's not clear to me whether it's safe to pkg_delete this in favor of Perl-5.8 (which I want to install). I tried searching the list archive and didn't

Re: Perl 5.6 vs Perl 5.8 (install)

2004-05-13 Thread Forrest Aldrich
and it places Perl-5.6 on the system. It's not clear to me whether it's safe to pkg_delete this in favor of Perl-5.8 (which I want to install). I tried searching the list archive and didn't find anything (yet). Anyone accomplish this? Yes, this is safe. You just have to reinstall any perl modules

Re: Perl 5.6 vs Perl 5.8 (install)

2004-05-13 Thread Kris Kennaway
On Thu, May 13, 2004 at 11:50:14PM -0400, Forrest Aldrich wrote: Thanks Kris. Does the basic installation of 5.6 have any dependency modules? No, the perl package is self-contained as far as the FreeBSD packages go. I hear there is a way with CPAN to port those over to a new perl

Perl 5.8 upgrade

2004-05-12 Thread Robert Fitzpatrick
am testing some things out with. This is all on FreeBSD 5.2.1. I want to install the rrdtool port, but I see it requires Perl 5.8. Does anyone know if those ports listed above would require 5.6? And what should be done to change my Perl from 5.6 to 5.8? Relating to Perl, I have this in my /etc

Re: Perl 5.8 upgrade

2004-05-12 Thread Kris Kennaway
OpenLDAP 2.1.29, Heimdal 0.6, Cyrus-SASL 2.1.18 and Cyrus-IMAP 2.1.16 that I am testing some things out with. This is all on FreeBSD 5.2.1. I want to install the rrdtool port, but I see it requires Perl 5.8. Does anyone know if those ports listed above would require 5.6? Check the port

Re: How To Upgrade to Perl 5.8 on 4.9 System? - SOLVED

2004-03-25 Thread Chuck Swiger
Drew Tomlinson wrote: Everything seems to be working fine! Thanks to everyone for their help. Glad you got things working. My original suggestion would have been more thorough if I acknowledged that you may have to rebuild a buncha perl-dependent ports. :-) Joe random perl script ought not

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Nelis Lamprecht
On Wed, 2004-03-24 at 03:41, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes. Are there any steps required beyond installing the port? Try: cd /usr/ports/lang/perl5.8 make install

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Bart Silverstrim
On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes. Are there any steps required beyond installing the port? Try: cd /usr/ports/lang/perl5.8 make install use.perl port I also

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Joshua Lokken
* Bart Silverstrim [EMAIL PROTECTED] [2004-03-24 07:35]: On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes. Are there any steps required beyond installing the

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Matthew Seaman
On Wed, Mar 24, 2004 at 08:18:55AM -0800, Joshua Lokken wrote: * Bart Silverstrim [EMAIL PROTECTED] [2004-03-24 07:35]: On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Drew Tomlinson
On 3/24/2004 8:18 AM Joshua Lokken wrote: * Bart Silverstrim [EMAIL PROTECTED] [2004-03-24 07:35]: On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes.

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Micheal Patterson
- Original Message - From: Drew Tomlinson [EMAIL PROTECTED] To: Joshua Lokken [EMAIL PROTECTED] Cc: FreeBSD Questions [EMAIL PROTECTED]; Bart Silverstrim [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 12:48 PM Subject: Re: How To Upgrade to Perl 5.8 on 4.9 System? On 3/24/2004 8

Re: How To Upgrade to Perl 5.8 on 4.9 System? - SOLVED

2004-03-24 Thread Drew Tomlinson
Drew Tomlinson told a big fish story including the following on 03/23/2004 4:50 PM: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? I've searched Google but was unable to find anything definitive. Are there any steps required beyond installing

How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-23 Thread Drew Tomlinson
I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? I've searched Google but was unable to find anything definitive. Are there any steps required beyond installing the port? I saw a response by Kris Kennaway regarding -CURRENT

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-23 Thread Chuck Swiger
Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes. Are there any steps required beyond installing the port? Try: cd /usr/ports/lang/perl5.8 make install use.perl port -- -Chuck

qmail-scanner.pl and perl 5.8?

2004-03-16 Thread whizkid
/bin | grep suidperl I get nothing. So the SymLink is pointing to nothing? I did: cd /usr/ports/lang/perl5.8 make install clean use.perl port Should I not use perl 5.8? did they remove the suidperl in 5.8? If you are wondering yes I cvsup my ports to the current. uname -a: FreeBSD [HIDDEN] 5.1

Re: qmail-scanner.pl and perl 5.8?

2004-03-16 Thread Steve Ireland
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 20:54 Subject: qmail-scanner.pl and perl 5.8? snip if I look in /usr/bin I see: lrwxr-xr-x 1 root wheel23 Nov 6 11:49 suidperl - /usr/local/bin/suidperl if I do a ls -l

Re: mod_perl with FreeBSD (stock perl vs perl 5.8 port)

2004-01-27 Thread Rob
Forrest Aldrich said on Tue Jan 27, 2004: No, use /usr/bin/perl (SYSTEM) versus /usr/local/bin/perl and adjust my makepl_args file accordingly. At 06:39 AM 1/26/2004, you wrote: Forrest Aldrich asked on Mon Jan 26, 2004: I'm working with mod_perl-1.x *current* on FreeBSD-4.9.

mod_perl with FreeBSD (stock perl vs perl 5.8 port)

2004-01-26 Thread Forrest Aldrich
I'm working with mod_perl-1.x *current* on FreeBSD-4.9. For some time, I've had some difficulty getting this lot to work correctly, as an OBJ (non-DSO). During the compile, I get a slew of Dynaloader-related errors in the linking process. So today, I tried testing the compile using the SYSTEM

Re: mod_perl with FreeBSD (stock perl vs perl 5.8 port)

2004-01-26 Thread Rob
Forrest Aldrich asked on Mon Jan 26, 2004: I'm working with mod_perl-1.x *current* on FreeBSD-4.9. For some time, I've had some difficulty getting this lot to work correctly, as an OBJ (non-DSO). During the compile, I get a slew of Dynaloader-related errors in the linking process. So

Re: mod_perl with FreeBSD (stock perl vs perl 5.8 port)

2004-01-26 Thread Forrest Aldrich
No, use /usr/bin/perl (SYSTEM) versus /usr/local/bin/perl and adjust my makepl_args file accordingly. At 06:39 AM 1/26/2004, you wrote: Forrest Aldrich asked on Mon Jan 26, 2004: I'm working with mod_perl-1.x *current* on FreeBSD-4.9. For some time, I've had some difficulty getting this lot

Re: problem with perl 5.8 on 4.9-PRERELEASE

2003-12-11 Thread Anton Berezin
On Thu, Dec 11, 2003 at 09:54:27AM -0800, Tony Jones wrote: LD_LIBRARY_PATH is in the environment in all cases (=/usr/lib). Anyone got any ideas. It's probably something obvious but it isn't dawning on me. Yes, I have rebooted post installing perl. This is all 4.9 FreeBSD. It is very very

Perl 5.8 - make test problem (shmget. msgget)

2003-09-01 Thread Gustavo Delfino
I am trying to upgrade Perl from version 5.005_03 to 5.8 on a 4.8-RELEASE FreeBSD VPS (virtual private server). I did a 'pkg_add perl-5.8.0_7.tgz' but I then removed it because I was getting this error: /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol nl_langinfo I then decided

Apache 1.3.28 + Perl 5.8

2003-08-20 Thread Mo
Sorry, I don't mean to double-post/send. But I'm not sure if it went through the first time. I was just wondering if it was possible to make the port apache13 (/usr/ports/www/apache13) to use perl 5.8 (/usr/ports/lang/perl5.8) when compiling instead of perl 5.6 (/usr/ports/lang/perl). I have

Re: Apache 1.3.28 + Perl 5.8

2003-08-20 Thread Greg J.
On Wed, 20 Aug 2003 02:12:09 -0400 Mo [EMAIL PROTECTED] wrote: Sorry, I don't mean to double-post/send. But I'm not sure if it went through the first time. I was just wondering if it was possible to make the port apache13 (/usr/ports/www/apache13) to use perl 5.8 (/usr/ports/lang/perl5.8

Apache 1.3.28 + Perl 5.8

2003-08-19 Thread Mo
Is there any way to get the apache13 port (/usr/ports/www/apache13) to use perl 5.8 when compiling instead of perl 5.6. If so, how would I go about doing thisI have perl 5.8 already installed from ports, that's why I ask. Thanks, much appreciated

Perl 5.8 in Ports on 4.8-S

2003-07-29 Thread Jason L. Schwab
Heya folks; Is there a way in the ports setup for perl5.8 (lang/perl5.8) to tell it build perl dynamically? I need to build it dynamic because without that, mod ssl and mod perl will not compile on apache. Thanks in advance. - Jason L. Schwab [EMAIL

Perl 5.8 from ports

2003-02-26 Thread Rus Foster
Hi All, I've installed perl 5.8 and I know to get the system to use it I have to run something like useport perl but I can't remeber the exact command. Could someone remind me please Rgds Rus -- http://www.65535.net | MSN: [EMAIL PROTECTED] More bits for your bite Email - Web Space

Re: Perl 5.8 from ports

2003-02-26 Thread Matthew Seaman
On Thu, Feb 27, 2003 at 07:03:53AM +, Rus Foster wrote: I've installed perl 5.8 and I know to get the system to use it I have to run something like useport perl but I can't remeber the exact command. Could someone remind me please # use.perl port Cheers, Matthew

Upgrading perl 5.6.1 to perl 5.8 via ports

2003-01-26 Thread Matt
=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo What I would like to do is remove the perl 5.6.1 port and install the perl 5.8 port instead but before I go off and try this and break lots of things I would like to know what I need to do to change all my currently

Re: Upgrading perl 5.6.1 to perl 5.8 via ports

2003-01-26 Thread Matthew Seaman
this is the version mentioned in /etc/make.conf: PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo What I would like to do is remove the perl 5.6.1 port and install the perl 5.8 port instead but before I go off and try this and break lots of things I

perl 5.8 port

2002-11-13 Thread Shawn Ramsey
-5.8.0. *** Error code 1 This is what happens when I try to compile the perl 5.8 port... same thing happens when compiling perl modules, it exits with similar type errors. Anyone have any idea what might be wrong? This is a recently upgraded machine to 4.7-STABLE, and upgraded all the ports

perl 5.8

2002-10-14 Thread Tomoki Taniguchi
I just installed perl 5.8 from ports tree. Now I am trying to update all my perl module using CPAN... when I run /usr/local/bin/perl -MCPAN -eshell and run install Bundle::CPAN for some reason I can't seem to connect to anything. I can manually get to each of those ftp sites and grab

Re: perl 5.8

2002-10-14 Thread cas
wrote: I just installed perl 5.8 from ports tree. Now I am trying to update all my perl module using CPAN... when I run /usr/local/bin/perl -MCPAN -eshell and run install Bundle::CPAN for some reason I can't seem to connect to anything. I can manually get to each of those ftp sites