1831131 Members
2653 Online
110020 Solutions
New Discussion

Re: MySql

 
Ulf Sandberg
Occasional Advisor

MySql

I have download and installed MySQL from http://hpux.connect.org.uk/.
There is now "shared library" (/usr/local/lib/mysql ), wher to find it?
HP-UX 11i v1
(HP-UX 11.11)
PA-RISC 2.0
Gzipped
Binary Depot
2.22 MB
12 Sep 2005
7 REPLIES 7
Ragu_3
Trusted Contributor

Re: MySql

Please look in /usr/local/mysql/lib and symlink the .so file there to wherever needed. The lib file needed by mysql has to be present alongwith the package which you have dowloaded.

What does "ldd" equiv (in HPUX) to the mysql
binary say? Maybe the lib soname file is somewhere else.
Debian GNU/Linux for the Enterprise! Ask HP ...
Ulf Sandberg
Occasional Advisor

Re: MySql

The problem is that /usr/local/mysql/lib is empty. The depot has only filesets for /usr/local/mysql/bin and /usr/local/mysql/doc
Ragu_3
Trusted Contributor

Re: MySql

Please look in /usr/local/mysql/lib and symlink the .so file there to wherever needed. The lib file needed by mysql has to be present alongwith the package which you have dowloaded.

What does "ldd" equiv (in HPUX) to the mysql
binary say? Maybe the lib soname file is somewhere else.

Do export the libpath after you locate it.
Debian GNU/Linux for the Enterprise! Ask HP ...
Ragu_3
Trusted Contributor

Re: MySql

Excuse me for the 2nd post.

Is the mysql binary statically linked? If not, then you have to recompile from source.

YMMV.
Debian GNU/Linux for the Enterprise! Ask HP ...
Ulf Sandberg
Occasional Advisor

Re: MySql

No, I have installed the binarys from http://hpux.connect.org.uk/, and again the lib library is missing.
Steven E. Protter
Exalted Contributor

Re: MySql

Shalom,

Two mistakes I've seen so far.

1) Using hpux.connect.org.uk binaries when HP ported binaries are available from Internet Express on http://software.hp.com There is much better Q&A on the latter site.

2) Posting this request to the Linux forum which has 10% of the traffic on a good day as HP-UX forums.

I recommend you pull these binaries out of production, go to software.hp.com put in Internet Express and use the better binaries.

I'll see about moving this thread for you.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ulf Sandberg
Occasional Advisor

Re: MySql

Thnks for your answer. I will uninstall everthing and install from Internet Express.