I am looking for an IT solution for recruitment in the construction biz and came across Mamook. Im trying to set up an installation on our servers that have php/ mysql support but im confused with certain issues. Any help appreciated.
1. on the mamook web it says that besides the obvious apache/php/mysql a number of further libs are required. HTMLDOC/ DBI:DBD/ ADODB/ ZLIB. In the documentation there is info about the installation of HTMLDOC/ ADODB. What about zlib? where should this be installed ant pointed at?
2. It would be very helpful if accss to some on linwe implementation is given. It is impossible to infer the functionality form the mammok web. There is little doubt that this is serious thing but some visibility would only add to the case. If there is any such URL pls send a a note!
congrats and thaks, Nikos
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there!
I am looking for an IT solution for recruitment in the construction biz and came across Mamook. Im trying to set up an installation on our servers that have php/ mysql support but im confused with certain issues. Any help appreciated.
1. on the mamook web it says that besides the obvious apache/php/mysql a number of further libs are required. HTMLDOC/ DBI:DBD/ ADODB/ ZLIB. In the documentation there is info about the installation of HTMLDOC/ ADODB. What about zlib? where should this be installed ant pointed at?
2. It would be very helpful if accss to some on linwe implementation is given. It is impossible to infer the functionality form the mammok web. There is little doubt that this is serious thing but some visibility would only add to the case. If there is any such URL pls send a a note!
congrats and thaks, Nikos
Hi Nikos
The Zlib library mentioned is actually a module for PHP. It relies on the standard zlib unix libraries (www.zlib.net)
From http://ca.php.net/manual/en/ref.zlib.php:
Installation
Zlib support in PHP is not enabled by default. You will need to configure PHP --with-zlib[=DIR]
The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.
Hope that helps!