Re: Help with perl in httpd

2023-07-14 Thread Francis . Montagnac
On Fri, 14 Jul 2023 23:26:33 +0200 Peter Boy wrote: > That brought me past line 3 to the next error: > Fri Jul 14 22:38:35.479031 2023] [cgid:error] [pid 1406:tid 1496] [client > 192.168.122.158:50928] > AH01215: stderr from /var/www/html/artikel/artikel.pl: > artikel.pl: Can't locate

Re: Help with perl in httpd

2023-07-14 Thread Peter Boy
module) >> (@INC contains: /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 >> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 >> /usr/share/perl5 > > >> The package perl-Carp is already installed (presumably as a dependency of &

Re: Help with perl in httpd

2023-07-14 Thread Francis . Montagnac
usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 > /usr/share/perl5 > The package perl-Carp is already installed (presumably as a dependency of > mod_perl) and I found > /usr/share/perl5/vendor_perl/Carp.pm > which is in the search path The script wants CGI/C

Re: Help with perl in httpd

2023-07-14 Thread Peter Boy
> Am 14.07.2023 um 19:01 schrieb Samuel Sieb : > > On 7/14/23 06:48, Peter Boy wrote: >> I have the thankless task of getting an application written with perl to run >> on one of our F38 servers. >> The application was developed around 2005 or so, last changes aro

Re: Help with perl in httpd

2023-07-14 Thread Samuel Sieb
On 7/14/23 06:48, Peter Boy wrote: I have the thankless task of getting an application written with perl to run on one of our F38 servers. The application was developed around 2005 or so, last changes around 2012, the developer is long gone from the university and the colleagues whose (long

Help with perl in httpd

2023-07-14 Thread Peter Boy
I have the thankless task of getting an application written with perl to run on one of our F38 servers. The application was developed around 2005 or so, last changes around 2012, the developer is long gone from the university and the colleagues whose (long term) project use the application

Re: Perl Help (Possibly OT)

2023-01-05 Thread Patrick O'Callaghan
On Thu, 2023-01-05 at 22:57 +, John Pilkington wrote: > On 05/01/2023 17:35, Patrick O'Callaghan wrote: > > On Thu, 2023-01-05 at 08:27 -0700, Sbob wrote: > > > All; > > > > > > > > > I have dusted off my perl books, I need a simple mail script to

Re: Perl Help (Possibly OT)

2023-01-05 Thread John Pilkington
On 05/01/2023 17:35, Patrick O'Callaghan wrote: On Thu, 2023-01-05 at 08:27 -0700, Sbob wrote: All; I have dusted off my perl books, I need a simple mail script to send an email with a local attachment, I have tried various NET:SMTP examples but cannot get it to work. Anyone have a working

Re: Perl Help (Possibly OT)

2023-01-05 Thread Patrick O'Callaghan
On Thu, 2023-01-05 at 08:27 -0700, Sbob wrote: > All; > > > I have dusted off my perl books, I need a simple mail script to send > an > email with a local attachment, I have tried various NET:SMTP examples > but cannot get it to work. Anyone have a working example you can &

Perl Help (Possibly OT)

2023-01-05 Thread Sbob
All; I have dusted off my perl books, I need a simple mail script to send an email with a local attachment, I have tried various NET:SMTP examples but cannot get it to work. Anyone have a working example you can share of a simple email script that will se my email service credentials

Re: perl-PDL

2022-07-17 Thread George N. White III
On Sun, Jul 17, 2022 at 10:12 AM Patrick Dupre wrote: > Hello, > > Trying to recompile my codes with fc36 I get numerous issues. > One in with perl-PDL > I get > > Cores.xs:123:17: error: too many arguments to function ‘PDL->converttype’ > 123 | PDL -

perl-PDL

2022-07-17 Thread Patrick Dupre
Hello, Trying to recompile my codes with fc36 I get numerous issues. One in with perl-PDL I get Cores.xs:123:17: error: too many arguments to function ‘PDL->converttype’ 123 | PDL -> converttype (array, PDL_D, 1) ; | ^~~ Cores.xs:146:37: warning: p

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-17 Thread Patrick Dupre
> Subject: Re: cpan build perl-PDL-Graphics-PLplot > > On Sat, 16 Jul 2022 15:32:57 +0200 > Patrick Dupre wrote: > > > However, I cannot see any distribution offering > > perl-PDL-Graphics-PLplot. > > Nevertheless, this package is still active > > https

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
| | Room# D114A === > > On Sat, 16 Jul 2022 15:32:57 +0200 > Patrick Dupre wrote: > > > However, I cannot see any distribution offering > > perl-PDL-Graphics-PLplot. > > Nevertheless

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread James Szinger
On Sat, 16 Jul 2022 15:32:57 +0200 Patrick Dupre wrote: > However, I cannot see any distribution offering > perl-PDL-Graphics-PLplot. > Nevertheless, this package is still active > https://metacpan.org/pod/PDL::Graphics::PLplot It has many failures on CPAN Te

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread George N. White III
On Sat, Jul 16, 2022 at 10:33 AM Patrick Dupre wrote: > Thanks for the advise. > > However, I cannot see any distribution offering perl-PDL-Graphics-PLplot. > Have you asked on the PDL list? Distributions often use different names, so searching is not trivial. It helps to have som

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
Thanks for the advise.   However, I cannot see any distribution offering perl-PDL-Graphics-PLplot.   Nevertheless, this package is still active https://metacpan.org/pod/PDL::Graphics::PLplot   If I cannot compile for the source, how can I make it compatible with my distribution? cpanm

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread George N. White III
On Sat, Jul 16, 2022 at 4:14 AM Patrick Dupre wrote: > > > On 2022-07-15 14:35, Patrick Dupre wrote: > > > I am trying to obtain perl-PDL-Graphics-PLplot > > > > This package was retired a long time ago in Fedora because it failed to > > build. > > h

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
> On 2022-07-15 14:35, Patrick Dupre wrote: > > I am trying to obtain perl-PDL-Graphics-PLplot > > This package was retired a long time ago in Fedora because it failed to > build. > https://src.fedoraproject.org/rpms/perl-PDL-Graphics-PLplot Maybe, but I need to make i

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-15 Thread Samuel Sieb
On 2022-07-15 14:35, Patrick Dupre wrote: I am trying to obtain perl-PDL-Graphics-PLplot This package was retired a long time ago in Fedora because it failed to build. https://src.fedoraproject.org/rpms/perl-PDL-Graphics-PLplot callback.c: In function 'labelfunc_callback': callback.c:243:3

cpan build perl-PDL-Graphics-PLplot

2022-07-15 Thread Patrick Dupre
Hello, I am trying to obtain perl-PDL-Graphics-PLplot I downloaded PDL-Graphics-PLplot-0.81.tar.gz run cpanspec PDL-Graphics-PLplot-0.81.tar.gz to obtain the spec file run rpmbuild -bb perl-PDL-Graphics-PLplot.spec Name: perl-PDL-Graphics-PLplot Version

Problems with the perl part of the rawhide repository

2022-06-15 Thread George R Goffe via users
Howdy, Thanks to all who responded... Suggestion accepted with gratitude. Best regards, George... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Problems with the perl part of the rawhide repository

2022-06-14 Thread stan via users
On Tue, 14 Jun 2022 09:21:08 + (UTC) George R Goffe via users wrote: > Howdy, > > Am I doing something wrong? > > When I run "dnf upgrade" I get multiple pages of error messages > relating to per. There are over 3000 packages pending upgrade du

Re: Problems with the perl part of the rawhide repository

2022-06-14 Thread Patrick O'Callaghan
On Tue, 2022-06-14 at 09:21 +, George R Goffe via users wrote: > Howdy, > > Am I doing something wrong? > > When I run "dnf upgrade" I get multiple pages of error messages > relating to per. There are over 3000 packages pending upgrade due to > perl rela

Problems with the perl part of the rawhide repository

2022-06-14 Thread George R Goffe via users
Howdy, Am I doing something wrong? When I run "dnf upgrade" I get multiple pages of error messages relating to per. There are over 3000 packages pending upgrade due to perl related problems. Best regards and stay safe! George... ___ use

Re: Perl is now failing for me

2022-02-22 Thread James Szinger
On Mon, 21 Feb 2022 00:22:13 -0800 Samuel Sieb wrote: > On 2/20/22 21:00, Fulko Hew wrote: > > Thanks for pointing out that app, but I fail to see how having me > > make an RPM for a > > Fedora-unsupported module avoids the problem of incompatibilities > > between newer > > Fedora sources

Re: Re[2]: Perl is now failing for me

2022-02-22 Thread George N. White III
On Tue, 22 Feb 2022 at 12:28, M. Fioretti wrote: > On Tue, Feb 22, 2022 09:05:54 AM -0400, George N. White III wrote: > > [...] > - All I know is that is that it is sorely needed ONE front-end in > Linux where one can say, as it was in the golden age of .rpm and .deb, > "I need this software. I

Re: Re[2]: Perl is now failing for me

2022-02-22 Thread M. Fioretti
On Tue, Feb 22, 2022 09:05:54 AM -0400, George N. White III wrote: >   I end up spending a lot of time testing new Python versions and > new libraries to ensure they are still working properly (new > versions often have problems,  but they generally get fixed without > my help)... > > I agree

Re: Re[2]: Perl is now failing for me

2022-02-22 Thread George N. White III
On Tue, 22 Feb 2022 at 06:31, M. Fioretti wrote: > On Mon, Feb 21, 2022 09:21:05 AM -0400, George N. White III wrote: > > > > Open source makes it easy for people to innovate, and we need to > > encourage experimentation, but we can't have experiments in linux > > distros. > > George, > > the

Re: Re[2]: Perl is now failing for me

2022-02-22 Thread M. Fioretti
On Mon, Feb 21, 2022 09:21:05 AM -0400, George N. White III wrote: > Open source makes it easy for people to innovate, and we need to > encourage experimentation, but we can't have  experiments in linux > distros. George, the core of that post of mine is that what you say has become

Re: Re[2]: Perl is now failing for me

2022-02-21 Thread George N. White III
On Sun, 20 Feb 2022 at 12:55, Marco Fioretti wrote: > On Sun, Feb 20, 2022 at 16:05, Fulko Hew wrote: > > > And yes, I was (and always have) installed additional modules > via CPAN where Fedora doesn't have those modules. (Trouble is that > even when Fedora can deliver one of those packages,

Re: Perl is now failing for me

2022-02-21 Thread Samuel Sieb
On 2/20/22 21:00, Fulko Hew wrote: Thanks for pointing out that app, but I fail to see how having me make an RPM for a Fedora-unsupported module avoids the problem of incompatibilities between newer Fedora sources packages and locally sourced packages (or locally CPAN installed modules) Or am

Re: Perl is now failing for me

2022-02-20 Thread Fulko Hew
name. Sorry, that was my Perl dyslexia kicking in. Where my brain always gets it wrong between the module names that use a single hyphen versus the file hierarchy that uses a single slash, and the class path that uses double colons. I actually did use double colons when I tried the command, but

Re: Perl is now failing for me

2022-02-20 Thread Samuel Sieb
n packages into rpms. In this case, when I first tried it, it gave a list of required packages which were all available in Fedora. dnf install 'perl(DateTime::Set)' 'perl(DateTime::Span)' 'perl(DateTime::SpanSet)' 'perl(ExtUtils::MakeMaker)' 'perl(Set::Infinite)' 'perl(Test::Exception)' 'perl(

Re[2]: Perl is now failing for me

2022-02-20 Thread Marco Fioretti
On Sun, Feb 20, 2022 at 16:05, Fulko Hew wrote: And yes, I was (and always have) installed additional modulesvia CPAN where Fedora doesn't have those modules. (Trouble is thateven when Fedora can deliver one of those packages, they aren'tnamed the same and so it's hard to find what package

Re: Perl is now failing for me

2022-02-20 Thread Fulko Hew
you showed, the name isn't the same. That would take a lot > > Part b isn't that hard. You can do "dnf install 'perl(Scalar::Util)'". > Ahh, that's good to know. Now if I could only remember that when I need it! :-) ... I just found my first example of the issue... I need D

Re: Perl is now failing for me

2022-02-20 Thread Samuel Sieb
"dnf install 'perl(Scalar::Util)'". ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-con

Re: Perl is now failing for me

2022-02-20 Thread Fulko Hew
td;dr version: A newly dnf updated Perl was now failing to access/load an accessible shared object file in a perl subdirectory of my home. I moved that home subdir out of the way. Now it works. (But I still have to go back and resolve what might now be missing. I.e. What was in that subdir

Re: Perl is now failing for me

2022-02-20 Thread Patrick Dupre
perl-Scalar-Util is not a rpm fedora package but what about perl-Scalar-List-Utils which provides perl(Scalar::Util) ? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire

Re: Perl is now failing for me

2022-02-20 Thread Sam Varshavchik
Fulko Hew writes: or $ cpan Attempt to reload Scalar/Util.pm aborted. Looks like you have installed additional Perl modules, bypassing Fedora's packaged perl RPMs. This is likely resulted in unintentional corruption or incompatibility with your base Fedora perl installation, in some

Re: Perl is now failing for me

2022-02-19 Thread ToddAndMargo via users
On 2/19/22 11:02, Iosif Fettich wrote: Hi Fulko, I'm not sure when it started, but on everything more complicated than print 'Hello World' my perl is failing. For example: $ perl -e 'use DateTime;' Attempt to reload List/Util.pm aborted. Compilation failed in require at /usr/share/perl5

Re: Perl is now failing for me

2022-02-19 Thread M. Fioretti
On Sat, Feb 19, 2022 21:02:55 PM +0200, Iosif Fettich wrote: > Hi Fulko, > > > I'm not sure when it started, but on everything more complicated > > than print 'Hello World' my perl is failing. > > ... > Try to identify which cpan you're using (the one from Fedor

Re: Perl is now failing for me

2022-02-19 Thread Tom Horsley
On Sat, 19 Feb 2022 12:58:50 -0500 Fulko Hew wrote: > Can anyone suggest where to start? Run the command under strace to see what strange locations it is picking up perl or perl modules from. ___ users mailing list -- users@lists.fedoraproject.

Re: Perl is now failing for me

2022-02-19 Thread Iosif Fettich
Hi Fulko, I'm not sure when it started, but on everything more complicated than print 'Hello World' my perl is failing. For example: $ perl -e 'use DateTime;'     Attempt to reload List/Util.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl

Perl is now failing for me

2022-02-19 Thread Fulko Hew
I'm not sure when it started, but on everything more complicated than print 'Hello World' my perl is failing. For example: $ perl -e 'use DateTime;' Attempt to reload List/Util.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/namespace/ autoclean.pm line 11. BEGIN failed

perl-PDL

2021-07-03 Thread Patrick Dupre
Hello, Here is an issue. If I install perl-PDL-2.26.0 (the standard version with fc34) I cannot compile perl-PDL-LinearAlgebra-0.20 (cpan) but I can compile perl-PDL-Graphics-PLplot-0.71 (cpan) If I install perl-PDL-2.51.0 I can compile perl-PDL-Graphics-PLplot-0.71 (but not newer versions

Re: rpmbuild perl-PDL-Graphics-PLplot

2021-06-19 Thread Patrick Dupre
Here is the new error rpmbuild -bb perl-PDL-Graphics-PLplot.spec warning: Macro expanded in comment on line 9: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) setting SOURCE_DATE_EPOCH=1624060800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N0YTFx + umask 022 + cd /home/pdupre

Re: rpmbuild perl-PDL-Graphics-PLplot

2021-06-19 Thread Jerry James
included. Remove that and see what happens. > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Remove the BuildRoot line. That hasn't been needed for years. > Requires: perl(PDL) This Requires *should* be autogenerated. Try removing it and see if the

rpmbuild perl-PDL-Graphics-PLplot

2021-06-19 Thread Patrick Dupre
atus from /var/tmp/rpm-tmp.FwlY8K (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.FwlY8K (%build) --- Name: perl-PDL-Graphics-PLplot Version:0.74 Release:1%{?dist} Summary:PDL::Graphics::

Re: package perl-mod_perl

2020-06-08 Thread Jerry James
On Mon, Jun 8, 2020 at 11:34 AM Patrick Dupre wrote: > Sorry again, > > But mod_perl does not deliver > perl-ModPerl::MN MN? Or MM? The latter is in mod_perl-devel. Here is the way to search for perl modules in Fedora: $ dnf repoquery --whatprovides 'perl()' So for example: $ d

Re: package perl-mod_perl

2020-06-08 Thread Patrick Dupre
Sorry again, But mod_perl does not deliver perl-ModPerl::MN === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870

Re: package perl-mod_perl

2020-06-08 Thread Patrick Dupre
Thanks very much I looked for it, but did not find it, I tried: perl-ModPerl ModPerl Sorry. Thanks again. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot

Re: package perl-mod_perl

2020-06-08 Thread Jerry James
On Mon, Jun 8, 2020 at 11:15 AM Patrick Dupre wrote: > mod_perl-2.0.11.tar.gz (rpmbuild -bb perl-mod_perl.spec) > I get [snip] > Compilation failed in require at Makefile.PL line 38. This means that you are missing some package that is required to build this module; i.e., you

package perl-mod_perl

2020-06-08 Thread Patrick Dupre
Hello, I tried to build the package mod_perl-2.0.11.tar.gz (rpmbuild -bb perl-mod_perl.spec) I get Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yb4y2z + umask 022 + cd /home/pdupre/rpmbuild/BUILD + cd mod_perl-2.0.11 + /usr/bin/perl Makefile.PL --installdirs=vendor '--optimize=-O2 -g -pipe

Re: perl-Math-GSL

2020-06-03 Thread George N. White III
On Wed, 3 Jun 2020 at 08:12, Patrick Dupre wrote: > Yes, > Thanks. > It works. > > This is the only option that I found to deploy my package. > I could not fix perl-Math-GSL-0.40 to have it matches GSL 2.6 > > Probably Leto will fix the issue sometimes > > In

Re: perl-Math-GSL

2020-06-03 Thread Patrick Dupre
Yes, Thanks. It works. This is the only option that I found to deploy my package. I could not fix perl-Math-GSL-0.40 to have it matches GSL 2.6 Probably Leto will fix the issue sometimes Indeed, there are plenty of perl packages that are not maintained for fedora, this is really annoying

Re: perl-Math-GSL

2020-06-03 Thread Michael Schwendt
On Wed, 3 Jun 2020 11:21:43 +0200, Patrick Dupre wrote: > I could not compile perl-Math-GSL-0.40 because this package does not deal > with gsl 2.6 > Thus, I installed gsl 2.5 independently of gsl 2.6 (gsl-2.6-2.fc32.x86_64) > and I was able to build the rpm package which requires

perl-Math-GSL

2020-06-03 Thread Patrick Dupre
Hello, I could not compile perl-Math-GSL-0.40 because this package does not deal with gsl 2.6 Thus, I installed gsl 2.5 independently of gsl 2.6 (gsl-2.6-2.fc32.x86_64) and I was able to build the rpm package which requires libgsl.so.23 I put a link to this library (provided by gsl 2.5) in /usr

Re: Perl 6 can't find subs in modules

2019-11-04 Thread ToddAndMargo via users
On 11/3/19 9:52 PM, ToddAndMargo via users wrote: Hi All, Help!  I am so, so screwed if I can't get Perl 6 working again. I just upgraded Fedora from 30 to 31. I upgraded to rakudo-pkg-Fedora31-2019.07.1-03.x86_64.rpm from https://github.com/nxadm/rakudo-pkg/releases Now P6 can not find my

Perl 6 can't find subs in modules

2019-11-03 Thread ToddAndMargo via users
Hi All, Help! I am so, so screwed if I can't get Perl 6 working again. I just upgraded Fedora from 30 to 31. I upgraded to rakudo-pkg-Fedora31-2019.07.1-03.x86_64.rpm from https://github.com/nxadm/rakudo-pkg/releases Now P6 can not find my subs inside my modules: # cat p6lib/ModuleTest.pm6

Re: GeoIP2 perl modules needed

2019-05-04 Thread Chris Adams
Once upon a time, Garry T. Williams said: > This available on Fedora 30 and may be available on 29: > > Name : perl-Geo-IP That's the original GeoIP, not GeoIP2 (Maxmind replaced the library and changed the file formats). I've built RPMs of perl-GeoIP2 and its dep

Re: GeoIP2 perl modules needed

2019-05-04 Thread Samuel Sieb
/GeoIP2::Database::Reader https://metacpan.org/pod/IP::Country::DB_File This available on Fedora 30 and may be available on 29: Name : perl-Geo-IP Version : 1.51 Release : 6.fc30 That one is not GeoIP2. ___ users mailing

Re: GeoIP2 perl modules needed

2019-05-04 Thread Garry T. Williams
:Reader > https://metacpan.org/pod/IP::Country::DB_File This available on Fedora 30 and may be available on 29: Name : perl-Geo-IP Version : 1.51 Release : 6.fc30 Architecture : x86_64 Size : 86 k Source : perl-Geo-IP-1.51-6.fc30.src.rpm Rep

GeoIP2 perl modules needed

2019-05-03 Thread Alex
Hi, I have a fedora29 system and need the GeoIP2 modules and they don't appear to be available in the normal repos. Any idea where I can find them and their dependencies? https://metacpan.org/pod/GeoIP2::Database::Reader https://metacpan.org/pod/IP::Country::DB_File I suspect they have a lot of

Re: perl-PDL-Graphics-PLplot

2018-11-21 Thread Samuel Sieb
On 11/21/18 6:27 PM, Patrick Dupre wrote: perl-PDL-Graphics-PLplot is not anymore part of the distribution? Looks like it stopped building in F27 and it was probably retired. https://koji.fedoraproject.org/koji/packageinfo?packageID=9203 ___ users

perl-PDL-Graphics-PLplot

2018-11-21 Thread Patrick Dupre
Hello, perl-PDL-Graphics-PLplot is not anymore part of the distribution? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du

Re: run perl script to configure remote computer using sudo

2018-11-08 Thread Digimer
haracters, especially the single quote, I can not > get to work. > > I can run the following from perl after ssh connection with single quotes > included: > > $ssh = Net::OpenSSH->new("$user\@$server"); > $CMD = "grep -c alias cp='cp -f' /etc/bashrc"; &

run perl script to configure remote computer using sudo

2018-11-08 Thread D
to work. I can run the following from perl after ssh connection with single quotes included: $ssh = Net::OpenSSH->new("$user\@$server"); $CMD = "grep -c alias cp='cp -f' /etc/bashrc"; $fh = $ssh->pipe_out($CMD); while (<$fh>) { $OUTPUT .= $_; } chomp ($OUTPUT); and

Re: Where is Perl 5's "say" module?

2018-08-19 Thread ToddAndMargo
On 08/18/2018 11:32 PM, Dave Cross wrote: On Fri, 17 Aug 2018 at 19:10, ToddAndMargo wrote: Hi All, I am not find Perl 5's "say" in https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ # dnf list perl-say* Last metadata expiration c

Re: Where is Perl 5's "say" module?

2018-08-19 Thread Dave Cross
On Fri, 17 Aug 2018 at 19:10, ToddAndMargo wrote: > > Hi All, > > I am not find Perl 5's "say" in > > https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ > > # dnf list perl-say* > Last metadata expiration check:

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 02:05 PM, Chris Adams wrote: Once upon a time, ToddAndMargo said: # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 02:05 PM, Chris Adams wrote: Once upon a time, ToddAndMargo said: # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module

Re: Where is Perl 5's "say" module?

2018-08-17 Thread Chris Adams
Once upon a time, ToddAndMargo said: > # dnf list perl-say* I saw you already got your question answered, but just wanted to point out (for future reference) the best way to search for a perl module is: # dnf whatprovides 'perl(Some::Module)' It wouldn't help in this case (since &

Re: Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
On 08/17/2018 10:43 AM, Todd Zullinger wrote: ToddAndMargo wrote: # perl -Msay -e 'say "Hi";' Can't locate say.pm in @INC (you may need to install the say module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl

Re: Where is Perl 5's "say" module?

2018-08-17 Thread Todd Zullinger
ToddAndMargo wrote: > # perl -Msay -e 'say "Hi";' > Can't locate say.pm in @INC (you may need to install the say module) (@INC > contains: /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 > /usr/sha

Where is Perl 5's "say" module?

2018-08-17 Thread ToddAndMargo
Hi All, I am not find Perl 5's "say" in https://ewr.edge.kernel.org/fedora-buffet/fedora/linux/releases/28/Everything/x86_64/os/Packages/p/ # dnf list perl-say* Last metadata expiration check: 0:09:13 ago on Fri 17 Aug 2018 09:58:26 AM PDT. Error: No matching Packages to list #

Re: perl updates

2018-03-01 Thread Dave Cross
On 28 February 2018 at 22:17, Chris Adams wrote: > Once upon a time, Jeffrey Ross said: >> Since this is simply a warning and not a failure I can do one of a >> few things >> >> 1) ignore the warning which generates an email from cron >> 2) remove the "use

Re: perl updates

2018-02-28 Thread Chris Adams
Once upon a time, Jeffrey Ross said: > Since this is simply a warning and not a failure I can do one of a > few things > > 1) ignore the warning which generates an email from cron > 2) remove the "use warnings" from the exiqsumm script > 3) send standard error for the this cron

Re: perl updates

2018-02-28 Thread Jeffrey Ross
On 02/28/2018 04:19 PM, Dave Mitchell wrote: On Wed, Feb 28, 2018 at 12:31:55PM -0500, Jeffrey Ross wrote: I got a bunch of perl updates that came down today and they seem to have caused some problems with exim's script exiqsumm Use of uninitialized value $ARGV[0] in string eq at /usr/sbin

Re: perl updates

2018-02-28 Thread Dave Mitchell
On Wed, Feb 28, 2018 at 12:31:55PM -0500, Jeffrey Ross wrote: > I got a bunch of perl updates that came down today and they seem to have > caused some problems with exim's script exiqsumm > > Use of uninitialized value $ARGV[0] in string eq at /usr/sbin/exiqsumm line > 48.

perl updates

2018-02-28 Thread Jeffrey Ross
I got a bunch of perl updates that came down today and they seem to have caused some problems with exim's script exiqsumm Use of uninitialized value $ARGV[0] in string eq at /usr/sbin/exiqsumm line 48. I'm using the following command which kicks the error out "/usr/bin/mailq | /usr

Re: sagemath and perl

2017-01-24 Thread Ed Greshko
On 01/24/17 18:47, Patrick Dupre wrote: > I do agree that the issue maybe with Singular. > Hence, should I try to recompile Sagemath and Singular? > or should I report to bugzilla ? The main problem is polymake-3.0r2-1.fc24.i686 requires perl = 4:5.22.2 So, report in bugzilla against

Re: sagemath and perl

2017-01-24 Thread Patrick Dupre
=== > Sent: Tuesday, January 24, 2017 at 3:12 AM > From: "Ed Greshko" <ed.gres...@greshko.com> > To: "Community support for Fedora users" <users@lists.fedoraproject.org> > Subject: Re: sagemath and perl > > > On 01/2

Re: sagemath and perl

2017-01-23 Thread stan
On Mon, 23 Jan 2017 22:28:33 +0100 "Patrick Dupre" <pdu...@gmx.com> wrote: > Trying to update perl (to 4:5.22.3-367.fc24) I get: > Skipping packages with broken dependencies: > because > sagemath-6.8-14.fc24.x86_64 > > How can I avoid the issue? > by R

Re: sagemath and perl

2017-01-23 Thread Ed Greshko
On 01/24/17 05:28, Patrick Dupre wrote: > Trying to update perl (to 4:5.22.3-367.fc24) I get: > Skipping packages with broken dependencies: > because > sagemath-6.8-14.fc24.x86_64 > > How can I avoid the issue? > by Recompiling sagemath? after the update? The issue is

sagemath and perl

2017-01-23 Thread Patrick Dupre
Hello, Trying to update perl (to 4:5.22.3-367.fc24) I get: Skipping packages with broken dependencies: because sagemath-6.8-14.fc24.x86_64 How can I avoid the issue? by Recompiling sagemath? after the update? Thank. Regards

Conflict Sagemath perl

2017-01-20 Thread Patrick Dupre
Hello, In fc24 dnf update says: Skipping packages with broken dependencies: perl x86_64 4:5.22.3-366.fc24 updates 6.0 M perl-Attribute-Handlers noarch 0.97-366.fc24 updates76 k perl-Devel-Peek

Re: Upgrade to F23 breaks PERL

2016-09-16 Thread Samuel Sieb
On 09/16/2016 12:10 AM, Stephen Davies wrote: I take it from your comment that CPAN puts things into /usr/local. Yes. Can I just blow away all things PERL in /usr/local and then install any modules that go missing using dnf? Assuming the module is packaged, you can do, for example: dnf

Re: Upgrade to F23 breaks PERL

2016-09-16 Thread Stephen Davies
On 16/09/16 15:32, Samuel Sieb wrote: On 09/15/2016 06:04 PM, Stephen Davies wrote: -- /usr/bin/perl: symbol lookup error: /usr/local/lib64/perl5/auto/Unix/Syslog/Syslog.so: undefined symbol: Perl_xs_version_bootcheck I understand from other posts that this is probably caused by my having two

Re: Upgrade to F23 breaks PERL

2016-09-16 Thread Samuel Sieb
On 09/15/2016 06:04 PM, Stephen Davies wrote: -- /usr/bin/perl: symbol lookup error: /usr/local/lib64/perl5/auto/Unix/Syslog/Syslog.so: undefined symbol: Perl_xs_version_bootcheck I understand from other posts that this is probably caused by my having two PERL installations but: a. I have

Upgrade to F23 breaks PERL

2016-09-15 Thread Stephen Davies
I have seen many posts relating to this type of issue but no canonical way to fix it properly. Since updating to F23 (from F22) using dnf last night, many/all PERL programs are broken and give errors such as: fetch_modules: error loading required module Compress/Zlib.pm: Can't load '/usr

Re: perl executable

2015-09-23 Thread Dave Cross
On 22 September 2015 at 16:19, Patrick Dupre <pdu...@gmx.com> wrote: > Hello, > > Is there a perlcc, or a way to create an executable from perl > in fedora? Fedora won't be different to any other Linux distribution. The general points made in the Perl FAQ will still apply. Ho

perl-B-C

2015-09-22 Thread Patrick Dupre
Hello, I tried to compile (rpmbuild) the package perl-B-C (from cpan) because I could find an rpm. and I get the following error messages (rpmbuild -bb perl-B-C.spec) Processing files: perl-B-C-debuginfo-1.52-1.fc22.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pdupre

Re: perl-B-C

2015-09-22 Thread Pete Travis
On Sep 22, 2015 12:10 PM, "Patrick Dupre" <pdu...@gmx.com> wrote: > > Hello, > > I tried to compile (rpmbuild) the package perl-B-C (from cpan) > because I could find an rpm. > and I get the following error messages (rpmbuild -bb perl-B-C.spec) > > Processi

Re: perl-B-C

2015-09-22 Thread Matthew Miller
On Tue, Sep 22, 2015 at 07:09:54PM +0200, Patrick Dupre wrote: > I tried to compile (rpmbuild) the package perl-B-C (from cpan) > because I could find an rpm. > and I get the following error messages (rpmbuild -bb perl-B-C.spec) > > Processing files: perl-B-C-debuginfo-1.5

perl executable

2015-09-22 Thread Patrick Dupre
Hello, Is there a perlcc, or a way to create an executable from perl in fedora? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère

Re: perl/XS

2015-08-10 Thread Dave Mitchell
On Sun, Aug 09, 2015 at 08:35:20PM +0200, Patrick Dupre wrote: I still have some issues: I check all my libraries, but probably I missed something: perl -MFitter -e 1 Can't load '/home/pdupre/perl_lib/i386-linux-thread-multi/auto/Fitter/Fitter.so' for module Fitter: libperl.so.5.18

Re: perl/XS

2015-08-09 Thread Dave Mitchell
On Sun, Aug 09, 2015 at 12:21:23AM +0200, Patrick Dupre wrote: Hello, I updated fedora 20 to fedora 22. Now, I am in trouble with my perl library. I tried to understand, but I cannot find any explanation. Hence, I am think if there is not an issue with the perl library I got: Can't load

Re: perl/XS

2015-08-09 Thread Patrick Dupre
I still have some issues: I check all my libraries, but probably I missed something: perl -MFitter -e 1 Can't load '/home/pdupre/perl_lib/i386-linux-thread-multi/auto/Fitter/Fitter.so' for module Fitter: libperl.so.5.18: cannot open shared object file: No such file or directory at /usr/lib

Re: perl/XS

2015-08-09 Thread Patrick Dupre
Thank you very much for your help. However, I solved the issue. Actually moving from fedora 20 to fedora 22, 1) I need to recompile all my perl library because perl has change from 5.18 to 5.20 2) the new libraries were not installed where they should because in my Makefile.PL I used to use

  1   2   3   >