> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/toolpack-install-validation-for-windows-xp.md).

# Toolpack Install Validation for Windows XP

**Applies to version(s) v2.5 to v2.9**

If any of those steps fails, refer to the [Windows XP installation guide](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/legacy/toolpack-prerequisite-windows-xp-2-5/README.md)

### File Validation

* Verify that the following files are located in C:\Windows\System32: iconv.dll libxml2.dll zlib1.dll

### Software installation

* Verify that the following software is installed on the host: MySQL 5.1 Ruby 1.8.6 WinPCAP 4.0 (optional)

### Mongrel Installation

* execute the following command: gem list --local

> Result should contain: mongrel (1.1.5) A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps. json

### MySQL Configuration

* Verify MySQL config file: C:\Program Files\MySQL\MySQL Server 5.1\my.ini

> Example, there should be a log-bin and server-id under mysqld: \[mysqld] port=3306 basedir="C:/Program Files/MySQL/MySQL Server 5.1/" datadir="C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Data/" default-character-set=latin1 default-storage-engine=INNODB

1. Enable mysql database replication log-bin server-id=''\[UniqueId]'' max\_allowed\_packet = 200MB
2. sql-mode="STRICT\_TRANS\_TABLES,NO\_AUTO\_CREATE\_USER,NO\_ENGINE\_SUBSTITUTION" max\_connections=100
3. section \[mysqld\_safe] table\_cache=256 tmp\_table\_size=18M thread\_cache\_size=8

   \[mysqldump] max\_allowed\_packet = 200MB **Note**: server-id value may vary, but server-id needs to be a non-zero value and unique when using more than one host.

* Verify the state of the MySQL service in **Control Panel -> Administrative Tools -> Services**
* If you are using McAfee Antivirus, make sure that the **On Access Scan** is **disabled**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/toolpack-install-validation-for-windows-xp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
