8 messages in com.mysql.lists.perlRe: I can't get no satisfaction (DBD-...
FromSent OnAttachments
Simon Taylor15 Mar 2004 18:25 
Jochen Wiedmann15 Mar 2004 23:10 
Brian Shen16 Mar 2004 04:40 
Kangara, Madhu16 Mar 2004 08:39 
Simon Taylor16 Mar 2004 15:09 
Jochen Wiedmann16 Mar 2004 19:14 
Simon Taylor16 Mar 2004 20:16 
Jochen Wiedmann17 Mar 2004 01:14 
Subject:Re: I can't get no satisfaction (DBD-mysql-2.9003 on HPUX 11.11)
From:Jochen Wiedmann (jo@ispsoft.de)
Date:03/17/2004 01:14:19 AM
List:com.mysql.lists.perl

Simon Taylor wrote:

1. Work out that in this vanilla HP cc environment, the machine had no c++ compiler, which is required for the 'mysql' executable

2. Edit the MySQL "configure" script by hand to remove the checks it does for c++/g++ compilers

Ok, then replace "configure, make, make install" with "install gcc, configure, make, make install". :-)

I tend to have gcc installed on each Unix host within 5 minutes after my first touch. It simplifies so many things.

Jochen