Sponsored Content
Operating Systems AIX AIX - MySQL installation help Post 302095363 by rishi on Monday 6th of November 2006 01:03:50 PM
Old 11-06-2006
AIX - MySQL installation help

Hi,

I'm facing troubles in installing MySQL on AIX 5.3. After I run make it's getting errors and exiting, few of the errors are pasted below. Please help me to install it succesfully.

ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_alarm.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_lock.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_mutex.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_rwlock.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[my_pthread.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[my_thr_init.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-317 ERROR: Undefined symbol: ._my_thread_var
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .my_thread_name
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_charset
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_open
ld: 0711-317 ERROR: Undefined symbol: .my_thread_end
ld: 0711-317 ERROR: Undefined symbol: .my_thread_global_end
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_end
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_global_init
ld: 0711-317 ERROR: Undefined symbol: .my_thread_global_init
ld: 0711-317 ERROR: Undefined symbol: .safe_cond_wait
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .my_thread_id
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_myisam
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_init
ld: 0711-317 ERROR: Undefined symbol: thr_lock_inited
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_data_init
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_delete
ld: 0711-317 ERROR: Undefined symbol: .my_thread_init
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_malloc
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mysql installation error using redhat 7.2

i am a newbie to unix admin stuff so bare with me. -- i get this message when executing mysql_install_db during the installation of mysql. what is the cause of this and how can it be fixed. btw - i have tried installing as root and other accounts also. scripts/mysql_install_db:... (6 Replies)
Discussion started by: theDirtiest
6 Replies

2. Linux

MySQL python installation

Hi I am using CentOS 4 machine..trying to install MySQL for python to setup a boinc project.. During the building process I am getting this error..I have even set the LD_lIBRARY_PATH to /usr/local/lib where the libmysqlclient.so file is present.. ./python -E ./setup.py build ./python: error... (1 Reply)
Discussion started by: Gayathrirri
1 Replies

3. AIX

MYSQL Install on AIX

Hello All: I've been asked to install mysql on AIX box and I have very little experience in UNIX. Does anybody have any step by step directions on installing MYSQL? Any guidance would be appreciated! Thanks (1 Reply)
Discussion started by: rmnv
1 Replies

4. Ubuntu

Problem wih MySQL installation

Hi, I tried installing MySql in my Ubuntu OS in my Laptop with the help of the information in below link How to Install MySQL in Ubuntu 10.04 The download of required files happened but I dont know there is installation happened or not. Because as mentioned in the above link there is no... (3 Replies)
Discussion started by: ramkrix
3 Replies

5. Red Hat

Apache,php,mysql, and jdk 1.6 update 20 installation on RHEL 5.5

I want to install Apache (version 2.2.X), php (version 5.3.X),mysql (version 5.5.X) on RHEL 5.5. Guide re. site address for download all rpm. X = latest version. Thanks in advance. (1 Reply)
Discussion started by: vasdaax
1 Replies

6. Shell Programming and Scripting

need command for mysql installation

Hi All, I want to install mysql on my server but i dont have root access when i have tried to install this MySQL-client-3.3.15-3.rhel5.x24_74.rpm using the command rpm -ivh MySQL-client-3.3.15-3.rhel5.x24_74.rpm getting error error: can't create transaction lock on... (0 Replies)
Discussion started by: aish11
0 Replies

7. Ubuntu

Mysql apache installation

on ubuntu lamp server how to install mysql and apache? any instructions? (1 Reply)
Discussion started by: srinathk
1 Replies

8. AIX

MySQL 5.5.28 compile on AIX 7.1

Hi, I have an AIX 7.1 lpar with cmake, gmp, libmpc, mpfr on it and a gcc 4.6.2 compiler that was made with the no-dependency flag. I am trying to complile MySql5.5.28 from Oracle. Cmake runs fine. Then when I run make, I get the following: <nyissz> Scanning dependencies of target strings ... (12 Replies)
Discussion started by: Ismeret Tenger
12 Replies

9. UNIX for Beginners Questions & Answers

Mysql installation - Operation not permitted

Hello, Since over one week, I have been consistently searching for a solution to my mysql installation errors. I surfed many sites on google to get rid of the issue. Now google gives me all the same results, I tested many of those solutions provided by... Now I am pulling hair I am under... (12 Replies)
Discussion started by: baris35
12 Replies
MYSQLD(8)						       MySQL Database System							 MYSQLD(8)

NAME
mysqld - the MySQL server SYNOPSIS
mysqld [options] DESCRIPTION
mysqld, also known as MySQL Server, is the main program that does most of the work in a MySQL installation. MySQL Server manages access to the MySQL data directory that contains databases and tables. The data directory is also the default location for other information such as log files and status files. When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients. The mysqld program has many options that can be specified at startup. For a complete list of options, run this command: shell> mysqld --verbose --help MySQL Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration. MySQL Server also has a set of status variables that provide information about its operation. You can monitor these status variables to access runtime performance characteristics. For a full description of MySQL Server command options, system variables, and status variables, see Section 5.1, "The MySQL Server". For information about installing MySQL and setting up the initial configuration, see Chapter 2, Installing and Upgrading MySQL. COPYRIGHT
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc. This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. SEE ALSO
For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. AUTHOR
Sun Microsystems, Inc. (http://www.mysql.com/). MySQL 5.1 04/06/2010 MYSQLD(8)
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy