Displaying 20 results from an estimated 1000 matches similar to: "CPAN module install problem"
2004 Sep 27
1
ASTCC installation problems
Hi all
I have been using * for a couple of month and now I wanted to install the
Asterisk Calling Card.
But when I try to install I get the following error:
[root@terraserver1 astcc]# make install
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
Detected dry run!
./astcc-admin.cgi
2007 Jan 17
3
Asterisk 1.4 and CDR
Hi guys, I have recently installed a Asterisk Server with CDR Call Detail
Records. I have installed it over a Asterisk 1.2 , but now It do not run
. I have installed it with the following procedure:
# yum install ncurses
#yum install openh323-devel
# yum install mysql-server
# yum install mysql
# yum install php-gd
# yum install php-mysql
# yum install mysqlclient10
# yum install zlib
# yum
2007 May 09
1
Oracle instantclient on CentOS 4.4 with DBD::Oracle
Does anyone have experience on installing the Oracle instantclient and
DBD::Oracle on CentOS 4.4.
I have been having several issues with getting the RPMs from Oracle's site
working with DBD::Oracle. I can get the oracle instant client to install
without issue. But I cannot compile/install DBD::Oracle using cpan or
cpan2rpm.
I found http://freshrpms.net/docs/oracle/ which has a nosrc rpm
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all,
On a fresh CentOS 4.3 box, suddenly what should have took usually
around 60 seconds, now it makes me wonder if I can still perform
simple sysadmin tasks, or should I get a long vacantion...
# yum groupinstall "MySQL Database"
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed
2005 Mar 21
3
Oracle Adapter on Mac OS X?
I had previously gotten Maik Schmidt''s patch for Oracle working, but
now am trying the official Oracle adapter with the latest Rails. I''ve
been trying to get the OCI8 connector to install under OS X, but get
the following error. Has anyone gotten it working?
----
[waterdog:~/Desktop/ruby-oci8-0.1.9] stmpjmpr% ruby setup.rb config
---> lib
---> lib/DBD
---> lib/DBD/OCI8
2008 Jan 31
1
centosplus + priority plugin
I have a Centos 4 box that has been updated all the way to 4.6 without
using the centosplus repository.
Now I want to use the centosplus repository for Centos 4 to get the
latest LAMP, mod_perl, perl and other perl modules so that I can install
rt 3.6.6 and its necessary modules.
However, for some reason, the latest perl package in the centosplus
repository does not appear on the radar when
2018 May 17
2
move from netatalk to samba + vfsfruit
On Thu, May 17, 2018 at 04:49:11PM +0200, Reindl Harald via samba wrote:
>
>
> Am 17.05.2018 um 16:17 schrieb Ralph Böhme:
> > On Thu, May 17, 2018 at 03:44:12PM +0200, Reindl Harald via samba wrote:
> >> Am 17.05.2018 um 14:22 schrieb Ralph Böhme:
> >>> iirc the only thing that is currently not working is cross-protocol xattrs for
> >>> xattrs
2020 Jan 22
4
YUM (DNF) Possible Confusion Centos 8
> On 1/21/20 10:10 AM, david wrote:
>> At 08:52 AM 1/21/2020, David G. Miller wrote:
>>
>>
>>> On 1/21/20 9:35 AM, david wrote:
>>>> Folks
>>>>
>>>> In a test Centos 8 installation as a guest of VirtualBox on Windows
>>>> 10, I want to install ffmpeg, and support for exfat. They're not in
>>>> the
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
<package_name>
fails due to authentication
WARNING: The following packages cannot be authenticated
But if I do it from an ssh console normally, using apt-get install
<package_name> it works fine without issues.
Is there a way to change how puppet uses the
2018 May 17
2
move from netatalk to samba + vfsfruit
On Thu, May 17, 2018 at 03:44:12PM +0200, Reindl Harald via samba wrote:
> Am 17.05.2018 um 14:22 schrieb Ralph Böhme:
> > iirc the only thing that is currently not working is cross-protocol xattrs for
> > xattrs created via Netatalk without ea=samba. I have a WIP patch for Samba here
> > [1], but that would require a *lot* more thinking, hacking and testing.
> >
>
2008 Feb 14
2
OFF Topic: mysql installation problem
Hi All:
I'm trying to get mysql 5 installed on my CentOS 4.6 installation. I've
installed mysql using yum:
yum -y install perl-DBD-MySQL mysql-server mysql php-mysql
mod_auth_mysql phpmyadmin mysqlclient
Yum says it installed fine:
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package phpmyadmin.noarch 0:2.11.4-1.el4.rf set to
2008 Nov 18
4
New installation woes
I've just installed CentOS 5.2 for the x86_64 on a SuperMicro X6DA8-G
board with two 250g SATA drives configured in the bios as a raid 1
array. After getting the base installed, I've tried to yum update the
system and I wind up with these errors....
--> Finished Dependency Resolution
Error: Missing Dependency:
libmysqlclient.so.14(libmysqlclient_14)(64bit) is needed by package
2012 Mar 13
1
perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)
Hello,
I have server CentOS 5.7. It has mysql-community installed.
I need to run perl-based tool (mysqlreport) and it requires perl-DBD-MySQL
(not a surprise)
When I am trying to install perl-DBD-MySQL via yum -- it says it requires
libmysqlclient.*15 *and it conflicts with libmysqlclient.*16 *which was
installed as a part of mysql-community.
I tried to make symbolic link and force DBD to work
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
2018 May 17
1
move from netatalk to samba + vfsfruit
On Thu, May 17, 2018 at 05:01:57PM +0200, Reindl Harald via samba wrote:
>
>
> Am 17.05.2018 um 16:56 schrieb Ralph Böhme:
> > On Thu, May 17, 2018 at 04:49:11PM +0200, Reindl Harald via samba wrote:
> >>
> >> Am 17.05.2018 um 16:17 schrieb Ralph Böhme:
> >>> On Thu, May 17, 2018 at 03:44:12PM +0200, Reindl Harald via samba wrote:
>
2020 Jan 21
2
YUM (DNF) Possible Confusion Centos 8
At 08:52 AM 1/21/2020, David G. Miller wrote:
>On 1/21/20 9:35 AM, david wrote:
>>Folks
>>
>>In a test Centos 8 installation as a guest of
>>VirtualBox on Windows 10, I want to install
>>ffmpeg, and support for exfat. They're not in
>>the standard distribution (as far as I know), so I issue as root:
>>
>>? yum -y --enablerepo
2007 Jan 26
2
Centos 4.4 perl modules. where are they?
I need to install VICIDIAL (cause is a free outbound call solution)
and vicidial wants the following perl modules:
MD5
Digest::MD5
Digest::SHA1
readline
Bundle::CPAN
DBI (found the rpm perl-DBI)
DBD::mysql (found the RPM perl-DBD-Mysql)
Net::Telnet
Time::HiRes
Net::Server
OLE::Storage_Lite
Spreadsheet::ParseExcel
I do not want to taint the installation if an RPM is available on the
DVD or in
2008 Aug 20
1
vicidial mysql problem
I installed asterisk, astguiclient, php and mysql. but when i dialled one
number to another number my asterisk server give the following error:
> /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
> install_driver(mysql) failed: Can't load
>
'/usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/auto/DBD/mysql/mysql.so'
> for module DBD::mysql: libmysqlclient.so.15:
2006 Jan 13
1
system-config-users error
Has anyone seen this error before in CentOS 4.2? I've been setting up
two identical systems, one has this error and the other doesn't. Short
of removing and re-installing all the packages related to gtk is there
an easier solution? I have removed and re-installed all the
system-config tools, but the error didn't change.
sudo system-config-users
**
2008 Oct 13
2
Yum and case-sensitivity
Hi List,
On one of our servers (CentOS 4 32 bit), we have the dag repo enabled.
Yesterday morning during a yum update, yum replaced the CentOS package
"perl-DBD-MySQL" with one from dag, "perl-DBD-mysql".
For whatever reason, the two packages differ, in that only one of them
(the CentOS built one) includes: