MySQL Forums
Forum List  »  MySQL Workbench

can not install MySQL Workbench on Ubuntu 10.10 X64 through source build
Posted by: Guo Hai
Date: December 01, 2012 07:21AM

Hi All

When I install MySQL Workbench on Ubuntu 10.10 X64 through source build, can not perform 'sudo make install' successfully(configure & make is okay).

/bin/bash ./libtool --mode=install /usr/bin/install -c libantlr3c_wb.la '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench'
./libtool: line 866: X--mode=install: command not found
./libtool: line 1033: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1034: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 6250: X/usr/bin/install: No such file or directory
./libtool: line 6268: X/usr/bin/install: No such file or directory
./libtool: line 6319: X-c: command not found
./libtool: line 6351: X/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench: No such file or directory

any help or clue will be appreciated, thanks in advance.

full log as follows:
guohai@KNIGHT:~/dev/a/mysql/mysql-workbench-gpl-5.2.44-src$ sudo make install
Making install in ext
make[1]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext'
Making install in scintilla/gtk
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'
test -z "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench" || /bin/mkdir -p "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench"
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'libwbscintilla.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.la'
/usr/bin/install -c .libs/libwbscintilla.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.so.0.0.0
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f libwbscintilla.so.0.0.0 libwbscintilla.so.0 || { rm -f libwbscintilla.so.0 && ln -s libwbscintilla.so.0.0.0 libwbscintilla.so.0; }; })
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f libwbscintilla.so.0.0.0 libwbscintilla.so || { rm -f libwbscintilla.so && ln -s libwbscintilla.so.0.0.0 libwbscintilla.so; }; })
/usr/bin/install -c .libs/libwbscintilla.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libwbscintilla.la
PATH="$PATH:/sbin" ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench
----------------------------------------------------------------------
Libraries have been installed in:
/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/scintilla/gtk'
Making install in cppconn
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
Making install in driver
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'
test -z "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench" || /bin/mkdir -p "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench"
/bin/bash ../../../libtool --mode=install /usr/bin/install -c 'mysqlcppconn.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.la'
/usr/bin/install -c .libs/mysqlcppconn.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.so.0.0.0
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f mysqlcppconn.so.0.0.0 mysqlcppconn.so.0 || { rm -f mysqlcppconn.so.0 && ln -s mysqlcppconn.so.0.0.0 mysqlcppconn.so.0; }; })
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f mysqlcppconn.so.0.0.0 mysqlcppconn.so || { rm -f mysqlcppconn.so && ln -s mysqlcppconn.so.0.0.0 mysqlcppconn.so; }; })
/usr/bin/install -c .libs/mysqlcppconn.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/mysqlcppconn.la
PATH="$PATH:/sbin" ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench
----------------------------------------------------------------------
Libraries have been installed in:
/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn/driver'
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/cppconn'
Making install in vsqlite++
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
Making install in src/sqlite
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'
test -z "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench" || /bin/mkdir -p "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench"
/bin/bash ../../../../libtool --mode=install /usr/bin/install -c 'libvsqlitepp.la' '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.la'
/usr/bin/install -c .libs/libvsqlitepp.so.0.0.0 /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.so.0.0.0
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f libvsqlitepp.so.0.0.0 libvsqlitepp.so.0 || { rm -f libvsqlitepp.so.0 && ln -s libvsqlitepp.so.0.0.0 libvsqlitepp.so.0; }; })
(cd /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench && { ln -s -f libvsqlitepp.so.0.0.0 libvsqlitepp.so || { rm -f libvsqlitepp.so && ln -s libvsqlitepp.so.0.0.0 libvsqlitepp.so; }; })
/usr/bin/install -c .libs/libvsqlitepp.lai /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench/libvsqlitepp.la
PATH="$PATH:/sbin" ldconfig -n /home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench
----------------------------------------------------------------------
Libraries have been installed in:
/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++/src/sqlite'
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
make[4]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/vsqlite++'
Making install in antlr-runtime
make[2]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
make[3]: Entering directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
test -z "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench" || /bin/mkdir -p "/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench"
/bin/bash ./libtool --mode=install /usr/bin/install -c libantlr3c_wb.la '/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench'
./libtool: line 866: X--mode=install: command not found
./libtool: line 1033: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1034: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 6250: X/usr/bin/install: No such file or directory
./libtool: line 6268: X/usr/bin/install: No such file or directory
./libtool: line 6319: X-c: command not found
./libtool: line 6351: X/home/guohai/dev/a/mysql/mysql-workbench/lib/mysql-workbench: No such file or directory

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.

ddxSigGiveUp: Closing log

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.

ddxSigGiveUp: Closing log
./libtool: line 6378: libtool: install: `.' must be an absolute directory name: command not found
./libtool: line 6379: Try `libtool --help --mode=install' for more information.: command not found
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/guohai/dev/a/mysql/mysql-workbench-gpl-5.2.44-src/ext'
make: *** [install-recursive] Error 1

Options: ReplyQuote


Subject
Views
Written By
Posted
can not install MySQL Workbench on Ubuntu 10.10 X64 through source build
2006
December 01, 2012 07:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.