DBD::mysql HElp

2001-12-29 Thread Clinton Hesse

 Hi,
 
 I'm trying to install DBD::MYSQL on Windows 2000 Pro.
 I've already install DBI
 
 Using ppm for ActivePerl
 I downloaded DBI and extracted it to a folder.
 Then i ran 
 
 ppm intall DBI
 It installed fine.
 
 I did the exact same thing for DBD::MYSQL but i get the following error
 
 Error: Package 'DBD::mysql' not found. Please 'search' for ot first.
 
 Do you know why it is not finding it? Please help!
 
 Thank you
 
 Clinton
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: DBD::mysql HElp

2001-12-29 Thread David J Jackson

Did you do install mysql or install DBD-mysql?

Here's what the activestate page has to say:
ActivePerl offers a PPM archive of DBD::mysql. All you need to do is typing 

  ppm
  install DBI
  install DBD-mysql

This will fetch the modules via HTTP and install them. If you need to use a 
WWW proxy server, the environment variable

Now if you'll excuse me while i pull up my PHP soapbox.
I find PHP a much more direct( and simpler) why to build
dynamic web pages (if that's objective is?), and the user
community *much* more helpful. http://php.net.

As far as the Perl side goes: try the howto at http://perlmongs.org.

-- David


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




DBD::mysql HElp

2001-12-28 Thread Clinton Hesse

Hi,

I'm trying to install DBD::MYSQL on Windows 2000 Pro.
I've already install DBI

Using ppm for ActivePerl
I downloaded DBI and extracted it to a folder.
Then i ran 

ppm intall DBI
It installed fine.

I did the exact same thing for DBD::MYSQL but i get the following error

Error: Package 'DBD::mysql' not found. Please 'search' for ot first.

Do you know why it is not finding it? Please help!

Thank you

Clinton


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: DBD::MySQL Help!!

2001-05-23 Thread Mark Rowlands

If this was the binary install, I had the same problemso I compiled from 
source.problem went away.

 Hi,

 Im trying to do the CPAN install of DBD::MySQL, Im running OpenBSD 2.7 ---
 I know this is prolly not the best list for this question, but its the only
 related list im currently subscribed to... When I do the install it askes
 me what db to test on and i put test, localhost for host, then i put root
 as the test user and my root sql users pw for the password, it does some
 stuff then it runs the make test and this is what happens...

 Any help??


 Running make test
 PERL_DL_NONLAZY=1
 /usr/local/bin/perl -I../blib/arch -I../blib/lib
 -I/usr/local/lib/perl5/5.6. 1/OpenBSD.i386-openbsd
 -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(runtests $verbose);
 $verbose=0; runtests @ARGV;' t/*.t
 t/00base/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/00basedubious
 Test returned status 1 (wstat 256, 0x100)
 t/10dsnlist./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/10dsnlist.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/20createdrop../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/20createdrop..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/30insertfetch./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/30insertfetch.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40bindparam.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/40bindparam...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40blobs.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/40blobs...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40listfields../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/40listfields..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40nulls.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/40nulls...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40numrows./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/40numrows.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/50chopblanks../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/50chopblanks..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/50commit../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/50commit..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/60leaks...skipped test on this platform
 t/ak-dbd/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/ak-dbddubious
 Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED tests 1-90
 Failed 90/90 tests, 0.00% okay
 t/dbdadmin../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
 such file or directory
 t/dbdadmin..dubious
 Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED tests 1-20
 Failed 20/20 tests, 0.00% okay
 Failed Test   Status Wstat Total Fail  Failed  List of Failed
 ---
- 
 t/00base.t 1   256??   ??   %  ??
 t/10dsnlist.t  1   256??   ??   %  ??
 t/20createdrop.t   1   256??   ??   %  ??
 t/30insertfetch.t  1   256??   ??   %  ??
 t/40bindparam.t1   256??   ??   %  ??
 t/40blobs.t1   256??   ??   %  ??
 t/40listfields.t   1   256??   ??   %  ??
 t/40nulls.t1   256??   ??   %  ??
 t/40numrows.t  1   256??   ??   %  ??
 t/50chopblanks.t   1   256??   ??   %  ??
 t/50commit.t   1   256??   ??   %  ??
 t/ak-dbd.t 1   25690   90 100.00%  1-90
 t/dbdadmin.t   1   25620   20 100.00%  1-20
 1 test skipped.
 Failed 13/14 test scripts, 7.14% okay. 110/110 subtests failed, 0.00% okay.
 *** Error code 2

 Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216/mysql (line 737 of
 Makefile).
 *** Error code 1

 Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216 (line 732 of Makefile).
   /usr/bin/make test -- NOT OK
 Running make install
   make test had returned bad status, won't install without force
 Running install for module DBD::mysql
 Running make for J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz
   Is already unwrapped into directory
 /root/.cpan/build/Msql-Mysql-modules-1.2216
   Has already been processed within this session
 Running make test
   Won't repeat unsuccessful test during this command
 Running make install
   make test had returned bad 

RE: DBD::MySQL Help!!

2001-05-23 Thread Megan Payne



I had the same problem too. If you go to CPAN and then go to DBD::Mysql,
click on the ftp site to
Jochen Wiedmann's directory and scroll past the one that says DBD-Mysql-yada
to the one that says Msql-Mysql-modules-1.2216.tar.gz and install that one
instead, it should work. Worked like a charm for me - on RedHat.

Megan


  Hi,
 
  Im trying to do the CPAN install of DBD::MySQL, Im running
 OpenBSD 2.7 ---
  I know this is prolly not the best list for this question, but
 its the only
  related list im currently subscribed to... When I do the
 install it askes
  me what db to test on and i put test, localhost for host, then
 i put root
  as the test user and my root sql users pw for the password, it does some
  stuff then it runs the make test and this is what happens...
 
  Any help??
 
 
  Running make test
  PERL_DL_NONLAZY=1
  /usr/local/bin/perl -I../blib/arch -I../blib/lib
  -I/usr/local/lib/perl5/5.6. 1/OpenBSD.i386-openbsd
  -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(runtests
 $verbose);
  $verbose=0; runtests @ARGV;' t/*.t
  t/00base/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/00basedubious
  Test returned status 1 (wstat 256, 0x100)
  t/10dsnlist./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/10dsnlist.dubious
  Test returned status 1 (wstat 256, 0x100)
  t/20createdrop../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/20createdrop..dubious
  Test returned status 1 (wstat 256, 0x100)
  t/30insertfetch./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/30insertfetch.dubious
  Test returned status 1 (wstat 256, 0x100)
  t/40bindparam.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/40bindparam...dubious
  Test returned status 1 (wstat 256, 0x100)
  t/40blobs.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/40blobs...dubious
  Test returned status 1 (wstat 256, 0x100)
  t/40listfields../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/40listfields..dubious
  Test returned status 1 (wstat 256, 0x100)
  t/40nulls.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/40nulls...dubious
  Test returned status 1 (wstat 256, 0x100)
  t/40numrows./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/40numrows.dubious
  Test returned status 1 (wstat 256, 0x100)
  t/50chopblanks../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/50chopblanks..dubious
  Test returned status 1 (wstat 256, 0x100)
  t/50commit../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/50commit..dubious
  Test returned status 1 (wstat 256, 0x100)
  t/60leaks...skipped test on this platform
  t/ak-dbd/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/ak-dbddubious
  Test returned status 1 (wstat 256, 0x100)
  DIED. FAILED tests 1-90
  Failed 90/90 tests, 0.00% okay
  t/dbdadmin../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No
  such file or directory
  t/dbdadmin..dubious
  Test returned status 1 (wstat 256, 0x100)
  DIED. FAILED tests 1-20
  Failed 20/20 tests, 0.00% okay
  Failed Test   Status Wstat Total Fail  Failed  List of Failed
 
 --
 -
 - 
  t/00base.t 1   256??   ??   %  ??
  t/10dsnlist.t  1   256??   ??   %  ??
  t/20createdrop.t   1   256??   ??   %  ??
  t/30insertfetch.t  1   256??   ??   %  ??
  t/40bindparam.t1   256??   ??   %  ??
  t/40blobs.t1   256??   ??   %  ??
  t/40listfields.t   1   256??   ??   %  ??
  t/40nulls.t1   256??   ??   %  ??
  t/40numrows.t  1   256??   ??   %  ??
  t/50chopblanks.t   1   256??   ??   %  ??
  t/50commit.t   1   256??   ??   %  ??
  t/ak-dbd.t 1   25690   90 100.00%  1-90
  t/dbdadmin.t   1   25620   20 100.00%  1-20
  1 test skipped.
  Failed 13/14 test scripts, 7.14% okay. 110/110 subtests failed,
 0.00% okay.
  *** Error code 2
 
  Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216/mysql (line 737 of
  Makefile).
  *** Error code 1
 
  Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216 (line 732
 of Makefile).
/usr/bin/make test -- NOT OK
  Running make install
make test had returned bad status, won't install without force
  Running install for module 

DBD::MySQL Help!!

2001-05-02 Thread Rick Kukiela

Hi,

Im trying to do the CPAN install of DBD::MySQL, Im running OpenBSD 2.7 --- I
know this is prolly not the best list for this question, but its the only
related list im currently subscribed to... When I do the install it askes me
what db to test on and i put test, localhost for host, then i put root as
the test user and my root sql users pw for the password, it does some stuff
then it runs the make test and this is what happens...

Any help??


Running make test
PERL_DL_NONLAZY=1
/usr/local/bin/perl -I../blib/arch -I../blib/lib -I/usr/local/lib/perl5/5.6.
1/OpenBSD.i386-openbsd -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness
qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00base/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/00basedubious
Test returned status 1 (wstat 256, 0x100)
t/10dsnlist./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/10dsnlist.dubious
Test returned status 1 (wstat 256, 0x100)
t/20createdrop../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/20createdrop..dubious
Test returned status 1 (wstat 256, 0x100)
t/30insertfetch./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/30insertfetch.dubious
Test returned status 1 (wstat 256, 0x100)
t/40bindparam.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/40bindparam...dubious
Test returned status 1 (wstat 256, 0x100)
t/40blobs.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/40blobs...dubious
Test returned status 1 (wstat 256, 0x100)
t/40listfields../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/40listfields..dubious
Test returned status 1 (wstat 256, 0x100)
t/40nulls.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/40nulls...dubious
Test returned status 1 (wstat 256, 0x100)
t/40numrows./usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/40numrows.dubious
Test returned status 1 (wstat 256, 0x100)
t/50chopblanks../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/50chopblanks..dubious
Test returned status 1 (wstat 256, 0x100)
t/50commit../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/50commit..dubious
Test returned status 1 (wstat 256, 0x100)
t/60leaks...skipped test on this platform
t/ak-dbd/usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/ak-dbddubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 1-90
Failed 90/90 tests, 0.00% okay
t/dbdadmin../usr/libexec/ld.so: perl: libmysqlclient.so.6.0: No such
file or directory
t/dbdadmin..dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 1-20
Failed 20/20 tests, 0.00% okay
Failed Test   Status Wstat Total Fail  Failed  List of Failed


t/00base.t 1   256??   ??   %  ??
t/10dsnlist.t  1   256??   ??   %  ??
t/20createdrop.t   1   256??   ??   %  ??
t/30insertfetch.t  1   256??   ??   %  ??
t/40bindparam.t1   256??   ??   %  ??
t/40blobs.t1   256??   ??   %  ??
t/40listfields.t   1   256??   ??   %  ??
t/40nulls.t1   256??   ??   %  ??
t/40numrows.t  1   256??   ??   %  ??
t/50chopblanks.t   1   256??   ??   %  ??
t/50commit.t   1   256??   ??   %  ??
t/ak-dbd.t 1   25690   90 100.00%  1-90
t/dbdadmin.t   1   25620   20 100.00%  1-20
1 test skipped.
Failed 13/14 test scripts, 7.14% okay. 110/110 subtests failed, 0.00% okay.
*** Error code 2

Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216/mysql (line 737 of
Makefile).
*** Error code 1

Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216 (line 732 of Makefile).
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Running install for module DBD::mysql
Running make for J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz
  Is already unwrapped into directory
/root/.cpan/build/Msql-Mysql-modules-1.2216
  Has already been processed within this session
Running make test
  Won't repeat unsuccessful test during this command
Running make install
  make test had returned bad status, won't install without force
Bundle summary: The following items in bundle Bundle::DBD::mysql had
installation problems:
  Mysql DBD::mysql



Thanks,
Rick



Re: DBD::MySQL Help!!

2001-05-02 Thread Ken Menzel

Hi Rick,  It looks similar to a problem I had on FreeBSD in not
finding the shared library.  I added this command to a startup file
(mysql_server.sh) in rc.d directory.
/sbin/ldconfig -m /usr/local/lib/mysql

You may need to check if -m is the right option for openbsd but I am
sure you need ldconfig!

I hope this helps.
Ken
-
Ken Menzel  ICQ# 9325188
www.icarz.com  [EMAIL PROTECTED]
- Original Message -
From: Rick Kukiela [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 02, 2001 2:19 AM
Subject: DBD::MySQL Help!!


 Hi,

 Im trying to do the CPAN install of DBD::MySQL, Im running OpenBSD
2.7 --- I
 know this is prolly not the best list for this question, but its the
only
 related list im currently subscribed to... When I do the install it
askes me
 what db to test on and i put test, localhost for host, then i put
root as
 the test user and my root sql users pw for the password, it does
some stuff
 then it runs the make test and this is what happens...

 Any help??


 Running make test
 PERL_DL_NONLAZY=1

/usr/local/bin/perl -I../blib/arch -I../blib/lib -I/usr/local/lib/perl
5/5.6.
 1/OpenBSD.i386-openbsd -I/usr/local/lib/perl5/5.6.1 -e 'use
Test::Harness
 qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
 t/00base/usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/00basedubious
 Test returned status 1 (wstat 256, 0x100)
 t/10dsnlist./usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/10dsnlist.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/20createdrop../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/20createdrop..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/30insertfetch./usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/30insertfetch.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40bindparam.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/40bindparam...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40blobs.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/40blobs...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40listfields../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/40listfields..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40nulls.../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/40nulls...dubious
 Test returned status 1 (wstat 256, 0x100)
 t/40numrows./usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/40numrows.dubious
 Test returned status 1 (wstat 256, 0x100)
 t/50chopblanks../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/50chopblanks..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/50commit../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/50commit..dubious
 Test returned status 1 (wstat 256, 0x100)
 t/60leaks...skipped test on this platform
 t/ak-dbd/usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/ak-dbddubious
 Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED tests 1-90
 Failed 90/90 tests, 0.00% okay
 t/dbdadmin../usr/libexec/ld.so: perl: libmysqlclient.so.6.0:
No such
 file or directory
 t/dbdadmin..dubious
 Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED tests 1-20
 Failed 20/20 tests, 0.00% okay
 Failed Test   Status Wstat Total Fail  Failed  List of Failed
 

 
 t/00base.t 1   256??   ??   %  ??
 t/10dsnlist.t  1   256??   ??   %  ??
 t/20createdrop.t   1   256??   ??   %  ??
 t/30insertfetch.t  1   256??   ??   %  ??
 t/40bindparam.t1   256??   ??   %  ??
 t/40blobs.t1   256??   ??   %  ??
 t/40listfields.t   1   256??   ??   %  ??
 t/40nulls.t1   256??   ??   %  ??
 t/40numrows.t  1   256??   ??   %  ??
 t/50chopblanks.t   1   256??   ??   %  ??
 t/50commit.t   1   256??   ??   %  ??
 t/ak-dbd.t 1   25690   90 100.00%  1-90
 t/dbdadmin.t   1   25620   20 100.00%  1-20
 1 test skipped.
 Failed 13/14 test scripts, 7.14% okay. 110/110 subtests failed,
0.00% okay.
 *** Error code 2

 Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216/mysql (line 737
of
 Makefile).
 *** Error code 1

 Stop in /root/.cpan/build/Msql-Mysql-modules-1.2216