DBD + DBI module installation problems
Hi I have got plesk 2.5 running on linux 7.1.I have followed the following instructions taken from :
http://forum.plesk.com/showthread.ph...7975#post17975
I've copied them here :
1. Download DBI module from CPAN:
# ncftpget
ftp://ftp.cpan.org/pub/CPAN/authors...DBI-1.20.tar.gz
2. Uncompress DBI module archive:
# gunzip -c DBI-1.20.tar.gz |tar xvf -
3. Change directory to DBI-1.20
# cd DBI-1.20
4. Configure DBI modules:
# perl Makefile.PL
5. Make and install DBI modules:
# make && make install
Msql-Mysql modules installation:
1. Download Mysql modules from the CPAN:
# ncftp
ftp://ftp.cpan.org/pub/CPAN/authors...sql-modules-1.2
219.tar.gz
2. Uncompress Mysql modules:
# gunzip -c Msql-Mysql-modules-1.2216.tar.gz |tar xvf -
3. Change directory to Msql-Mysql-modules-1.2216
# cd Msql-Mysql-modules-1.2216
4. Configure Mysql modules
# perl Makefile.PL
answer questions:
a) Which drivers do you want to install?
1) MySQL only
2) mSQL only (either of mSQL 1 or mSQL 2)
3) MySQL and mSQL (either of mSQL 1 or mSQL 2)
4) mSQL 1 and mSQL 2
5) MySQL, mSQL 1 and mSQL 2
Enter the appropriate number: [3]
Answer '1'.
b) Do you want to install the MysqlPerl emulation? You might keep your
old
Mysql module (to be distinguished from DBD::mysql!) if you are concerned
about compatibility to existing applications! [n]
Answer 'n'
c) Where is your MySQL installed? Please tell me the directory that
contains the subdir 'include'. [/usr/local]
Answer '/usr/local/psa/mysql'
d) Answer with default answer to any other questions
5. Make and install modules
# make && make install
# ncftpget
ftp://ftp.cpan.org/pub/CPAN/authors...DBI-1.20.tar.gz
2. Uncompress DBI module archive:
# gunzip -c DBI-1.20.tar.gz |tar xvf -
3. Change directory to DBI-1.20
# cd DBI-1.20
4. Configure DBI modules:
# perl Makefile.PL
5. Make and install DBI modules:
# make && make install
Msql-Mysql modules installation:
1. Download Mysql modules from the CPAN:
# ncftp
ftp://ftp.cpan.org/pub/CPAN/authors...sql-modules-1.2
219.tar.gz
2. Uncompress Mysql modules:
# gunzip -c Msql-Mysql-modules-1.2216.tar.gz |tar xvf -
3. Change directory to Msql-Mysql-modules-1.2216
# cd Msql-Mysql-modules-1.2216
4. Configure Mysql modules
# perl Makefile.PL
answer questions:
a) Which drivers do you want to install?
1) MySQL only
2) mSQL only (either of mSQL 1 or mSQL 2)
3) MySQL and mSQL (either of mSQL 1 or mSQL 2)
4) mSQL 1 and mSQL 2
5) MySQL, mSQL 1 and mSQL 2
Enter the appropriate number: [3]
Answer '1'.
b) Do you want to install the MysqlPerl emulation? You might keep your
old
Mysql module (to be distinguished from DBD::mysql!) if you are concerned
about compatibility to existing applications! [n]
Answer 'n'
c) Where is your MySQL installed? Please tell me the directory that
contains the subdir 'include'. [/usr/local]
Answer '/usr/local/psa/mysql'
d) Answer with default answer to any other questions
5. Make and install modules
# make && make install
Warning: prerequisite Data:

Any ideas what it means ?
When I run the ikon board test after having done the last make and make install and rebooting the server I get this :
Software error:
DBD::mysql object version 2.0416 does not match bootstrap parameter 2.1011 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
For help, please send mail to the webmaster (*@*.com), giving this error message and the time and date of the error. Content-type: text/html
Software error:
[Tue Jun 4 11:04:06 2002] test.cgi: DBD::mysql object version 2.0416 does not match bootstrap parameter 2.1011 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219. Compilation failed in require at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
For help, please send mail to the webmaster (*@*.com), giving this error message and the time and date of the error. Content-type: text/html
Ikonboard Path and Environment Test
This script checks your paths and environment variables and prints the results based on its best information available.
--------------------------------------------------------------------------------
The absolute path to this script is: /usr/local/psa/home/vhosts/domain.com/cgi-bin, on a Linux based platform.
This server is running perl version: 5.006.
DOCUMENT_ROOT: /usr/local/psa/home/vhosts/domain.com/httpdocs.
CGI Version: 2.56
Has DB_File Perl module installed? Yes
Has CGI Perl module installed? Yes
Has DBI Perl module installed? Yes
Has DBD-Mysql Perl module installed? No
DBD::mysql object version 2.0416 does not match bootstrap parameter 2.1011 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
For help, please send mail to the webmaster (*@*.com), giving this error message and the time and date of the error. Content-type: text/html
Software error:
[Tue Jun 4 11:04:06 2002] test.cgi: DBD::mysql object version 2.0416 does not match bootstrap parameter 2.1011 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219. Compilation failed in require at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
For help, please send mail to the webmaster (*@*.com), giving this error message and the time and date of the error. Content-type: text/html
Ikonboard Path and Environment Test
This script checks your paths and environment variables and prints the results based on its best information available.
--------------------------------------------------------------------------------
The absolute path to this script is: /usr/local/psa/home/vhosts/domain.com/cgi-bin, on a Linux based platform.
This server is running perl version: 5.006.
DOCUMENT_ROOT: /usr/local/psa/home/vhosts/domain.com/httpdocs.
CGI Version: 2.56
Has DB_File Perl module installed? Yes
Has CGI Perl module installed? Yes
Has DBI Perl module installed? Yes
Has DBD-Mysql Perl module installed? No
Any ideas why this happens or what I could do to get DBD to work?