DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 29.10.2003 18:18:32 von kk747

Adam Turetzky wrote:
> Anyway, I'm trying to get DBI::MySQL to install using CPAN. The DBI
> module installed fine from there with no complaints, however, the MySQL
> module quits before the "make" file with the following output.

Adam, I hope you've seen this?
http://www.mail-archive.com/macosx%40perl.org/msg05736.html

Apparently Panther ships with an incorrect Config.pm file (due to a
mistake in perl 5.8.1rc3's hints/darwin.sh). This message shows how to
fix it. Hope this helps.

yours,
ken


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 01:15:08 von Adam Turetzky

On Oct 29, 2003, at 11:18 AM, kk747@columbia.edu wrote:

> Adam Turetzky wrote:
>> Anyway, I'm trying to get DBI::MySQL to install using CPAN. The DBI
>> module installed fine from there with no complaints, however, the
>> MySQL
>> module quits before the "make" file with the following output.
>
> Adam, I hope you've seen this?
> http://www.mail-archive.com/macosx%40perl.org/msg05736.html
>
> Apparently Panther ships with an incorrect Config.pm file (due to a
> mistake in perl 5.8.1rc3's hints/darwin.sh). This message shows how to
> fix it. Hope this helps.
>
> yours,
> ken
>
>

I hadn't see that and THANK YOU! It at least got me farther down the
road.

Now it's having a new problem, it won't pass the tests after 'make'

Here's the output:

Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
rm -f blib/arch/auto/DBD/mysql/mysql.bundle
LD_RUN_PATH="/usr/lib" /usr/bin/perl myld env
MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup
-L/usr/local/lib dbdimp.o mysql.o -o
blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib
-lmysqlclient -lz -lm
chmod 755 blib/arch/auto/DBD/mysql/mysql.bundle
cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 blib/arch/auto/DBD/mysql/mysql.bs
Manifying blib/man3/DBD::mysql::INSTALL.3pm
Manifying blib/man3/Mysql.3pm
Manifying blib/man3/DBD::mysql.3pm
Manifying blib/man3/Bundle::DBD::mysql.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base...........ok
t/10dsnlist........ok
t/20createdrop.....ok
t/30insertfetch....ok
t/40bindparam......ok
t/40blobs..........ok
t/40listfields.....ok
t/40nulls..........ok
t/40numrows........ok
t/50chopblanks.....ok
t/50commit.........ok
t/60leaks..........skipped
all skipped: $ENV{SLOW_TESTS} is not set or Proc::ProcessTable
not installed
t/ak-dbd...........ok
t/akmisc...........ok
t/dbdadmin.........ok
t/insertid.........ok
t/mysql............FAILED tests 46-48
Failed 3/68 tests, 95.59% okay
t/mysql2...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ ------------
-------
t/mysql.t 68 3 4.41% 46-48
1 test skipped.
Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

Any ideas? I'm installing from CPAN as noted here:

http://www.entropy.ch/phpbb2/viewtopic.php?p=59#59

Adam



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 01:15:08 von Adam Turetzky

On Oct 29, 2003, at 11:18 AM, kk747@columbia.edu wrote:

> Adam Turetzky wrote:
>> Anyway, I'm trying to get DBI::MySQL to install using CPAN. The DBI
>> module installed fine from there with no complaints, however, the
>> MySQL
>> module quits before the "make" file with the following output.
>
> Adam, I hope you've seen this?
> http://www.mail-archive.com/macosx%40perl.org/msg05736.html
>
> Apparently Panther ships with an incorrect Config.pm file (due to a
> mistake in perl 5.8.1rc3's hints/darwin.sh). This message shows how to
> fix it. Hope this helps.
>
> yours,
> ken
>
>

I hadn't see that and THANK YOU! It at least got me farther down the
road.

Now it's having a new problem, it won't pass the tests after 'make'

Here's the output:

Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
rm -f blib/arch/auto/DBD/mysql/mysql.bundle
LD_RUN_PATH="/usr/lib" /usr/bin/perl myld env
MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup
-L/usr/local/lib dbdimp.o mysql.o -o
blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib
-lmysqlclient -lz -lm
chmod 755 blib/arch/auto/DBD/mysql/mysql.bundle
cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 blib/arch/auto/DBD/mysql/mysql.bs
Manifying blib/man3/DBD::mysql::INSTALL.3pm
Manifying blib/man3/Mysql.3pm
Manifying blib/man3/DBD::mysql.3pm
Manifying blib/man3/Bundle::DBD::mysql.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base...........ok
t/10dsnlist........ok
t/20createdrop.....ok
t/30insertfetch....ok
t/40bindparam......ok
t/40blobs..........ok
t/40listfields.....ok
t/40nulls..........ok
t/40numrows........ok
t/50chopblanks.....ok
t/50commit.........ok
t/60leaks..........skipped
all skipped: $ENV{SLOW_TESTS} is not set or Proc::ProcessTable
not installed
t/ak-dbd...........ok
t/akmisc...........ok
t/dbdadmin.........ok
t/insertid.........ok
t/mysql............FAILED tests 46-48
Failed 3/68 tests, 95.59% okay
t/mysql2...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ ------------
-------
t/mysql.t 68 3 4.41% 46-48
1 test skipped.
Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

Any ideas? I'm installing from CPAN as noted here:

http://www.entropy.ch/phpbb2/viewtopic.php?p=59#59

Adam



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 04:07:40 von Rudy Lippan

On Wed, 29 Oct 2003, Adam Turetzky wrote:

> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
> okay.
> make: *** [test_dynamic] Error 2
> /usr/bin/make test -- NOT OK
> Running make install
> make test had returned bad status, won't install without force
>
> Any ideas? I'm installing from CPAN as noted here:

make test TEST_VERBOSE=1

Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 04:07:40 von Rudy Lippan

On Wed, 29 Oct 2003, Adam Turetzky wrote:

> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
> okay.
> make: *** [test_dynamic] Error 2
> /usr/bin/make test -- NOT OK
> Running make install
> make test had returned bad status, won't install without force
>
> Any ideas? I'm installing from CPAN as noted here:

make test TEST_VERBOSE=1

Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 04:28:14 von Adam Turetzky

On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:

> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>
>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>> okay.
>> make: *** [test_dynamic] Error 2
>> /usr/bin/make test -- NOT OK
>> Running make install
>> make test had returned bad status, won't install without force
>>
>> Any ideas? I'm installing from CPAN as noted here:
>
> make test TEST_VERBOSE=1
>
> Rudy
>
>

The list won't take the output so I'll send it to you direct. Hopefully
your mail server won't reject it.

Adam



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 04:28:14 von Adam Turetzky

On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:

> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>
>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>> okay.
>> make: *** [test_dynamic] Error 2
>> /usr/bin/make test -- NOT OK
>> Running make install
>> make test had returned bad status, won't install without force
>>
>> Any ideas? I'm installing from CPAN as noted here:
>
> make test TEST_VERBOSE=1
>
> Rudy
>
>

The list won't take the output so I'll send it to you direct. Hopefully
your mail server won't reject it.

Adam



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 06:59:27 von kk747

Adam,

Yeah, my build of DBD::mysql fails those exact same tests, and I
haven't been able to figure out why either. I asked around on
macosx@perl.org just the other day and got one reply from someone whose
DBD::mysql passed 'make test'--but they ran the tests against version
3.3 of MySQL installed (as opposed to the latest stable, which is what
I'm using). Come to think of it, Adam, what version of MySQL do you
have?

Eventually I just went ahead and forced the DBD::mysql install. I'm not
using MySQL for anything terribly complicated, so I figure whatever's
broken can stay broken as long as I never have to deal with it. 99.61%,
as far as I'm concerned, is pretty good odds.

If you figure it out, though, let me know...

yours
ken

On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:

> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>
>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>
>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>> okay.
>>> make: *** [test_dynamic] Error 2
>>> /usr/bin/make test -- NOT OK
>>> Running make install
>>> make test had returned bad status, won't install without force
>>>
>>> Any ideas? I'm installing from CPAN as noted here:
>>
>> make test TEST_VERBOSE=1
>>
>> Rudy
>>
>>
>
> The list won't take the output so I'll send it to you direct.
> Hopefully your mail server won't reject it.
>
> Adam
>
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=kk747@columbia.edu


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 06:59:27 von kk747

Adam,

Yeah, my build of DBD::mysql fails those exact same tests, and I
haven't been able to figure out why either. I asked around on
macosx@perl.org just the other day and got one reply from someone whose
DBD::mysql passed 'make test'--but they ran the tests against version
3.3 of MySQL installed (as opposed to the latest stable, which is what
I'm using). Come to think of it, Adam, what version of MySQL do you
have?

Eventually I just went ahead and forced the DBD::mysql install. I'm not
using MySQL for anything terribly complicated, so I figure whatever's
broken can stay broken as long as I never have to deal with it. 99.61%,
as far as I'm concerned, is pretty good odds.

If you figure it out, though, let me know...

yours
ken

On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:

> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>
>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>
>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>> okay.
>>> make: *** [test_dynamic] Error 2
>>> /usr/bin/make test -- NOT OK
>>> Running make install
>>> make test had returned bad status, won't install without force
>>>
>>> Any ideas? I'm installing from CPAN as noted here:
>>
>> make test TEST_VERBOSE=1
>>
>> Rudy
>>
>>
>
> The list won't take the output so I'll send it to you direct.
> Hopefully your mail server won't reject it.
>
> Adam
>
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=kk747@columbia.edu


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 07:20:22 von Adam Turetzky

I'm using "mysql-standard-4.0.16-apple-darwin6.6-powerpc" (I might be
using the "max" one now as I think I downloaded and installed that to
see if it would make a difference) which was the latest from the site.
Maybe I should downgrade? I just looked in my "archived" system from
the Panther install and apparently I was using 3.23.51 before with
Jaguar.

I'm probably not going to be the one to "figure" this out. LOL I'm
pretty much clueless when it comes to this coding stuff. Hell I'm flat
out amazed that leaving three letters like "env" out of a 1,300 line
config document can cause the whole thing not to work, but then again I
guess it makes sense.

I'm not using it for anything "serious" either, I just like playing
with programs that use it before I unleash them on other sites that I
run. The two main things I'm using this with is ikonboard and
MoveableType blog software. The ikonboard I run for the website of a
club I belong to and the blog is just a toy I was playing with.

Hopefully someone can figure this out because I'm sure this will become
more and more of an issue as more people try to install the latest
MySQL and add this bundle.

Adam


On Oct 29, 2003, at 11:59 PM, kk747@columbia.edu wrote:

> Adam,
>
> Yeah, my build of DBD::mysql fails those exact same tests, and I
> haven't been able to figure out why either. I asked around on
> macosx@perl.org just the other day and got one reply from someone
> whose DBD::mysql passed 'make test'--but they ran the tests against
> version 3.3 of MySQL installed (as opposed to the latest stable, which
> is what I'm using). Come to think of it, Adam, what version of MySQL
> do you have?
>
> Eventually I just went ahead and forced the DBD::mysql install. I'm
> not using MySQL for anything terribly complicated, so I figure
> whatever's broken can stay broken as long as I never have to deal with
> it. 99.61%, as far as I'm concerned, is pretty good odds.
>
> If you figure it out, though, let me know...
>
> yours
> ken
>
> On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:
>
>> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>>
>>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>>
>>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>>> okay.
>>>> make: *** [test_dynamic] Error 2
>>>> /usr/bin/make test -- NOT OK
>>>> Running make install
>>>> make test had returned bad status, won't install without force
>>>>
>>>> Any ideas? I'm installing from CPAN as noted here:
>>>
>>> make test TEST_VERBOSE=1
>>>
>>> Rudy
>>>
>>>
>>
>> The list won't take the output so I'll send it to you direct.
>> Hopefully your mail server won't reject it.
>>
>> Adam


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 07:20:22 von Adam Turetzky

I'm using "mysql-standard-4.0.16-apple-darwin6.6-powerpc" (I might be
using the "max" one now as I think I downloaded and installed that to
see if it would make a difference) which was the latest from the site.
Maybe I should downgrade? I just looked in my "archived" system from
the Panther install and apparently I was using 3.23.51 before with
Jaguar.

I'm probably not going to be the one to "figure" this out. LOL I'm
pretty much clueless when it comes to this coding stuff. Hell I'm flat
out amazed that leaving three letters like "env" out of a 1,300 line
config document can cause the whole thing not to work, but then again I
guess it makes sense.

I'm not using it for anything "serious" either, I just like playing
with programs that use it before I unleash them on other sites that I
run. The two main things I'm using this with is ikonboard and
MoveableType blog software. The ikonboard I run for the website of a
club I belong to and the blog is just a toy I was playing with.

Hopefully someone can figure this out because I'm sure this will become
more and more of an issue as more people try to install the latest
MySQL and add this bundle.

Adam


On Oct 29, 2003, at 11:59 PM, kk747@columbia.edu wrote:

> Adam,
>
> Yeah, my build of DBD::mysql fails those exact same tests, and I
> haven't been able to figure out why either. I asked around on
> macosx@perl.org just the other day and got one reply from someone
> whose DBD::mysql passed 'make test'--but they ran the tests against
> version 3.3 of MySQL installed (as opposed to the latest stable, which
> is what I'm using). Come to think of it, Adam, what version of MySQL
> do you have?
>
> Eventually I just went ahead and forced the DBD::mysql install. I'm
> not using MySQL for anything terribly complicated, so I figure
> whatever's broken can stay broken as long as I never have to deal with
> it. 99.61%, as far as I'm concerned, is pretty good odds.
>
> If you figure it out, though, let me know...
>
> yours
> ken
>
> On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:
>
>> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>>
>>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>>
>>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>>> okay.
>>>> make: *** [test_dynamic] Error 2
>>>> /usr/bin/make test -- NOT OK
>>>> Running make install
>>>> make test had returned bad status, won't install without force
>>>>
>>>> Any ideas? I'm installing from CPAN as noted here:
>>>
>>> make test TEST_VERBOSE=1
>>>
>>> Rudy
>>>
>>>
>>
>> The list won't take the output so I'll send it to you direct.
>> Hopefully your mail server won't reject it.
>>
>> Adam


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 14:41:17 von kk747

Adam,

Yeah, my build of DBD::mysql fails those exact same tests, and I
haven't been able to figure out why either. I asked around on
macosx@perl.org just the other day and got one reply from someone whose
DBD::mysql passed 'make test'--but they ran the tests against version
3.3 of MySQL installed (as opposed to the latest stable, which is what
I'm using). Come to think of it, Adam, what version of MySQL do you
have?

Eventually I just went ahead and forced the DBD::mysql install. I'm not
using MySQL for anything terribly complicated, so I figure whatever's
broken can stay broken as long as I never have to deal with it. 99.61%,
as far as I'm concerned, is pretty good odds.

If you figure it out, though, let me know...

yours
ken

On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:

> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>
>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>
>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>> okay.
>>> make: *** [test_dynamic] Error 2
>>> /usr/bin/make test -- NOT OK
>>> Running make install
>>> make test had returned bad status, won't install without force
>>>
>>> Any ideas? I'm installing from CPAN as noted here:
>>
>> make test TEST_VERBOSE=1
>>
>> Rudy
>>
>>
>
> The list won't take the output so I'll send it to you direct.
> Hopefully your mail server won't reject it.
>
> Adam
>
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=kk747@columbia.edu


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 30.10.2003 14:41:17 von kk747

Adam,

Yeah, my build of DBD::mysql fails those exact same tests, and I
haven't been able to figure out why either. I asked around on
macosx@perl.org just the other day and got one reply from someone whose
DBD::mysql passed 'make test'--but they ran the tests against version
3.3 of MySQL installed (as opposed to the latest stable, which is what
I'm using). Come to think of it, Adam, what version of MySQL do you
have?

Eventually I just went ahead and forced the DBD::mysql install. I'm not
using MySQL for anything terribly complicated, so I figure whatever's
broken can stay broken as long as I never have to deal with it. 99.61%,
as far as I'm concerned, is pretty good odds.

If you figure it out, though, let me know...

yours
ken

On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:

> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>
>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>
>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>> okay.
>>> make: *** [test_dynamic] Error 2
>>> /usr/bin/make test -- NOT OK
>>> Running make install
>>> make test had returned bad status, won't install without force
>>>
>>> Any ideas? I'm installing from CPAN as noted here:
>>
>> make test TEST_VERBOSE=1
>>
>> Rudy
>>
>>
>
> The list won't take the output so I'll send it to you direct.
> Hopefully your mail server won't reject it.
>
> Adam
>
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=kk747@columbia.edu


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 31.10.2003 06:32:18 von Adam Turetzky

Ok,

Not sure why this wasn't just suggested sooner. I got it to work.

All I did was compiled the module outside of CPAN by downloading the
binary (2.9003).

I opened terminal and typed:

sudo perl Makefile.PL

(it worked, then I typed)

sudo make

(it worked, so then I typed)

sudo make test

(it failed, so I said to hell with it, lets just try this, and I typed)

sudo make install

And that was it. It copied some files and now everything works. (shrug)

Adam

On Oct 29, 2003, at 11:59 PM, kk747@columbia.edu wrote:

> Adam,
>
> Yeah, my build of DBD::mysql fails those exact same tests, and I
> haven't been able to figure out why either. I asked around on
> macosx@perl.org just the other day and got one reply from someone
> whose DBD::mysql passed 'make test'--but they ran the tests against
> version 3.3 of MySQL installed (as opposed to the latest stable, which
> is what I'm using). Come to think of it, Adam, what version of MySQL
> do you have?
>
> Eventually I just went ahead and forced the DBD::mysql install. I'm
> not using MySQL for anything terribly complicated, so I figure
> whatever's broken can stay broken as long as I never have to deal with
> it. 99.61%, as far as I'm concerned, is pretty good odds.
>
> If you figure it out, though, let me know...
>
> yours
> ken
>
> On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:
>
>> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>>
>>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>>
>>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>>> okay.
>>>> make: *** [test_dynamic] Error 2
>>>> /usr/bin/make test -- NOT OK
>>>> Running make install
>>>> make test had returned bad status, won't install without force
>>>>
>>>> Any ideas? I'm installing from CPAN as noted here:
>>>
>>> make test TEST_VERBOSE=1
>>>
>>> Rudy
>>>
>>>
>>
>> The list won't take the output so I'll send it to you direct.
>> Hopefully your mail server won't reject it.
>>
>> Adam
>>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)

am 31.10.2003 06:32:18 von Adam Turetzky

Ok,

Not sure why this wasn't just suggested sooner. I got it to work.

All I did was compiled the module outside of CPAN by downloading the
binary (2.9003).

I opened terminal and typed:

sudo perl Makefile.PL

(it worked, then I typed)

sudo make

(it worked, so then I typed)

sudo make test

(it failed, so I said to hell with it, lets just try this, and I typed)

sudo make install

And that was it. It copied some files and now everything works. (shrug)

Adam

On Oct 29, 2003, at 11:59 PM, kk747@columbia.edu wrote:

> Adam,
>
> Yeah, my build of DBD::mysql fails those exact same tests, and I
> haven't been able to figure out why either. I asked around on
> macosx@perl.org just the other day and got one reply from someone
> whose DBD::mysql passed 'make test'--but they ran the tests against
> version 3.3 of MySQL installed (as opposed to the latest stable, which
> is what I'm using). Come to think of it, Adam, what version of MySQL
> do you have?
>
> Eventually I just went ahead and forced the DBD::mysql install. I'm
> not using MySQL for anything terribly complicated, so I figure
> whatever's broken can stay broken as long as I never have to deal with
> it. 99.61%, as far as I'm concerned, is pretty good odds.
>
> If you figure it out, though, let me know...
>
> yours
> ken
>
> On Oct 29, 2003, at 10:28 PM, Adam Turetzky wrote:
>
>> On Oct 29, 2003, at 9:07 PM, Rudy Lippan wrote:
>>
>>> On Wed, 29 Oct 2003, Adam Turetzky wrote:
>>>
>>>> Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61%
>>>> okay.
>>>> make: *** [test_dynamic] Error 2
>>>> /usr/bin/make test -- NOT OK
>>>> Running make install
>>>> make test had returned bad status, won't install without force
>>>>
>>>> Any ideas? I'm installing from CPAN as noted here:
>>>
>>> make test TEST_VERBOSE=1
>>>
>>> Rudy
>>>
>>>
>>
>> The list won't take the output so I'll send it to you direct.
>> Hopefully your mail server won't reject it.
>>
>> Adam
>>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org