mansky99
11-12-2004, 05:49 PM
Hi ,
I just build and installed the MySQL server 4.0.22 on a PB G4 running 10.2.8 with gcc 3.3 and have successfull brought up the server daemon mysqld by executing the binaries: mysql_install_db and mysqld_safe.
I've been able to test the mysqladmin and mysqlshow binaries OK as well.
When I go to run the MySQL client: mysql -utest
I get the following error:
[66-178-162-115:local/mysql/bin] ed# ./mysql -utest
*** malloc: vm_allocate(size=262144) failed with 268435459
*** malloc[1017]: error: Can't allocate region
Bus error
What's wrong here ? Do I have to increase the stack size or something ?
Any ideas would be greatly appreciated.
Thanks,
Ed
I just build and installed the MySQL server 4.0.22 on a PB G4 running 10.2.8 with gcc 3.3 and have successfull brought up the server daemon mysqld by executing the binaries: mysql_install_db and mysqld_safe.
I've been able to test the mysqladmin and mysqlshow binaries OK as well.
When I go to run the MySQL client: mysql -utest
I get the following error:
[66-178-162-115:local/mysql/bin] ed# ./mysql -utest
*** malloc: vm_allocate(size=262144) failed with 268435459
*** malloc[1017]: error: Can't allocate region
Bus error
What's wrong here ? Do I have to increase the stack size or something ?
Any ideas would be greatly appreciated.
Thanks,
Ed