1829762 Members
8247 Online
109992 Solutions
New Discussion

HP-UX 11.11 mysql

 
Anand Chauhan
Occasional Contributor

HP-UX 11.11 mysql

I have mysql-max-3.23.52-hp-hpux10.20-hppa1.1, and I have installed it on HP-UX 11.11, but It is ment for 10.20, hence I downloded the depot mysql-3.23.42-sd-11.00.depot as recommended by some one, so avoid the libgcc_s.sl message. Question is : WHAT IS A DEPOT, AND WHAT TO DO WITH THE DEPOT??? It is just a binary file, so how do I use it to run my mysqld. I am in desperate need of help some one please reply here or to akchauhan3@hotmail.com
-Andy.
Andy
1 REPLY 1
Denver Osborn
Honored Contributor

Re: HP-UX 11.11 mysql

Hi,

The depot file contains the software you want to install.. use swinstall to install it on your system. Here's systax.

swinstall -s /tmp/mysql-3.23.42-sd-11.00.depot \*



This assumes you saved the depot file to /tmp. After it is installed, cd to /opt/mysql... there should be a README file around there somewhere to get you going. You can also refer to http://www.mysql.com for more information.

Hope this helps,
-denver