> 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-installer-troubleshooting.md).

# Toolpack installer troubleshooting

This page list a series of problems/solutions that was encounter while running the Toolpack installer.

### Operation not permitted

This problem can occured on Linux system.

#### **Installer error output:**

> ./TBToolPack-2.4.24-Linux-centos5-x86\_64-Install couldn't load file "/tmp/tcl86t5pk": /tmp/tcl86t5pk: failed to map segment from shared object: Operation not permitted while executing "load /installkitvfs/lib/itcl/libitcl3.3.so Itcl" ("package ifneeded" script) invoked from within "package require Itcl" (in namespace eval "::" script line 3707) invoke

#### Solution:

This is a permission problem:

**Give execute permission to /tmp directory**

* Check that /tmp can be execute application with 'mount' command
* If the /tmp cannot execute then modify the /etc/fstable to allow execution. For more info see [www.tuxfiles.org/linuxhelp/fstab.html](http://www.tuxfiles.org/linuxhelp/fstab.html)

**Disable SELinux:**

* See [SELinux](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/selinux/README.md) for help

### ODBC dependencies error:

This problem can occur on Windows system that tries to install msvc8 version of the installer.

#### Installer error:

During the installation of msvc8, the installer fails because of ODBC dependencies error when running tbinstall\_helper.exe

#### Solution:

**Re-install the msvc C++ 2005 Redistributables:**

* Go to the "Add or Remove Programs" from you control panel.
* Uninstall the Microsoft Visual C++ 2005 Redistributable (only).
* Go to the wiki for your installation guide:
  * For v2.3 or v2.4, go to [Toolpack prerequisite Windows XP 2-3](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/legacy/toolpack-prerequisite-windows-xp-2-3/README.md)
  * For v2.5, go to [Toolpack prerequisite Windows XP 2-5](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/legacy/toolpack-prerequisite-windows-xp-2-5/README.md)
* Re-install the "MSVC8 Redistributable" with the supplied link


---

# 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-installer-troubleshooting.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.
