Mysql development libraries downloads
Does anyone know where to get the mysql development libraries from? Or how to install these libraries?
Thanks.
9 Replies
Download all three, then "rpm -Uvh *.rpm"
-Chris
rpm -Uvh http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm
apt-get update
apt-get upgrade
Future installs of programs can be had like so:
apt-get install mysql
-Chris
I also had a lot of time wasted manualy removing old stuff and recompiling things to have these includes/libraries under paths.
That would mostly help newbs like me. I spent a lot of time to configure that chkconfig –add mysql and chkconfig mysql on would do the trick
Thats what I am upgrading rh small distro
The base system is to get you started, the rest should be up to the admin to decide what's on there.
@OverlordQ:
i would reccommend no.
The base system is to get you started, the rest should be up to the admin to decide what's on there.
I love barebones linux installs. Especially on a 64, I like only having what I absolutely need installed to run the services I want. Plus the more you install, the more you learn.
-Brian