kahlid123

Member
Feb 21, 2003
13
0
151
i got this erreor when i run /scripts/easyapache

Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.


how can i compile apachae for mysql 4.19?
 

OCX

Well-Known Member
Sep 20, 2003
231
0
166
kahlid123 said:
i got this erreor when i run /scripts/easyapache

Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.


how can i compile apachae for mysql 4.19?
/scripts/mysqlup

if that dont work try

/scripts/mysqlup --force


OCX
 

OCX

Well-Known Member
Sep 20, 2003
231
0
166
also too make sur eyou have already checked the box MYSQL 4.1
using 4.1 old password method Tweak Settings in WHM


then run
/scripts/mysqlup


OCX
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
kahlid123 said:
[email protected] [~]# yum install glibc
-bash: yum: command not found
That means yum is either deleted or not installed. Run this command using the full locate path:
/usr/bin/yum
If you get the same error, then you'll have to install yum using the RPM package. Download the RPM package from the author/vendor's web site or FTP. What's your OS? CentOS or FC?
 

kahlid123

Member
Feb 21, 2003
13
0
151
AndyReed said:
That means yum is either deleted or not installed. Run this command using the full locate path:
/usr/bin/yum
If you get the same error, then you'll have to install yum using the RPM package. Download the RPM package from the author/vendor's web site or FTP. What's your OS? CentOS or FC?
how i can to install RPM package for yum?

RedHat Enterprise 3 i686
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
kahlid123 said:
how i can to install RPM package for yum?

RedHat Enterprise 3 i686
RHE v3 is a commercial product, and one of the things you're paying for when buying RHE is the binary packaging of (what is otherwise mostly) open source code. You can download the SRPMS and compile them by hand, but YUM won't
do that for you. For your server, do not use yum with RHE. Just in case you have the expertise, time and resource, you CAN make your own repositories.
 
Last edited: