Operating System - HP-UX
1748180 Members
4299 Online
108759 Solutions
New Discussion юеВ

mysql tclhttpd dependency

 
amartinez
New Member

mysql tclhttpd dependency

Hi,
I'm trying to install mysql-4.1.14 depot package from the hp-ux package archive. It depends on the package tclhttpd. But tclhttpd seems to be missing from the archive. The links pointing to it are broken.
Is there any way I could get this package or install mysql without using it?

Thank you in advance,
Angel
3 REPLIES 3
Peter Godron
Honored Contributor

Re: mysql tclhttpd dependency

spex
Honored Contributor

Re: mysql tclhttpd dependency

Angel,

I was unable to locate a depot. You may have to compile from source.

http://sourceforge.net/projects/tclhttpd/

PCS
amartinez
New Member

Re: mysql tclhttpd dependency

Hi all,
here is how i solved the problem:
I downloaded the tclhttpd sources and tried to compile them but got some compilation errors.

But I found in the mysql site http://dev.mysql.com/downloads/mysql/5.1.html#hpux-depot a mysql package that seems to have no dependencies (all the necessary libraries included) so I installed it and it seems to be working fine.

Thanks to all,
Angel