Topic: The "error occured on line 58" problem, and my setup

Hello,
Can someone point me in the right direction and tell me where i go wrong.
I got my own webserver which is running Debian 3.1 (minimal install).

This is what i apt-get:

apt-get install mysql-server mysql-client libmysqlclient12-dev phpmyadmin imagemagick
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apache apache-common apache2-utils libapache-mod-php4 libapr0
  libdbd-mysql-perl libdbi-perl libdps1 libexpat1 libfreetype6 libice6
  libjasper-1.701-1 libjpeg62 liblcms1 libmagick6 libmysqlclient12
  libnet-daemon-perl libplrpc-perl libpng12-0 libsm6 libtiff4 libx11-6
  libxext6 libxml2 libxt6 libzzip-0-12 mysql-common php4 php4-common
  php4-mysql ucf xfree86-common xlibs-data zlib1g-dev
Suggested packages:
  apache-doc apache-ssl apache-perl gs html2ps php4-pear dbishell
  libfreetype6-dev libjasper-runtime liblcms-utils libcompress-zlib-perl
  mysql-doc php4-gd php5-gd x-window-system-core x-window-system
Recommended packages:
  xml-core debconf-utils
The following NEW packages will be installed:
  apache apache-common apache2-utils imagemagick libapache-mod-php4 libapr0
  libdbd-mysql-perl libdbi-perl libdps1 libexpat1 libfreetype6 libice6
  libjasper-1.701-1 libjpeg62 liblcms1 libmagick6 libmysqlclient12
  libmysqlclient12-dev libnet-daemon-perl libplrpc-perl libpng12-0 libsm6
  libtiff4 libx11-6 libxext6 libxml2 libxt6 libzzip-0-12 mysql-client
  mysql-common mysql-server php4 php4-common php4-mysql phpmyadmin ucf
  xfree86-common xlibs-data zlib1g-dev
0 upgraded, 39 newly installed, 0 to remove and 1 not upgraded.
Need to get 22.9MB of archives.
After unpacking 67.7MB of additional disk space will be used.
Do you want to continue? [Y/n]

Rickard writes "With the introduction of MySQL 4.1, the client authentication procedure was changed (stronger hashing)." This is strange becouse the stable MySQL Debian package is 4.0.24-10, or am i missing something hmm

2

Re: The "error occured on line 58" problem, and my setup

Debian Sarge defaults to the MySQL 4.0 series, you have to specify MySQL 4.1:

http://packages.debian.org/stable/misc/mysql-server-4.1

Re: The "error occured on line 58" problem, and my setup

Thanks for your reply hcgtv.
What Richard said was "What the error message means is that you're running MySQL 4.1 or later and that your PHP environment is using a MySQL client library that is pre 4.1."

So, if I use MySQL 4.0 how can i get this error message? Hell, I even tryed to update MySQL to 4.1 but with no success hmm
I would really appreciate all help you all can give me, becouse i am totally lost here.

Re: The "error occured on line 58" problem, and my setup

Please copy/paste the exact error, line 58 can mean a number of things

Re: The "error occured on line 58" problem, and my setup

Ok, will do so when i get home from work.