Ad Widget

Collapse

install on freebsd 4.10 with ports system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rick LEE
    Junior Member
    • Dec 2004
    • 3

    #1

    install on freebsd 4.10 with ports system

    I try to install zabbix server with FreeBSD ports system for a weeks. but I could not, I normally see "Fatal error: Call to undefined function: mysql_pconnect() in /home/zabbix/public_html/include/db.inc.php on line 33" message.

    I change the mysql server-client from 3.23 to 4.1X version and also change the php module php4-mysql-4.3.10 php4-gd-4.3.10 php4-extensions-1.0 php4-4.3.10 php4-sockets-4.3.10 and so on. and then I have installed zabbix 1.0 by compile but I can see same message.

    on the other server it has not upgrade the ports tree. I have installed it with ports system. It install the php4-nms-4.3.6 and mysql-client-server-3.23.58_2 and then it work correctly. however the php4-nms module has been remove on ports tree.
    please give me some advice how can I install on FreeBSD server with ports system. thank you!
  • miky_willis
    Junior Member
    • Feb 2005
    • 9

    #2
    Originally posted by Rick LEE
    I try to install zabbix server with FreeBSD ports system for a weeks. but I could not, I normally see "Fatal error: Call to undefined function: mysql_pconnect() in /home/zabbix/public_html/include/db.inc.php on line 33" message.

    I change the mysql server-client from 3.23 to 4.1X version and also change the php module php4-mysql-4.3.10 php4-gd-4.3.10 php4-extensions-1.0 php4-4.3.10 php4-sockets-4.3.10 and so on. and then I have installed zabbix 1.0 by compile but I can see same message.

    on the other server it has not upgrade the ports tree. I have installed it with ports system. It install the php4-nms-4.3.6 and mysql-client-server-3.23.58_2 and then it work correctly. however the php4-nms module has been remove on ports tree.
    please give me some advice how can I install on FreeBSD server with ports system. thank you!
    Sorry but I have approximatively the same problem with FreeBSD 5.3 and php5

    Comment

    • redmyrlin
      Junior Member
      • May 2005
      • 2

      #3
      FreeBSD install

      I have just installed Zabbix on my FreeBSD 5.3 server.

      I too was getting the error message Call to undefined function: mysql_pconnect() until I installed php4-mysql and updated my php.ini record to read mysql.allow_persistent = On

      Now everything seems to be working OK.

      Hope that helps.

      Comment

      Working...