Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-15 Thread Kris
Jörg, thanks again for your help and your patience with this issue. You also caught oversights with strace and clarified that this is not a PATH issue. I've filed it at: http://bugs.mysql.com/bug.php?id=53667 > You don't state it explicitly, but I take your text to mean > "If the MySQL tools are

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
Hi Kris, all, Kris wrote: > Joerg, thanks again for the help. > > I disagree with you. that's perfectly fine - combining our two different viewpoints, we will be able to show more of the issue at hand than from one point alone. > >>> I doubt many more users try to create a clean test installa

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
>Do not install software in /tmp in Linux. >/tmp is not guaranteed to survive a reboot. Thank you for the heads up. Well... there is *another* bug where if one specifies in their my.cnf filepaths that are over 100 characters, the filenames are truncated at 100, hence making it impossible to really

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
-- waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 25990 waitpid(-1, 0xbfc23f38, WNOHANG)= -1 ECHILD (No child processes) sigreturn() = ? (mask now []) close(3)= 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) =

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
Kris, all, Kris wrote: > On Fri, 2010-05-14 at 10:28 +0200, Joerg Bruehe wrote: >>> The following error just won't go away: >>> >>> 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option >>> '--skip-bdb' >>> >>&

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Gerald L. Clark
Kris wrote: Hello, I am trying to produce an automated, reliable, and repeatable way of testing mysql releases, and I am finding an error that makes this impossible to accomplish. I am trying to compile mysql and install it in a non-standard directory. I do notwant mysql installed in /usr or /u

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
On Fri, 2010-05-14 at 10:28 +0200, Joerg Bruehe wrote: > > The following error just won't go away: > > > > 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option > > '--skip-bdb' > > > > ... even after I manually search for the l

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
fails: > > [[...]] > > The following error just won't go away: > > 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option > '--skip-bdb' > > ... even after I manually search for the location where this flag is > passed, and manually edit

libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
atabase tables fails: $ /tmp/msource/bin/mysql_install_db --basedir=/tmp/msource --datadir=/tmp/msource/data Installing MySQL system tables... 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option '--skip-bdb' 100513 21:53:35 [ERROR] A

Re: /usr/libexec/mysqld: unrecognized option `--key_buffer=64m'

2004-09-08 Thread Paul DuBois
: /usr/bin/safe_mysqld --defaults-file=/etc/my.cnf /dev/null 2>&1 & line in /etc/rc.d/init.d/mysqld. All yield this error shown in /var/log/mysqld: /usr/libexec/mysqld: unrecognized option `--key_buffer=64m' (or) /usr/libexec/mysqld: unrecognized option `--key_buffer_size=64m' MySQ

/usr/libexec/mysqld: unrecognized option `--key_buffer=64m'

2004-09-08 Thread Patrick Campbell
>/dev/null 2>&1 & line in /etc/rc.d/init.d/mysqld. All yield this error shown in /var/log/mysqld: /usr/libexec/mysqld: unrecognized option `--key_buffer=64m' (or) /usr/libexec/mysqld: unrecognized option `--key_buffer_size=64m' MySQL is version 3.23.58 and RedHat version

RE: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Paul DuBois
At 20:57 -0400 7/2/03, <[EMAIL PROTECTED]> wrote: Todd, It didn't help. Here is the message: $ cd /usr/local/mysql $ ./bin/mysqld_safe The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Aleksandr Zingorenko
: "harsh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 2:41 PM Subject: Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable > > I found that file

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Todd O'Bryan
$ cd /usr/local/mysql $ ./bin/mysqld_safe The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe. $ --- It worked fine until yesterd

RE: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Song.Xu
Todd, It didn't help. Here is the message: $ cd /usr/local/mysql $ ./bin/mysqld_safe The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/m

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread ed
ny better. > > Todd > > On Wednesday, July 2, 2003, at 05:18 PM, [EMAIL PROTECTED] wrote: > > > Hi, > > > > I got the following message when trying to start the mysql instance: > > ---- > > $ mysqld_safe & > > [1] 22717 > > $

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Patrick
Make sure the permissions on the file are set to executable. Assuming your platform is some *nix variant, login as root or owner. Change to the directory where your mysqld is located (/usr/local/mysql/libexec) and execute the following command: chmod 755 * This will ensure the binaries and

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Todd O'Bryan
file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe. --- Can anyone help me to resolve this? It is emergency. Regards, song -- MySQL General Mailing

Re: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread harsh
I found that file in /usr/libexec/mysqld hope that helps -- harsh http://www.cse.iitb.ac.in/~harsh -- On Wed, 2 Jul 2003 [EMAIL PROTECTED

The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable

2003-07-02 Thread Song.Xu
Hi, I got the following message when trying to start the mysql instance: $ mysqld_safe & [1] 22717 $ The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follo

Why does mysqld_safe look for mysqld in libexec

2003-01-25 Thread R. Hannes Niedner
Iwhat am I doing wrong: After downloading the binary for mysql 4.09-max for Mac OS 10.2 safe_mysql complains: % sudo bin/mysqld_safe The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from

Re: /usr/local/mysql/libexec/mysqld doesn't exist in installation

2002-09-19 Thread Clayburn W. Juniel, III
On Thursday, September 19, 2002, at 07:44 AM, Clayburn W. Juniel, III wrote: > > On Thursday, September 19, 2002, at 03:19 AM, [EMAIL PROTECTED] wrote: > >> linux:/usr/local/mysql # ./bin/mysqld_safe >> The file /usr/local/mysql/libexec/mysqld doesn't exist >> o

Re: /usr/local/mysql/libexec/mysqld doesn't exist in installation

2002-09-19 Thread moka
/www.mysql.com Support MySQL by buying support/licenses at https://order.mysql.com linux:/usr/local/mysql # ./bin/mysqld_safe & [1] 29610 linux:/usr/local/mysql # The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation director

Re: /usr/local/mysql/libexec/mysqld doesn't exist in installation

2002-09-19 Thread Gerald Clark
any problems with the ./bin/mysqlbug >script! > >The latest information about MySQL is available on the >web at >http://www.mysql.com >Support MySQL by buying support/licenses at >https://order.mysql.com > >linux:/usr/local/mysql # vi INSTALL-BINARY >linux:/usr/loc

/usr/local/mysql/libexec/mysqld doesn't exist in installation

2002-09-19 Thread moka
:/usr/local/mysql # vi INSTALL-BINARY linux:/usr/local/mysql # bin/mysqld_safe --user=mysql & [1] 13054 linux:/usr/local/mysql # The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from ther

libexec

2001-04-27 Thread Simon Chan
When I run the safe_mysqld, I get the following error message: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/safe_mysqld. I don't hav

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Ciprian A.
lonel Panic wrote: > > > > Hi > > > > I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) > from OpenBSD ports... > > > > ... but this has broken apache. Restarts/configtests now trigger:- > > /usr/libexec/ld.so: httpd: libmys

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Anil Madhavapeddy
Thalis A. Kalfigopoulos <[EMAIL PROTECTED]> wrote: > > Since you updated both mysql and php you presumably > should recompile apache as well. A quick&dirty solution > though could be to just create a link: libmysqlclient.so.6.0-> > libmysqlclient.so.10.0 and see what happens from there :-) Nop

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Colonel Panic
error if msqld is running or not... bash-2.04# /usr/local/bin/safe_mysqld A mysqld process already exists bash-2.04# apachectl configtest /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory bash-2.04# incidentally, the copy of libmysqlclient.so.? is 10.0 , not 6.0 ... co

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Shell Hung
Colonel Panic wrote: > > Hi > > I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD >ports... > > ... but this has broken apache. Restarts/configtests now trigger:- > /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread Thalis A. Kalfigopoulos
Colonel Panic wrote: > Hi > > I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD >ports... > > ... but this has broken apache. Restarts/configtests now trigger:- > /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or direc

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread mshaw
this or to generic info that would educate and shed some light, it'd be much appreciated. -Mike On Fri, 23 Mar 2001, Colonel Panic wrote: > Hi > > I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD >ports... > > ... but this has broken

MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Colonel Panic
Hi I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD ports... ... but this has broken apache. Restarts/configtests now trigger:- /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory I've added shlib_dirs="/usr/loca

./configure --libexecdir=/opt/mysql/libexec

2001-02-25 Thread Henk Wichers
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