Displaying 20 results from an estimated 5000 matches similar to: "Has anyone got dvd::rip to work in CentOS?"
2004 Dec 28
2
Best RH/FC version for dvd rip?
Greetings:
I'd like to bring up a CentOS-3.3 system to use for multi-media purposes.
One of the packages I'm installing is dvdrip and all it's dependant
packages (libdv, libdvdcss, libdvdread, avifile, & transcode).
I'm hunting down the packages on freshrpms.net and I notice that there
are packages available for FC1, FC2 & FC3.
Question: Which FC version should I 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:
2005 Sep 10
2
Yum configuration and freshrpms
(Moved over from "Re: [CentOS] Why is yum not liked by some?")
>As a matter of interest, what baseurl are you using for freshrpms?
>
>
It took me a while, but I found this in my yum.conf file:
[freshrpms]
name=Fedora Core 1 - Freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/1/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/1/mirrors-freshrpms
2007 Jul 04
1
Rip quality(DVDRiP) movies on CENTOS
Hi,,
I have installed xine in order to watch movies. I have some Rip quality(
DVDRiP) movies. When I watch these, I can see the movie. But, Not clear.
vision is bad.
Do you know why? How to solve this?
pls see below for the installed RPMS. my box is CENTOS 4.4
[root at worldnet ~]# rpm -qa |grep xine
xine-0.99.4-8.el4.rf
xine-lib-1.1.4-1.el4.rf
--
Thank you
Indunil Jayasooriya
2010 Jan 29
7
perl question
I am trying to run a perl script that said it needs Net::SMPP
I ran this:
your_host]# *perl -MCPAN -e shell*
cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support enabled
cpan> *install Net::SNMP
seemed to work. no errors reported.
however when I run perl I still get the same error saying needs
./sendmessage.pl
Can't locate Net/SMPP.pm in @INC (@INC contains:
2007 Nov 14
6
perl 5.8.5-36.el4_5.2
Hi all,
Since upgrading to perl 5.8.5-36.el4_5.2 I have had no end of problems,
starting with needing compress::zlib which I got from rpmforge, then I
had to reinstall scalar::util to get mailscanner working but now I can't
install or upgrade any perl modules.
Has anyone else had problems or can someone tell me what I've done wrong
please?
regards
tom
2007 Mar 19
1
installing perl module in centos/rpmforge vs. cpan methods
Hi,
I just used RPMforge package perl-Mail-Sender, and am looking at the
perl cpan site for info, anyone got a simple way to determine if the
module is working properly?
I am trying to use the cpan info, but it's a bit cryptic (as perl is
wont to be).
-it says to use this:
#!/usr/local/bin/perl
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module
2005 Jul 12
1
Installing RSPerl and Statistics::R
Hi list,
For my research, I started using R as a statistics engine, driven by
perl scripts that manage my data and computational jobs. I recently
upgraded my cluster to Suse 9.2, and obviously wanted to upgrade R to
it's latest version, 2.1.1. Installation of R-2.1.1 went flawlessly
thanks to the rpm's created by Detlef Steuer (see cran, thanks Detlef).
To interface perl and R, two
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
2009 Aug 03
1
Perl Module Question
To safely make Perl modules from CPAN in Solaris, I used this procedure:
mkdir /opt/cpan
chmod 777 /opt/cpan
chown joe:101 /opt/cpan
PERL5LIB=$PERL5LIB:/opt/cpan
export PERL5LIB
/usr/perl5/bin/perlgcc -MCPAN -e shell
Also, ~/.cpan/CPAN/MyConfig.pm specifically had
'makepl_arg' => q[LIB=/opt/cpan PREFIX=/opt/cpan INSTALLMAN3DIR=/opt/cpan/man/man3],
Does this make sense in CentOS as
2007 Nov 07
1
Smbldap-populate error
Hello friends
I am configuring Samba + ldap from the following tutorial:
https://www.bsdwiki.de/FreeBSD_-_Samba_PDC
When I run the following command:
Smbldap-populate
this the following error:
Can't locate Convert/ASN1.pm in @INC (@INC contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8
2003 May 22
1
perl(Net::LDAP::LDIF) is needed by samba-3.0alpha24-1
Hi,
I downloaded samba as binary package for redhat 9 I tried to install it on a
test workstation where all redhat 9 packages are installed (with the adition
xfs from sgi).
Apt-get couldn't solve this dependencies and rpmfind.net freshrpms.net also
not.
Warnung: samba-3.0alpha24-1.i386.rpm: V3 DSA signature: NOKEY, key ID
2f87af6f
Fehler: Failed dependencies:
perl(Net::LDAP::LDIF)
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:
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
2005 May 17
1
smbldap-tools broken pipe
Hi,
I am working on establishing a Samba+LDAP server with management by the
smbldap tools from idealx. Versions are Samba 3.0.14a, OpenLDAP 2.2.24,
smbldap tools 0.8.8 all on Solaris 8. I'm thinking I have a problem with
my perl (perhaps), version 5.8.5, as I keep getting "Broken pipe" messages
when using smbldap-populate, smbldap-groupadd, etc. Google produced no
useful
2013 Mar 13
6
Postfix (Roundcube client) sends mail, but not able to receive
Dear All
Recently I just setup postfix, dovecot, roundcube etc in a dedicated server.
>From roundcuble, I am able to send mail to my gmail account.
But from my gmail account, when sent mail to my mail id, that I setup
recently, I do not see that email in roundcuble inbox. Neither that mail
bounced back in gmail. Not sure, how do I debug this.
Kindly let me know how should I proceed to fix
2010 Oct 12
2
Openwebmail emergency (Perl)
After system update yesterday, Openwebmail now gives an error:
> Undefined subroutine &Compress::Zlib::memGzip called at /var/www/cgi-bin/openwebmail/shares/ow-shared.pl line 1175.
I tried to do
perl -MCPAN -e shell
install Compress::Zlib
But it says Compress::Zlib is up-to-date. What do to?? I cannot find an
answer by googling.
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15
2006 Aug 24
1
make - perl - broken
Could you help me trouble shoot this? I am a bit of a rookie and
probably screwed something up.
I am trying to "make" imapsync, but there is a complaint regarding some
Perl problem that I cannot figure out.
[root at testmail imapsync-1.182]# make
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/Scalar/Util.pm line 30.
is
2008 Oct 23
3
high cpu load
I think I have narrowed down the problem why smbd processes are soaking
up so much CPU on our file server. Here are some selected samples from
strace output as I attached to the offending smbd process:
Culprit #1
I took three sample snapshots, each lasted for several seconds, and I
took them
minutes apart from each other. I noticed many lines involved stat'ing
the
a single file in the
2006 Jan 19
2
CPAN module install problem
I could use some assistance getting CPAN functional again. CPAN stopped
working on Centos 4.2 x64, and I can no longer install modules. I did a
install Bundle::CPAN and upgraded to 1.8.2, and perl was updated
afterwards via yum update. The error seems related to GPG, does anyone
know if 1.8.2 added new restrictions on signatures?
$ sudo perl -MCPAN -e shell
cpan shell -- CPAN exploration