mysql install

mysql install

am 14.12.2002 07:43:18 von Luke Vanderfluit

Hi,

I'm running Redhat 8.0
and I'm installing apache, php, mysql, postgres, openssl etc.

my first step is to install mysql.
I want it to be perl enabled, which means I have downloaded,
(this is in compliance with the INSTALL BINARY doc that comes with mysql),
http://www.mysql.com/doc/en/Perl_installation.html,

Data-Dumper-2.101
DBI-1.18
Msql-Mysql-modules-1.2218

Data-Dumper and DBI installed OK,
then I start mysql and
try to install Msql-Mysql-modules.

However I get an error when doing a make, the error is

/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status

thanks in advance

christmas cheers,

--
Luke Vanderfluit



------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1985@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: mysql install

am 15.12.2002 12:09:14 von Jochen Wiedmann

Quoting Luke Vanderfluit :

> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status

Sigh ... is anyone actually reading the docs? Quoting
http://www.cpan.org/authors/id/J/JW/JWIED/DBD-mysql-2.1020.r eadme,
a file that comes with the distribution as README:

Red Hat Linux 7.1 (you may prefer gnorpm)

rpm -i mysql mysql-devel mysql-server
rpm -i perl-DBI
rpm -i DBD-MySQL
rpm -i zlib-devel

------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1988@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.