Monitoring software on IBM AIX


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Monitoring software on IBM AIX
# 8  
Old 07-26-2016
Bakunin my problem is with MySQL client librarys, simple my complier dosent see this library and few others. I have many problems with librarys in IBM AIX.
Thank you fo LPAR2RRD proposition.

---------- Post updated at 03:09 AM ---------- Previous update was at 02:24 AM ----------

Zaxxon, Bakunin maybe you will know solution for my problem.
When I compile Zabbix Server with MySQL, compiler crash with error:

Code:
checking for mysql_config... /install/mysql-connector-c-6.0.2-aix5.3-powerpc-32bit/bin/mysql_config
checking for main in -l... no
configure: error: Not found mysqlclient library

I downloaded MySQL Connector from MySQL site. I have these libs:
libmysql.so libmysqlclient.a libmysqlclient.so libmysqlclient_r.so

I hold them in /usr/local/lib

command:
Code:
./mysql_config --libs
Output:
-L/usr/local/lib -lmysql -lpthread

Moderator's Comments:
Mod Comment edit by bakunin: Please use CODE-tags for terminal output and data as well. Thank you.

Last edited by bakunin; 07-26-2016 at 06:18 AM..
# 9  
Old 07-26-2016
Quote:
Originally Posted by jackbz
When I compile Zabbix Server with MySQL, compiler crash with error:

Code:
checking for mysql_config... /install/mysql-connector-c-6.0.2-aix5.3-powerpc-32bit/bin/mysql_config
checking for main in -l... no
configure: error: Not found mysqlclient library

This looks like a case of unset (or wrongly set) LIBPATH variable. Depending on the tool(s) you use it might be necessary to set the LD_LIBRARY_PATH as well (to the same value as LIBPATH).

I hope this helps.

bakunin
# 10  
Old 07-26-2016
My paths:
Code:
 bash-4.2# echo $LIBPATH
/opt/freeware/lib:/opt/freeware/lib64:/usr/ccs/lib:/usr/local/lib:/usr/lib
bash-4.2# echo $LD_LIBRARY_PATH
/opt/freeware/lib:/opt/freeware/lib64:/usr/ccs/lib:/usr/local/lib:/usr/lib

# 11  
Old 07-28-2016
I solved the problem by installing Zabbix with PostgreSQL
# 12  
Old 07-28-2016
Thanks for the follow-up. I mark this thread as solved.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

2. Infrastructure Monitoring

Whats the best new monitoring software

Hi All We have a new site going live. with 80 switches , 10 servers We have used nagios ,icinga,mrtg and others what do users think is the best new software worth a look? thanks Richard (1 Reply)
Discussion started by: rdunne
1 Replies

3. AIX

ASK SNMPD configuration software monitoring

Hi, How to create new SNMP at aix configuration? Can your share in this the step by step.. regards, (1 Reply)
Discussion started by: williamen
1 Replies

4. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

5. UNIX for Advanced & Expert Users

MOnitoring Software for Unix servers

Guys, I need a monitoring software for my Unix servers. Over the last couple of years, the number has increased to well over 40 servers. All have different applications running on them and it is impossible to go to everyone of them and do checks. I was using Spotlight on Unix. I was... (1 Reply)
Discussion started by: jair
1 Replies

6. AIX

how to find old software on IBM

Hi All, im trying to find some older versions of software due to a problem that i'm having after upgrading. namely. devices.sdd.43.rte ibm2105.rte version 32.6.100.18 devices.fcp.disk.ibm2105.rte version 32.6.100.18 devices.scsi.disk.ibm2105.rte version 32.6.100.18 Anyone any ideas... (0 Replies)
Discussion started by: djdavies
0 Replies

7. UNIX for Dummies Questions & Answers

network monitoring software

hi can i know if there is any GUI interface software to help in monitoring the network of the servers i have? something like a web pages or a stock pages when a processes is down, a red colour is flashes. best if it is free ;) (1 Reply)
Discussion started by: legato
1 Replies

8. Solaris

monitoring software

i am looking for a really good monitoring solftware for solaris . i need it to be installed on a server and accessed from a client application on windows , with some nice GUI interfaces . thanks (6 Replies)
Discussion started by: ppass
6 Replies

9. News, Links, Events and Announcements

IBM Releases 500 Software Patents

If you haven't heard about this elsewhere, here is one link to the story. But here is a pdf file from IBM's website listing the patents. (5 Replies)
Discussion started by: Perderabo
5 Replies

10. UNIX for Advanced & Expert Users

Monitoring Software??

Hi everybody, I am currently setting up a web site for customers to place orders. Having placed the order the file will be downloaded onto the Unix server (SCO UNIX v 5.0.4). At this point I need to be able to monitor the system for the file being resident and if it is then perform an action on... (2 Replies)
Discussion started by: cookiejar
2 Replies
Login or Register to Ask a Question