Displaying 20 results from an estimated 500 matches similar to: "Perl Module Question"
2011 Nov 23
1
[PATCH] run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB
This change allows the run scripts of virt-v2v and libguestfs to be chained.
---
run.in | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/run.in b/run.in
index 9388398..7cef715 100755
--- a/run.in
+++ b/run.in
@@ -37,9 +37,19 @@ b=@abs_builddir@
export TMPDIR="$b"
# Set local environment relative to this script.
-export
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon
of choice for the faculty wishing to use R, then ran ./configure as before.
The ./configure output line
using as R_SHELL for scripts ... /usr/local/bin/bash
would seem to indicate that the R_SHELL environment variable was recognized
and acknowledged. However, I got the same build error:
gnumake[2]: Entering
2006 Mar 27
5
Accessing Session Object from a model
i realise that this goes against the basic idea of the MVC architecture,
but i''ve found myself in a situation where i need to get information
about the current user in a model & i''m not sure how to do it.
Basically, we have a product where each customer has their own profile
with data stored in a separate database. There are some tables in a
common
2013 Jun 10
1
SSHD relative pathing problem
Hi :)
I hope this isn't just a problem in my understanding, but anyway.
I am using `OpenSSH_6.2, OpenSSL 1.0.1e 11 Feb 2013` on an Arch Linux
system, and I got caught out on this error for several days, and I'm not
sure if its a bug for you guys or what.
Anyway, what I noticed, was that when I specifyied a custom HostKey in the
host file or by relative path, that is:
`sshd -Dd -f
2006 Jan 23
1
How to set-up LCR
How to set-up LCR ?
a. which companies can be used with LCR?
b. how to set-up & maintain LCR?
c. multiple connection to one gateway?
Example:
+886223456789 could be reachable via
a. ENUM free
b. Dundi free
c. Voipstunt free
d. Voipbuster free
e. Nufone $
f. Voipstunt $
g. others with 4 concurrent connections $$
h. others with 3 concurrent connections $$
I am looking
2008 Apr 07
1
R_SHARE_DIR not defined for use in tests/Makefile running under Windows
The make variable $(R_SHARE_DIR) seems to be available for use in
tests/Makefile when running under Linux, but not Windows (R-2.6.2, R-2.6.1,
R-2.7.0 alpha 2008-04-06, under Windows XP 64 bit, built locally for 32 bit).
Is this intentional, or an oversight? Is it OK to use $(R_HOME)/share
instead (seems to work OK)?
I notice the following in /src/gnuwin32/front-ends/rcmdfn.c (from R-alpha
2007 Aug 30
3
R and Web Applications
Hello,
I'm curious to know how people are calling R from web applications (I've
been looking for Perl but I'm open to other languages). After doing a
search, I came across the R package "RSPerl", but I'm having difficulties
getting it installed (on Mac OSX). I believe the problem probably has to do
with changes in R since the package release. Below you will see where
2015 Apr 10
3
Disabling of userdb/passdb modules using config statements
Hola,
Debian (and possibly other distros) use the /etc/dovecot/conf.d/* setup
where default config files are stuffed and then one can just add a
99-myconfig.conf et voila, variables are overruled.
This allows the distro to supply updates to the files at package upgrade
time without any/much user intervention.
The problem (for me ;) is that the system comes provided with:
auth-system.conf.ext
2008 Jul 21
0
perl module to parse httpd log on C5
hello,
Looking for alternative ideas to parse the combined Apache log:
/var/log/httpd/access_log (is how I named it)
What I've tried so far is a CPAN search, which pointed me to a recently
created module called ApacheLog::Parser
>From the C5 shell, I used something like this (heavily refined from how I started)
---------- sh script ---------
#rpm --import
2006 Jun 01
4
PERL module woes
Hi,
I'm using CentOS 4.3 on all my PC's, and I'm very happy with it.
Everything *just* works.
I want to give DVD::RIP 0.97.10 a try. I enabled rpmforge and kbs repos,
but there's only 0.52.2 available, which has an annoying bug in it. So I
installed the main dependency, transcode, via yum. Then I downloaded the
(PERL) sources of DVD::RIP 0.97.10, ran configure (e. g. perl
2017 Aug 08
12
[Bug 102106] New: xorg crashes when running gscan2pdf (libgtk2-perl) test case
https://bugs.freedesktop.org/show_bug.cgi?id=102106
Bug ID: 102106
Summary: xorg crashes when running gscan2pdf (libgtk2-perl)
test case
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2008 Jan 14
1
Install RSPerl in Leopard
Hi,
I am having problems installing RSPerl 0.92-1 in my Mac OSX 10.5.1.
I?ve installed correctly R-2.6.1 with the .mpkg.
I run the next command: <R CMD INSTALL --configure-args=' --with-in-
perl ' RSPerl>
And the next error message appears:
RSPerl
* Installing to library '/Library/Frameworks/R.framework/Resources/
library'
* Installing *source* package
2013 Mar 15
3
advice on module organization
Hi Folks,
Like to get some advice on module organization. I have a system that has a
few different components. One or more components can be installed on a
host. The hosts also have a "type" dimension. This "type" dimension could
(should) ideally be used to configure the system (fill in a bunch of
variables). Problem is, I''m not sure how the best way to do
2006 Mar 03
1
Problem with oracle&httpd...
Hi,
I have CentOS 4.2 installed on my PC and I've successfully installed
Oracle 10g along with apache web server(httpd) and perl-DBD-Oracle.
The problem is trying to connect to oracle to oracle from a CGI script.
I defined all of the environment variables(ORACLE_HOME, LD_LIBRARY_PATH,
PERL5LIB) in httpd.conf as well as apachectl scripts but I am getting the
following error in the
2005 Oct 18
1
Perl modules not working properly when installed via yum?
Hello, all -
I've been dealing with this problem for quite a while, and most of my
solutions have just been dirty hacks. I'd like to find an appropriate
solution.
I've installed perl modules in the past via yum. Sure, they get
installed - but none of my perl applications can find them. I know that
this is a long outstanding issue, because I have yet to find a real
solution.
Since
2017 Jan 02
2
cron job failures with a perl script containing Astro::Time
Everyone,
I am building a gateway server with a new : CentOS Linux release
7.3.1611 (Core)??with 3.10.0-514.2.2.el7.x86_64 kernel.
Everything was going find, but I was not able to get a particular
cronjob to function properly that contained a perl script with
Astro::Time as an include file. Astro::Time was installed with the use
of the cpan module downloaded from the Centos repositories.
The
2002 May 02
3
Building own packages on Windows 2000!
Hi!
I encountered some things trying to build own packages under Windows
2000 for which i found no answer in the documentation.
First.
1. I do not found the rcmd.exe in the bin directory of R_HOME.
I installed R using the setup.exe
2. I updated the R intatllation with one of the zip files. (rw1041sp.zip)
now i had the rcmd.exe in the bin.
3. I do not found any hint in the docu that perl is
2013 May 28
3
[PATCH 1/2] Revert "perl: Fix build and test to work with separated builds."
This reverts commit 4ea016dae96ed4fc3ca6d057f17fde9697f0e627.
---
.gitignore | 1 -
configure.ac | 2 --
perl/Makefile.PL.in | 6 +++---
perl/Makefile.am | 14 ++------------
perl/run-perl-tests | 21 +++++++++++++++++++++
perl/run-perl-tests.in | 21 ---------------------
run.in | 4 ++--
7 files changed, 28 insertions(+), 41
2017 Jan 02
0
cron job failures with a perl script containing Astro::Time
On 2017-01-02, Gregory P. Ennis <PoMec at PoMec.Net> wrote:
>
> The error message I get in the logs is :
>
> Can't locate Astro/Time.pm in @INC (@INC contains:
> /usr/local/lib64/perl5 /usr/local/share/perl5
> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
> /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/bin/s.bkup.degw3.prl
> line 12.
> BEGIN
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to
paths. eg:
prepend PYTHONPATH "/foo"
would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
Tested by:
(1) Building and testing libguestfs twice: first without libguestfs
installed as a system library, and then with it installed.
(2) Examining the output of