Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-23 Thread Moon's Father
Maybe you should set your old_passwords = on. On Fri, Oct 17, 2008 at 4:36 PM, Sudhir Menon <[EMAIL PROTECTED]> wrote: > Hi Ujang > > I could reproduce the same error mentioned by you in the actual post even > after having all of the packages for MySQL. Figuring out the what could be > the probl

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-17 Thread Sudhir Menon
Hi Ujang I could reproduce the same error mentioned by you in the actual post even after having all of the packages for MySQL. Figuring out the what could be the problem . Thanks & Regards Sudhir Menon

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Sudhir Menon
Kindly check with the below commands, u will get the details of the package. pkginfo SUNWmysqlu system SUNWmysqlu mysql - MySQL Database Management System (usr component) [EMAIL PROTECTED] # pkginfo -l SUNWmysqlu PKGINST: SUNWmysqlu NAME: mysql - MySQL Database Management System (u

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Ujang Jaenudin
) system SUNWmysqlu mysql - MySQL Database Management System (usr component) application mysqlMySQL Community Server (GPL) is this libmysqlclient v4? bash-3.00$ ldd /usr/local/bin/super-smack libmysqlclient.so.12 => /usr/sfw/

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hi, Kindly ignore my first post, as that link was with respect to compiling super-smack on Solaris, which i found useful. As far as the problem is concerned can u check the below 1. Check if you have mysql4client package installed. 2. If then install mysql5client 3. Ensure that the binaries and

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hope this link has some workaround. http://mysqldatabaseadministration.blogspot.com/2006/10/mysql-benchmarking-4-compiling-super.html Meanwhile i do check out. Thanks & Regards Sudhir Menon

super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Ujang Jaenudin
all, does anyone has successful installing super-smack on solaris 10 x86_64 with mysql 5.0. I have installed, but when will doing stress testing, always complaining that client should be upgraded $ super-smack select-key.smack 30 1 super-smack: aborting because of a database error

super-smack installation problem

2004-08-23 Thread Crouch, Luke H.
I'm trying to configure and install super-smack-1.2 and get a problem on configure. it's looking for mysql_real_connect and can't find it...where would this be located? I'm assuming it is in libmysqlclient.so, and I have that file in my /usr/lib/mysql folder, among o

Re: super-smack: aborting on failed query

2004-05-18 Thread JG
At 09:15 AM 5/18/2004 -0700, you wrote: does the myslqd user (probably mysql) have permissions to read the /var/smack-data directory? Cheers, Trevor JG wrote: Trevor, Yes & No. I am doing a remote smack and super-smack is not installed on the remote server. (Should it be?) On the local se

Re: super-smack on FreeBSD?

2004-05-18 Thread Chris Elsworth
On Tue, May 18, 2004 at 03:46:46AM -0700, JG wrote: > At 11:31 AM 5/18/2004 +0100, you wrote: > >On Mon, May 17, 2004 at 08:43:44PM -0700, JG wrote: > >> > >> Has ANYONE been able to get super-smack-1.2 to compile as-is on FreeBSD? > >> > >> ./confi

Re: super-smack on FreeBSD?

2004-05-18 Thread JG
At 11:31 AM 5/18/2004 +0100, you wrote: On Mon, May 17, 2004 at 08:43:44PM -0700, JG wrote: > > Has ANYONE been able to get super-smack-1.2 to compile as-is on FreeBSD? > > ./configure --with-mysql > make > make install > > Without errors? No, it required various code chan

Re: super-smack on FreeBSD?

2004-05-18 Thread Chris Elsworth
On Mon, May 17, 2004 at 08:43:44PM -0700, JG wrote: > > Has ANYONE been able to get super-smack-1.2 to compile as-is on FreeBSD? > > ./configure --with-mysql > make > make install > > Without errors? No, it required various code changes. A colleague of mine made the cha

Re: Super-smack compile errors

2004-05-18 Thread JG
(first use this function) client.cc:347: (Each undeclared identifier is reported only once client.cc:347: for each function it appears in.) *** Error code 1 Stop in /root/super-smack-1.2/src. *** Error code 1 Stop in /root/super-smack-1.2. *** Error code 1 For the client.cc problem there appea

super-smack: aborting on failed query

2004-05-17 Thread JG
[EMAIL PROTECTED] > super-smack update-select.smack 30 100 Table 'http_auth' does not meet condtions, will be dropped Creating table 'http_auth' Loading data from file '/var/smack-data/words.dat' into table 'http_auth' Error running query load data in

super-smack on FreeBSD?

2004-05-17 Thread JG
Has ANYONE been able to get super-smack-1.2 to compile as-is on FreeBSD? ./configure --with-mysql make make install Without errors? Anyone? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Super-smack compile errors

2004-05-17 Thread JG
347: (Each undeclared identifier is reported only once client.cc:347: for each function it appears in.) *** Error code 1 Stop in /root/super-smack-1.2/src. *** Error code 1 Stop in /root/super-smack-1.2. *** Error code 1 If I change ERESTART to EINTR in client.cc then I get farther along, but i

Re: Building super-smack on freebsd 4.9

2004-03-26 Thread Jeremy Zawodny
On Wed, Mar 24, 2004 at 06:29:40PM -0700, Sasha Pachev wrote: > [EMAIL PROTECTED] wrote: > > Hmm.. Looks like Jeremy did not quite fix everything on FreeBSD in version 1.2. > For a hack, change ERESTART to EINTR in client.cc for now until we've figured it > out. 1.3 builds cleanly on FreeBSD.

Re: Building super-smack on freebsd 4.9

2004-03-25 Thread mmichaels
> [EMAIL PROTECTED] wrote: >> Not sure if this is the place to post this but... >> >> I'm trying to build super-smack-1.2 on freebsd 4.9 w/ MySQL 4.0.18 and >> am >> running into the following problems. Below are configure, make and gmake >> output:

Re: Building super-smack on freebsd 4.9

2004-03-24 Thread Sasha Pachev
[EMAIL PROTECTED] wrote: Not sure if this is the place to post this but... I'm trying to build super-smack-1.2 on freebsd 4.9 w/ MySQL 4.0.18 and am running into the following problems. Below are configure, make and gmake output: [EMAIL PROTECTED] /usr/local/src/build/super-smack-1.2$ ./conf

Building super-smack on freebsd 4.9

2004-03-24 Thread mmichaels
Not sure if this is the place to post this but... I'm trying to build super-smack-1.2 on freebsd 4.9 w/ MySQL 4.0.18 and am running into the following problems. Below are configure, make and gmake output: [EMAIL PROTECTED] /usr/local/src/build/super-smack-1.2$ ./configure --with-mysql cre

Re: Super Smack

2003-06-06 Thread Jeremy Zawodny
On Thu, Jun 05, 2003 at 08:02:50PM +0100, my5ql _ wrote: > Has anyone had any success with super-smack with MySQL 3.23 or 4.0? Yes. And I'm setting up a site for it. Sasha has updated the code recnetly (after I nudged him) and asked me to host it. Plus I have a few more patches to roll

Super Smack

2003-06-06 Thread my5ql _
Has anyone had any success with super-smack with MySQL 3.23 or 4.0? Thanks _ Sign-up for a FREE BT Broadband connection today! http://www.msn.co.uk/specials/btbroadband -- MySQL General Mailing List For list archives: http

RE: super-smack on FreeBSD

2002-04-23 Thread Simon Green
> Hi List > I know super-smack was writing for Linux but I am trying to get it to work > on FreeBSD. > Has any one done this or is there a another many threaded bench mark > software out there for MySQL ? >

Re: super-smack

2002-04-18 Thread Jeremy Zawodny
On Thu, Apr 18, 2002 at 12:09:40PM +0100, Simon Green wrote: > > I am trying to compile super-smack on a FreeBSD-4 systems. I have > got some thing working but it sill not right. Running it gives > me. I built it on FreeBSD (after some code changes) about a year ago. Lemme see

super-smack

2002-04-18 Thread Simon Green
I am trying to compile super-smack on a FreeBSD-4 systems. I have got some thing working but it sill not right. Running it gives me. %super-smack -d mysql select-key-mysql.smack 10 1000 super-smack: Unsupported database type Is my copy just broken? If so what is the best way to compile on

Super-smack install problem

2002-03-09 Thread george
Warning Unable to process data: multipart/mixed; boundary="--==_846811060==_"

Trying to build MySQL super-smack - failing...

2001-09-07 Thread Basil Hussain
Hi all, I'm trying to build the MySQL super-smack benchmarking tools. I'm getting the following errors on make: make all-recursive make[1]: Entering directory `/root/rpms/super-smack-1.0' Making all in src make[2]: Entering directory `/root/rpms/super-smack-1.0/src' c++ -D

Super-smack compile error

2001-06-13 Thread Ken Menzel
r each function it appears in.) gmake[2]: *** [client.o] Error 1 gmake[1]: *** [all-recursive] Error 1 gmake: *** [all-recursive-am] Error 2 $ pwd /usr/home/sysadm/mysql/super-smack-1.0 $ Any suggestions? Ken - Ken Menzel ICQ# 9325188 ww

Using mysql-super-smack

2001-01-24 Thread Brad Christensen
I am attempting to benchmark mysql on a single-proc machine vs a quad-proc machine. Every time I run mysql-super-smack against the test2.smack file provided, I get the error: mysql-super-smack:client 'smacker2' referenced on line 61 is not defined mysql-super-sma