Re: Errors of "make install" command

2008-07-31 Thread Joerg Bruehe
mysql-5.0.51b]#cat error.log make[4]: *** [install-data-local] Killed If you had the output and the error line in the same file, we could see what the last command executed was before that "Killed" line. make[3]: *** [install-am] Error 2 make[2]: *** [install-recursive] Error 1 ma

Can't get automake, make or make install to work

2004-02-20 Thread Matthew Brand
cannot find -lz collect2: ld returned 1 exit status make[2]: *** [libsqlplus.la] Error 1 make[2]: Leaving directory `/var/www/mysql/mysql++-1.7.9/sqlplusint' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/www/mysql/mysql++-1.7.9' make: *** [all-recursive-am] Error 2

Can't get automake, make or make install to work

2004-02-19 Thread Matthew Brand
cannot find -lz collect2: ld returned 1 exit status make[2]: *** [libsqlplus.la] Error 1 make[2]: Leaving directory `/var/www/mysql/mysql++-1.7.9/sqlplusint' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/www/mysql/mysql++-1.7.9' make: *** [all-recursive-am] Error 2

CPAN - DBI & MySQL problems with make test & make install

2004-02-11 Thread Tristan Fiedler
. I then went to CPAN to get DBI, DBD::mysql, and CGI, but ran into many problems, mostly with make test and make install. Any advice would be truly appreciated. Should I not use CPAN? Here's briefly the log (Note : I cancelled a previous cpan> install Bundle::CPAN with Ctrl-C, which pro

make install problems

2002-09-25 Thread Lawrence Strydom
Hi mysql people, I am trying to install mysql on SuSE-8 from source. everything goes fine untill make install. It then exists with the following errors: make[2]: *** [install-benchSCRIPTS] Error 1 make[2]: Leaving directory `/usr/local/mysql-3.23.52/sql-bench' make[1]: *** [install-am] Er

Re: [MySQL] Problems with 'make install'

2002-09-12 Thread Alex Waltrip
e /home/alex/install-platform/mysql for example. - cd to the directory that you unpacked the tarball in, /home/alex/install-platform/mysql-max-version. - Execute the "configure" command listed (way) below. - make - make install - Now you should have everything you need installed under /ho

Re: [MySQL] Problems with 'make install'

2002-09-12 Thread Ashley M. Kirchner
Alex Waltrip wrote: > make[1]: Entering directory > `/home/alex/work/apps/pocket-web-apps/install-platform/mysql-3.23.52/mysql-test' > ...snip... > mkdir -p /home/alex/work/apps/pocket-web-apps/install-platform/mysql-3.23.52 > - cd /home/alex/work/apps/pocket-web-apps/install-platform/mysql-3

Problems with 'make install'

2002-09-12 Thread Alex Waltrip
uot; ./configure --without-mysql-test --without-bench --with-server-suffix=-max --with-innodb --prefix=/home/alex/work/apps/pocket-web-apps/install-platform/mysql-3.23.52 --enable-assembler --with-mysqld-ldflags=-all-static - make - make install Any light you can shed on this predicament wou

Re: Remove source install from configure make make install

2002-02-04 Thread Andreas Schoelver
t;especialy for Mysql , unixODBC and Myodbc ? execute 'make uninstall' from where you once called 'make install'. regards Andreas - Before posting, please check: http://www.mysql.com/manual.php

Remove source install from configure make make install

2002-02-03 Thread Samy Elashmawy
Folks, I have installed multiple copies of MySql , MyODBC , unixODBC and need to clean up the system. I have removed the rpm versions , but now need to remove the source versions. How is this done under linux , especialy for Mysql , unixODBC and Myodbc ? __

Re: make install

2001-06-21 Thread Gerald Clark
ml. > Did I miss something? > > -Mike > > -Original Message- > From: Sebastiaan J.A. Kamp [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 10:13 AM > To: Michael Kirschenbaum; [EMAIL PROTECTED] > Subject: Re: make install > > Seems your insta

RE: make install

2001-06-21 Thread Michael Kirschenbaum
Kirschenbaum; [EMAIL PROTECTED] Subject: Re: make install Seems your installing on a Linux / Unix system... In te directory where your mySQL setup (such as mysql_install_db) is, run "make install" ... just type it at the command line. F.Y.I.: read 'man make' > I am tr

Re: make install

2001-06-21 Thread Sebastiaan J.A. Kamp
Seems your installing on a Linux / Unix system... In te directory where your mySQL setup (such as mysql_install_db) is, run "make install" ... just type it at the command line. F.Y.I.: read 'man make' > I am trying to set up a server. When I try to run the file > my

make install

2001-06-21 Thread Michael Kirschenbaum
I am trying to set up a server. When I try to run the file mysql_install_db I get the error message "You need to do a 'make install' before exectuing the script." Does anyone know what I should do? Please h

make install error 1

2001-05-16 Thread Philip Andrzejewski
to my problem. I am loading 'source distribution' version mysql-3.23.38 for Solaris 2.7. I have ran 'configure' and 'make'. I was in the process of running 'make install' when I received the following message: make[2]: *** [install-benchSCRIPTS] Error 1

Re: MySQL make install problem.

2001-03-15 Thread Gerald L. Clark
gured and compiled mysql-3.23.34a without even a warning: > > > > > > ./configure --prefix=/usr/local/mysql-3.23.34a > > Is Mysql binary installation directory (indicated by prefix) same > > with MySQL source code ? > > > > > make > > > > > &g

Re: MySQL make install problem.

2001-03-14 Thread Eric Morgan
x=/usr/local/mysql-3.23.34a > Is Mysql binary installation directory (indicated by prefix) same > with MySQL source code ? > > > make > > > > but when I do a make install I get errors listed below. I included the > > mysqlbug output if needed below that. > > I

MySQL make install problem.

2001-03-14 Thread Eric Morgan
I configured and compiled mysql-3.23.34a without even a warning: ./configure --prefix=/usr/local/mysql-3.23.34a make but when I do a make install I get errors listed below. I included the mysqlbug output if needed below that. I dont know what the install is trying to do here (newbie :). I have

Re: Unable to make install mysql with DB-3.2.9a

2001-03-02 Thread Fox Mulder
Command not found > make[1]: *** [install] Error 127 > make[1]: Leaving directory > `/usr/src/mysql-3.23.33/db-3.2.9a/build_unix' > > make: *** [install-recursive] Error 1 > > Anyone knows how to solve this problem? Well, I've got this problem too. So I do the next: cd db-3

Unable to make install mysql with DB-3.2.9a

2001-03-01 Thread Boulat Khakimov
Hello, I have mysql-3.23.33 installed, when trying to add BDB support using db-3.23.33 I get the message below after doing "make install" from /usr/src/mysql-3.23.33. Note: I had no problem with "make" or "configure" and I did follow all installation steps expl

RE: So, just how long should it take the "make install" to run?

2001-02-20 Thread Noel Clarkson
I've done it on a 486 with 64Mb memory and it took about an hour or an hour and a half or so (it was a long time and I went off and did other things while it was happening so my timing is not precise (oh that's make time for the main part, make install much quicker) - and it

Re: So, just how long should it take the "make install" to run?

2001-02-20 Thread Dan Nelson
In the last episode (Feb 20), Jeremy D. Zawodny said: > On Tue, Feb 20, 2001 at 04:41:25PM -0500, Matthew P. Marino wrote: > > Don't laugh, > > > > Intel PI 166MHZ, 32MB RAM,10GB HD > > FreeBSD4 > > MySQL3.23.33 from .tar.gz distribution > > The

Re: So, just how long should it take the "make install" to run?

2001-02-20 Thread Jeremy D. Zawodny
On Tue, Feb 20, 2001 at 04:41:25PM -0500, Matthew P. Marino wrote: > Don't laugh, > > Intel PI 166MHZ, 32MB RAM,10GB HD > FreeBSD4 > MySQL3.23.33 from .tar.gz distribution The `make' or the `make install'? The `make install' shouldn't take more than a

So, just how long should it take the "make install" to run?

2001-02-20 Thread Matthew P. Marino
Don't laugh, Intel PI 166MHZ, 32MB RAM,10GB HD FreeBSD4 MySQL3.23.33 from .tar.gz distribution - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arch

You should do a make install before executing this script!

2001-02-14 Thread Email Intact
Can someone tell me what is the problem with this message when i tried to create teh MySQL grant tables by running mysql_install_db? When I type in make install, the system cannot find make. What should I do beside setting up my path to include "make"? Is this a kno