Displaying 20 results from an estimated 3000 matches similar to: "can't run anything"
2003 Jul 06
0
Installing RSPerl (PR#3415)
Full_Name: Nisai Wanakule
Version: 1.7.1
OS: Solaris 2.9
Submission from: (NULL) (65.32.94.36)
I tried to install RSPerl with --with-in-perl option and got some errors. R was
built with --enable-R-shlib as indicated in the RSPerl instructions. Here is the
list output during installation:
nisai@lagrange:src 102$ R CMD INSTALL -c --configure-args='--with-in-perl'
RSPerl_0.5-7.tar.gz
*
2005 Jan 05
1
ASTCC Compiling Problem
I have this error compiling ASTCC:
[root@pbx astcc]# make install
mkdir -p /var/www
mkdir -p /var/www/html/_astcc
mkdir -p /var/www/cgi-bin/astcc-admin
chmod 755 ./astcc.agi
chmod 755 ./astcc-admin.cgi
echo | ./astcc.agi >/dev/null
Can't locate DBI.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
2004 Dec 11
1
(no subject)
when I issue a command to populate my ldap directory I receive an erro cant find Net/SSleay.pm how can I find an Net:SSleay rpm to install on FC3
-------------- next part --------------
[root@matrix ~]# smbldap-populate
Using builtin directory structure
Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/local/sbin// /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5
2007 Dec 06
0
perl-net-DNS question
When trying to run a Perl program, I get this error (even though I have both
Perl and perl-net-dns installed via yum)
Can't locate Net/DNS.pm in @INC (@INC contains: /usr/lib/nagios/plugins
/usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi
2005 Oct 17
1
Redhat 9 Samba + LDAP PDC ./smbldap-populate issue
Hello Guys,
I have configured samba & ldap as a domain controller before, but never on a
redhat 9 system. I have updated samba & ldap as far as i can tell to the
latest.
Firstly I have a smaller issue (I think) I get this error when trying to
restart ldap, as usual I have followed the samba howto; however it's not the
documentation that is the problem more so an unusal problem or
2005 Jul 04
0
radius client for portaone with asterisk-1.0.9
hello
i am trying to work with radiusclient form portaone.
but i have some problems in installation. when i am
trying to use example from
http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth
error sip debug
Can't locate Asterisk/AGI.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
2007 Oct 26
2
perl question on CentOS
I'm trying to use nmap2nagios (a perl script) on CentOS, but when I
run it, I get the following error:
(If this is offtopic for this list, please let me know)
./nmap2nagios.pl -v -r /tmp/nmap.xml -o /tmp/new.cfg
./nmap2nagios.pl: line 9: use: command not found
./nmap2nagios.pl: line 10: use: command not found
./nmap2nagios.pl: line 11: use: command not found
./nmap2nagios.pl: line 14: use:
2005 Jul 06
3
asterisk perl radiusclient
hello
how to solve these errors
/var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10
use Asterisk::AGI;
vi /etc/asterisk/extensions.conf
exten =>
_X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP
vi /etc/asterisk/modules.conf
load => res_agi.so
<---------------errors------------------------>
*CLI> Can't locate Asterisk/AGI.pm in @INC (@INC
contains:
2007 Feb 08
1
mod_perl and httpd2
I've got httpd and mod_perl installed, but I seem to have an
application that requires part of mod_perl that doesn't seem
to be properly installed into perl, notably, the 'Apache' portion.
To 'fix' this, cpan would like to install either mod_perl-1.29,
or alternatively to install mod_perl-2.0.2. 1.29 doesn't seem
smart, and 2.0.2 absolutely will not install over the
2001 Sep 15
1
Can't launch anything - cannot find '134653856'
I am using Mandrake Linux 8.1 beta 3, kernel 2.4.8-19mdk
on a 1GHz AMD system.
I use the supplied RPM: wine-20010731-1mdk
I have one problem no matter what I try to launch, I get an
error:
$ wine /mnt/win_c/winnt/system32/sol.exe
fixme:pthread_kill_other_threads_np
/usr/bin/winereal: cannot find '134653856'
err:seh:UnhandledExceptionFilter Couldn't start debugger
(debugger/winedbg
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi
# lslpp -l perl.rte
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime
Environment
# lppchk -vm3
# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion
2004 Aug 12
2
Can't locate Net/LDAP.pm in @INC
Hi guys,
I am trying to migrate my NT 4 users to samba and these are the steps that I used for installing samba.
BerkeleyDB
../dist/configure --prefix=/usr
make
make install
MIT Kerberos
./configure --prefix=/usr
make
make install
make check
OpenSSL
./config --openssldir=/usr
make
make install
Cyrus SASL
cd cyrus-sasl-2.1.19
./configure --prefix=/usr
2008 Jun 30
1
Installation 2.7.1 [requires Perl >= 5.8.0]
Hi there,
I am currently working in a research institute and I have only a reduced account. My aim is to install the New version of R under my own directory to prove the advantages of this version to my IT service to lead them to install it on the full server.
So I download the last .tar.gz file
I used "gunzip" and "tar -xf" without any problems (hopefully!)
But when I
2004 Jan 05
2
build R package on winXP
Hello,
I wrote an R function and want to build an R package on winXP. I have
set my
path:C:\bin;C:\MinGW\bin;C:\Perl\bin\;C:\Tcl\bin;C:\texmf\miktex\bin;C:\Program
Files\R\rw1081\bin;
I tried to run "Rcmd build --help" but failed. Under
C:\WINDOWS\System32\cmd.exe, I got the error message:
Please set TMPDIR to a valid temporary directory.
Under Cygwin, I got the error message:
2005 May 16
2
spamassassin
pulling my hair out...
If I rm -fr /root/.spamassassin/*
then sa-learn a bunch of messages, it works...
]# sa-learn --dump magic
0.000 0 3 0 non-token data: bayes db version
0.000 0 3997 0 non-token data: nspam
0.000 0 0 0 non-token data: nham
0.000 0 202022 0 non-token data: ntokens
0.000
2003 Mar 26
1
RSPerl, R-1.6.2 and Perl-5.8.0
Hi,
I tried to run the test (after installing the pacakge),
but ran into an error:
[laurent at ym151011 tests]$ perl -I../share/blib/arch -I../share/blib/lib test.pl
1..1
Can't load '../share/blib/arch/auto/R/R.so' for module R: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/ModPerl/Global/Global.so: undefined symbol: modperl_perl_global_avcv_call at
2003 Dec 18
1
RSPerl
If anyone can help it would be very much apreciated...
System RedHat 9
R installed as
# ./configure --enable-R-shlib
# make
# make install
and R seems to work fine ...
Then I do
# R INSTALL --clean --configure-args='--with-in-perl'
RSPerl_0.5-7.tar.gz
# export R_HOME=/usr/local/lib/R
# cd /usr/local/lib/R/library/RSPerl/examples/
# perl -I
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
Dear all,
I have installed asterisk 1.0.5 on redhat 9
I have installed also, asterisk-oh323 0.6.5 module (successfully
compiled and installed)
Now When I am trying to get asterisk communicate with a Radius (in my
case: it's the VoiceMaster Radius)
I was able to do the following:
After installing all recommended to download and install radius client
for asterisk
2010 Jan 18
0
Build R-2.10.0 on HP-UX ia64 server
Hi All,
I want to build R-2.10.0 on HP-UX, but I got following error message:
ld: Unsatisfied symbol "zgemm" in file CHOLMOD.a[cholmod_l_super_numeric.o]
ld: Unsatisfied symbol "zgemv" in file CHOLMOD.a[cholmod_l_super_solve.o]
ld: Unsatisfied symbol "zherk" in file CHOLMOD.a[cholmod_l_super_numeric.o]
ld: Unsatisfied symbol "ztrsm" in file
2010 Jan 18
1
A question about build R-2.10.0 on HP-UX ia64 server.
Hi R usrs,
I want to build R-2.10.0 on HP-UX, but I got following error message:
ld: Unsatisfied symbol "zgemm" in file CHOLMOD.a[cholmod_l_super_numeric.o]
ld: Unsatisfied symbol "zgemv" in file CHOLMOD.a[cholmod_l_super_solve.o]
ld: Unsatisfied symbol "zherk" in file CHOLMOD.a[cholmod_l_super_numeric.o]
ld: Unsatisfied symbol "ztrsm" in file