Ad Widget

Collapse

zabbix_server don't run

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moonwalker
    Junior Member
    • Oct 2004
    • 4

    #1

    zabbix_server don't run

    hi

    i want to install the latest release 1.1alpha10! i have compiled the zabbix source with...

    ./configure --with-mysql --with-ucd-snmp and run
    make

    when i run now ./zabbix_server, the following error occurs:

    ./zabbix_server: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory

    i have checked shared libraries:

    libmysqlclient.so -> libmysqlclient.so.12.0.0
    libmysqlclient.so.12 -> libmysqlclient.so.12.0.0
    libmysqlclient.so.12.0.0

    i think, it's ok!

    someone has an idea, which the problem could be??
    Thanks for each answers!

    Greets moonwalker
  • angrox
    Junior Member
    • Jun 2005
    • 6

    #2
    Have you tried to set your LD_LIBRARY_PATH to your mysql lib directory?

    regards,

    martin

    Comment

    • moonwalker
      Junior Member
      • Oct 2004
      • 4

      #3
      yesterday, i have set this Path to the mysql lib directory and now runs my zabbix_server processes!

      thanks for help

      regards moonwalker

      Comment

      Working...