Hi,
i m getting error
"The procedure entry point inflate could not be located in the dynamic link library zilb.dll"
I am installing a fresh Cacti on my system. I followed the instructions as shown :
Following are my specifications:
Windows xp professional service pack 2
cacti 0.8.7.g
fcgisetup_1.5_rtw_x86.msi
php-5.2.14-win32-installer.msi
mysql-5.1.49-win32.msi
net-snmp-5.6.pre3.zip
cygwin.exe
IIS 6 manager
rrdtool-1.2.30-win32-perl510.zip
Please help me out Thanks in advance.
[solved] 0.8.7g on windows xp sp2
Moderators: Developers, Moderators
This is not a cacti issue, but instead php. google for that error and a solution.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Not open http://localhost/cacti/
That given error has been solved now ,But now i m getting error of not open http://localhost/cacti
configuration is below :
1) cacti directory :
C:\Inetpub\wwwroot\cacti
2) PHP DIRECTORY AND SUBDIRECTORY :
C:\PHP
SUBDIRECTORY'S ARE :
C:\PHP\Uploadtemp
c:\PHP\Session
C:\PHP\MIBS
3) MySQL DIRECTORY :
C:\MySQL
4) SYSTEM VARIABLE AND PATH OUTPUT :
---MIBS CONTENT COPY FROM C:\usr\mibs
---PHPRC VARIABLE DEFINES AND VALUE C:\PHP\
---MIBDIRS VARIABLE DEFINED AND VALUE C:\PHP\MIBS\
---SYSTEM PATH VALUE : C:\PHP\;C:\MySQL\bin;C:\cygwin\bin
5) CONFIG.PHP OUTPUT :
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2010 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
| as published by the Free Software Foundation; either version 2 |
| of the License, or (at your option) any later version. |
| |
| This program 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. |
+-------------------------------------------------------------------------+
| Cacti: The Complete RRDTool-based Graphing Solution |
+-------------------------------------------------------------------------+
| This code is designed, written, and maintained by the Cacti Group. See |
| about.php and/or the AUTHORS file for specific developer information. |
+-------------------------------------------------------------------------+
| http://www.cacti.net/ |
+-------------------------------------------------------------------------+
*/
/* make sure these values refect your actual database/host/user/password */
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "cactipw";
$database_port = "3306";
/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
6) IIS 5.1 CONFIG :
DEFAULT WEB SITE -> PROPERTIES ->ISAPI FILTERS -> AS SHOWN IN MANUAL THERE IS php5isapi.dll REQUIRED BUT IN 5.2.14 IT IS NOT AVAILABEL SO I USE PATH
C:\PHP\php5ts.dll
DEFAULT WEB SITE -> PROPERTIES ->Home Directory ->local path -> C:\Inetpub\wwwroot in that configuration php executable ->C:\Inetpub\wwwroot -> all verbs
and script engine checked
DEFAULT WEB SITE -> PROPERTIES ->index.php first select
all user give full permission
7) all patches has been installed
configuration is below :
1) cacti directory :
C:\Inetpub\wwwroot\cacti
2) PHP DIRECTORY AND SUBDIRECTORY :
C:\PHP
SUBDIRECTORY'S ARE :
C:\PHP\Uploadtemp
c:\PHP\Session
C:\PHP\MIBS
3) MySQL DIRECTORY :
C:\MySQL
4) SYSTEM VARIABLE AND PATH OUTPUT :
---MIBS CONTENT COPY FROM C:\usr\mibs
---PHPRC VARIABLE DEFINES AND VALUE C:\PHP\
---MIBDIRS VARIABLE DEFINED AND VALUE C:\PHP\MIBS\
---SYSTEM PATH VALUE : C:\PHP\;C:\MySQL\bin;C:\cygwin\bin
5) CONFIG.PHP OUTPUT :
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2010 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
| as published by the Free Software Foundation; either version 2 |
| of the License, or (at your option) any later version. |
| |
| This program 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. |
+-------------------------------------------------------------------------+
| Cacti: The Complete RRDTool-based Graphing Solution |
+-------------------------------------------------------------------------+
| This code is designed, written, and maintained by the Cacti Group. See |
| about.php and/or the AUTHORS file for specific developer information. |
+-------------------------------------------------------------------------+
| http://www.cacti.net/ |
+-------------------------------------------------------------------------+
*/
/* make sure these values refect your actual database/host/user/password */
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "cactipw";
$database_port = "3306";
/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
6) IIS 5.1 CONFIG :
DEFAULT WEB SITE -> PROPERTIES ->ISAPI FILTERS -> AS SHOWN IN MANUAL THERE IS php5isapi.dll REQUIRED BUT IN 5.2.14 IT IS NOT AVAILABEL SO I USE PATH
C:\PHP\php5ts.dll
DEFAULT WEB SITE -> PROPERTIES ->Home Directory ->local path -> C:\Inetpub\wwwroot in that configuration php executable ->C:\Inetpub\wwwroot -> all verbs
and script engine checked
DEFAULT WEB SITE -> PROPERTIES ->index.php first select
all user give full permission
7) all patches has been installed
- Attachments
-
- my_ini_php_config.zip
- (19.88 KiB) Downloaded 113 times
Re: Not open http://localhost/cacti/
This is why it does not work. You have NOT followed the installation instructions. the isapi module no longer exists in php 5.2.14, so you have to go the fastcgi route.manmeet wrote:DEFAULT WEB SITE -> PROPERTIES ->ISAPI FILTERS -> AS SHOWN IN MANUAL THERE IS php5isapi.dll REQUIRED BUT IN 5.2.14 IT IS NOT AVAILABEL SO I USE PATH
C:\PHP\php5ts.dll
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: No registered users and 0 guests