473,405 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Mysql and Slackware9.0

The problem is that when I installed Slackware I told it to install
MySQL. I thought it did so. I looked around and found in the
directory /etc/rc.d/ a file called rc.mysqld.new wich I read.
It said to make this file executable so that it would start the
daemon at system boot. I made it executable. Needless to say it didn't
work.
So I read a little further. The same files says
to build the grant tables by switching to the mysql
user with the su command and running
mysql_install_db.

This gives me this error:
/usr/libexec/mysqld: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/libexec/mysqld)
Installation of grant tables failed!

That is when I figured I'd just try to reinstall for the heck of
it and of course now using the rpm --install command with the
MySQL rpm I'm getting the same problem Mr. Thorne is getting.

bash-2.05b# rpm --install MySQL-server-4.0.16-0.i386.rpm
error: failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/perl is needed by MySQL-server-4.0.16-0
I have posted to multiple news groups and forums. Will someone please
help out the Noobs?

David Dalrymple

blizeach over and out!
KCHHH!!!!
Jul 19 '05 #1
4 3016

"blizeach" <bl******@Slacker.blizeach.org> wrote in message
news:pa****************************@Slacker.blizea ch.org...

For future reference see my response to your earlier post. Now as a prequel
to that response, I offer the following opinions (FWTW):

Maybe use a "friendlier distro". I really enjoy Slack, and have used it in
several production environments, but from the tone of your post, it sounds
like you're struggling. I suggest Suse or Libranet.

But if you are going to ride it out, I would blow out the rpm mysql install
completely. Get your shell and Perl working properly (see below). Then I
would "wget/download" the precompiled binaries from www.mysql.com . Create a
/usr/local/mysql directory. Then follow the directions on the myql website.
The directions as they relate to installing the binaries, are excellent and
will yield a rock solid mysql install.
The problem is that when I installed Slackware I told it to install
MySQL. I thought it did so. I looked around and found in the
directory /etc/rc.d/ a file called rc.mysqld.new wich I read.
It said to make this file executable so that it would start the
daemon at system boot. I made it executable. Needless to say it didn't
work.
So I read a little further. The same files says
to build the grant tables by switching to the mysql
user with the su command and running
mysql_install_db.

This gives me this error:
/usr/libexec/mysqld: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/libexec/mysqld) Installation of grant tables failed!

That is when I figured I'd just try to reinstall for the heck of
it and of course now using the rpm --install command with the
MySQL rpm I'm getting the same problem Mr. Thorne is getting.

bash-2.05b# rpm --install MySQL-server-4.0.16-0.i386.rpm
error: failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/perl is needed by MySQL-server-4.0.16-0


If they are not there already, you should install the bash shell and Perl
Jul 19 '05 #2

"blizeach" <bl******@Slacker.blizeach.org> wrote in message
news:pa****************************@Slacker.blizea ch.org...

For future reference see my response to your earlier post. Now as a prequel
to that response, I offer the following opinions (FWTW):

Maybe use a "friendlier distro". I really enjoy Slack, and have used it in
several production environments, but from the tone of your post, it sounds
like you're struggling. I suggest Suse or Libranet.

But if you are going to ride it out, I would blow out the rpm mysql install
completely. Get your shell and Perl working properly (see below). Then I
would "wget/download" the precompiled binaries from www.mysql.com . Create a
/usr/local/mysql directory. Then follow the directions on the myql website.
The directions as they relate to installing the binaries, are excellent and
will yield a rock solid mysql install.
The problem is that when I installed Slackware I told it to install
MySQL. I thought it did so. I looked around and found in the
directory /etc/rc.d/ a file called rc.mysqld.new wich I read.
It said to make this file executable so that it would start the
daemon at system boot. I made it executable. Needless to say it didn't
work.
So I read a little further. The same files says
to build the grant tables by switching to the mysql
user with the su command and running
mysql_install_db.

This gives me this error:
/usr/libexec/mysqld: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/libexec/mysqld) Installation of grant tables failed!

That is when I figured I'd just try to reinstall for the heck of
it and of course now using the rpm --install command with the
MySQL rpm I'm getting the same problem Mr. Thorne is getting.

bash-2.05b# rpm --install MySQL-server-4.0.16-0.i386.rpm
error: failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/perl is needed by MySQL-server-4.0.16-0


If they are not there already, you should install the bash shell and Perl
Jul 19 '05 #3
On Sun, 16 Nov 2003 16:21:22 +0000, sdfgsd wrote:

"blizeach" <bl******@Slacker.blizeach.org> wrote in message
news:pa****************************@Slacker.blizea ch.org...

For future reference see my response to your earlier post. Now as a prequel
to that response, I offer the following opinions (FWTW):

Maybe use a "friendlier distro". I really enjoy Slack, and have used it in
several production environments, but from the tone of your post, it sounds
like you're struggling. I suggest Suse or Libranet.

But if you are going to ride it out, I would blow out the rpm mysql install
completely. Get your shell and Perl working properly (see below). Then I
would "wget/download" the precompiled binaries from www.mysql.com . Create a
/usr/local/mysql directory. Then follow the directions on the myql website.
The directions as they relate to installing the binaries, are excellent and
will yield a rock solid mysql install.
The problem is that when I installed Slackware I told it to install
MySQL. I thought it did so. I looked around and found in the
directory /etc/rc.d/ a file called rc.mysqld.new wich I read.
It said to make this file executable so that it would start the
daemon at system boot. I made it executable. Needless to say it didn't
work.
So I read a little further. The same files says
to build the grant tables by switching to the mysql
user with the su command and running
mysql_install_db.

This gives me this error:
/usr/libexec/mysqld: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found

(required by /usr/libexec/mysqld)
Installation of grant tables failed!

That is when I figured I'd just try to reinstall for the heck of
it and of course now using the rpm --install command with the
MySQL rpm I'm getting the same problem Mr. Thorne is getting.

bash-2.05b# rpm --install MySQL-server-4.0.16-0.i386.rpm
error: failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/perl is needed by MySQL-server-4.0.16-0


If they are not there already, you should install the bash shell and Perl


I stuck it out. I dont give up. I really like slack so far. My
problem was I was lazzy and didnt read everything I should have because
I was in a hurry. Plus I had a crappy install. I told it to install
everything during setup but It must have messed up somewhere else
gcc and perl would have been working. So to make a long story short
I reinstalled slack heheh and got it running. Now if I could just get
it to run during bootup that would rock.
Thanks for your help.
dave
Jul 19 '05 #4
On Sun, 16 Nov 2003 16:21:22 +0000, sdfgsd wrote:

"blizeach" <bl******@Slacker.blizeach.org> wrote in message
news:pa****************************@Slacker.blizea ch.org...

For future reference see my response to your earlier post. Now as a prequel
to that response, I offer the following opinions (FWTW):

Maybe use a "friendlier distro". I really enjoy Slack, and have used it in
several production environments, but from the tone of your post, it sounds
like you're struggling. I suggest Suse or Libranet.

But if you are going to ride it out, I would blow out the rpm mysql install
completely. Get your shell and Perl working properly (see below). Then I
would "wget/download" the precompiled binaries from www.mysql.com . Create a
/usr/local/mysql directory. Then follow the directions on the myql website.
The directions as they relate to installing the binaries, are excellent and
will yield a rock solid mysql install.
The problem is that when I installed Slackware I told it to install
MySQL. I thought it did so. I looked around and found in the
directory /etc/rc.d/ a file called rc.mysqld.new wich I read.
It said to make this file executable so that it would start the
daemon at system boot. I made it executable. Needless to say it didn't
work.
So I read a little further. The same files says
to build the grant tables by switching to the mysql
user with the su command and running
mysql_install_db.

This gives me this error:
/usr/libexec/mysqld: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found

(required by /usr/libexec/mysqld)
Installation of grant tables failed!

That is when I figured I'd just try to reinstall for the heck of
it and of course now using the rpm --install command with the
MySQL rpm I'm getting the same problem Mr. Thorne is getting.

bash-2.05b# rpm --install MySQL-server-4.0.16-0.i386.rpm
error: failed dependencies:
fileutils is needed by MySQL-server-4.0.16-0
sh-utils is needed by MySQL-server-4.0.16-0
/bin/sh is needed by MySQL-server-4.0.16-0
/usr/bin/perl is needed by MySQL-server-4.0.16-0


If they are not there already, you should install the bash shell and Perl


I stuck it out. I dont give up. I really like slack so far. My
problem was I was lazzy and didnt read everything I should have because
I was in a hurry. Plus I had a crappy install. I told it to install
everything during setup but It must have messed up somewhere else
gcc and perl would have been working. So to make a long story short
I reinstalled slack heheh and got it running. Now if I could just get
it to run during bootup that would rock.
Thanks for your help.
dave
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: francescomoi | last post by:
Hi. I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: ---------------------------------- # export PATH=$PATH:/usr/local/mysql/bin/ # export mysqlclient=mysqlclient_r # python setup.py...
0
by: Randell D. | last post by:
Folks, I have installed MySQL v4 (client, server and development rpm's). I've tried and failed to use the recommended mysqladmin to set a root password after the installation (I have another post...
0
by: Donald Tyler | last post by:
Then the only way you can do it that I can think of is to write a PHP script to do basically what PHPMyAdmin is trying to do but without the LOCAL in there. However to do that you would need to...
4
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I...
0
by: Yun Guan | last post by:
Hello mysql gurus, I am trying to run perl on mysql database on Red Hat box. I want to install DBI and DBD:mysql using CPAN: perl -MCPAN -e shell cpan>install DBI The above succeeded, but...
0
by: Mike Chirico | last post by:
Interesting Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Copyright (GPU Free Documentation License) 2004 Last Updated: Mon Jun 7 10:37:28 EDT 2004 The latest...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
1
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
3
by: menzies | last post by:
Hi, I"m new to this forum, but I have been trying all day to install DBD::mysql onto my Intel MacBook. I've read lots of forums pages and none have gotten me to a successful 'make test' or a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.