Hi to All,

I've got some problem with MySQL 3.23.42 on NetBSD 1.5.2.
I compile the sorce only with 'configure --prefix=/usr/local/mysql'.
The 'make' is OK but if I try 'make test' it fail:...

# make test
cd mysql-test ; ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
010930 16:08:20  ../sql/mysqld: Shutdown Complete

Installing Slave Databases
010930 16:08:21  ../sql/mysqld: Shutdown Complete

Starting MySQL daemon
Loading Standard Test Databases
Starting Tests
 TEST                         USER   SYSTEM  ELAPSED        RESULT
------------------------------------------------------------------------
alias                         0.10     0.10     0.70       [ pass ]
alter_table                   0.04     0.03     1.84       [ pass ]
analyse                       0.02     0.03     0.37       [ pass ]
auto_increment                0.03     0.03     1.26       [ pass ]
backup                        0.03     0.04     0.91       [ pass ]
bdb-crash                     0.02     0.04     0.24       [ pass ]
bdb                           ....     ....     ....       [ skipped ]
bench_count_dist              0.04     0.06     0.55       [ pass ]
bigint                        ....     ....     ....       [ fail ]

lt-mysqltest: At line 17: Result length mismatch real         0.28
user         
0.01 sys          0.04 Below are the diffs between actual and expected
results:
-------------------------------------------------------
*** r/bigint.result     Sat Sep  8 22:17:43 2001
--- r/bigint.reject     Sun Sep 30 16:08:31 2001
***************
*** 3,15 ****
  9223372036854775807   -009223372036854775808
  9223372036854775807   -9223372036854775808
  +9999999999999999999  -9999999999999999999
! 10000000000000000000  -10000000000000000000
  a
  18446744073709551614
  18446744073709551615
  a
  18446744073709551615
  a
- 18446744073709551615
  a
  18446744073709551614
--- 3,14 ----
  9223372036854775807   -009223372036854775808
  9223372036854775807   -9223372036854775808
  +9999999999999999999  -9999999999999999999
! 10000000000000002083  -10000000000000002083
  a
  18446744073709551614
  18446744073709551615
  a
  18446744073709551615
  a
  a
  18446744073709551614
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/R/e/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

Aborting. To continue, re-run with '--force'.

Ending Tests
Shutting-down MySQL daemon
Master shutdown finished
Slave shutdown finished
*** Error code 1

Stop.
#

(my system)
# uname -a
NetBSD lucy 1.5.2 NetBSD 1.5.2 (GENERIC) #3: Sat Aug 18 23:37:05 CEST
2001     
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC i386


The 'make install' is OK, the server start without problem but some
client (mysql, mysqladmin) don't run:

# mysql 
Cannot open "../libmysql/.libs/libmysqlclient.so"

libmysqlclient.so in in /usr/local/mysql/lib/mysql so with a link its OK
but 
only if my 'pwd' is /usr/local/mysql/bin or ./var....
If I call any client from another path it don't work...


On NetBSD site I can download a package with compiled version but I
prefere 
compile it by myself.

Where are some tips for build MySQL for this platform?
Thanks for help,

Max Sironi
--------------------------------
STMicroelectronics - Central R&D
  Agrate B.za - Milano - Italy
--------------------------------

---------------------------------------------------------------------
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

Reply via email to