Hi, I ran into the following problem :
I,ve got suse 7 , and I tried to compile mysql-3.23.33 with the following 
options :


/usr/src/mysql-3.23.33 # ./configure \
--prefix=/opt/mysql \
--localstatedir=/var/mysql \
--libexecdir=/opt/mysql/libexec \
--with-mysqld-user=mysql \
--with-unix-socket-path=/opt/mysql/var/mysql &&  \
make &&  \
make install && \
scripts/mysql_install_db 

and I got this :

scripts/mysql_install_db: my_print_defaults: command not found
Didn't find /usr/local/mysql/libexec/mysqld
You should do a 'make install' before executing this script

-----


any help please?

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