Project

General

Profile

GOautodial From Scratch error msg

Added by Anis Radaoui over 6 years ago

I'm trying to install gaoutodial from scratch with centos 5.11

In step 4 Itry this command
yum -y install goautodial-ce goautodial-ce-config

so I got this error msg

Error: Missing Dependency: libstdc++ = 4.1.2-54.el5 is needed by package gcc-c++-4.1.2-54.el5.x86_64 (goautodial-current)
Error: Missing Dependency: e2fsprogs-libs = 1.39-35.el5 is needed by package e2fsprogs-devel-1.39-35.el5.x86_64 (goautodial-current)
Error: Missing Dependency: libstdc++ = 4.1.2-54.el5 is needed by package libstdc++-devel-4.1.2-54.el5.x86_64 (goautodial-current)
knowing that those Dependency was installed as you seen below

Loading mirror speeds from cached hostfile libstdc++-4.1.2-54.el5.x86_64
Setting up Install Process
Package matching libstdc++-4.1.2-54.el5.x86_64 already installed. Checking for update.
Package matching libstdc++-4.1.2-54.el5.i386 already installed. Checking for update.
Nothing to do


Go to top