News: This forum is now permanently frozen.
Pages: [1]
Topic: Install applications on monowall  (Read 1992 times)
« on: August 16, 2008, 23:06:05 »
mariusmotea *
Posts: 12

My local internt provider has increase the internet security by introduction an application that must run at startup on every computer. the provider give me an username and a password which i use in application to loggin to server. the problem is that no router on the market will work anymore since the provider program verifi the TTL, and i hope go get monowall to work by installing the program on it. For windows the problem is simple, but for Linux/Unix i must follow this guide:

" For instalation of application on Unix\Linux O.S. is necesary that you have previous installed libmcrypt, PHP-CLI, Zend and GNU Wget packets.
1. Download libmcrypt 2.5.7 (tar.gz) [4,187Kb] http://acces.czone.ro/czone/download/libmcrypt/libmcrypt-2.5.7.tar.gz

Code:
$ tar -xvzf libmcrypt-2.5.7.tar.gz
$ cd libmcrypt-2.5.7/
$ ./configure
$ make
$ make install

2. Download PHP 5.1.2 (tar.gz) [7,875Kb] http://acces.czone.ro/czone/download/php/php-5.1.2.tar.gz

Code:
$ tar -xvzf php-5.1.2.tar.gz
$ cd php-5.1.2/
$ ./configure --disable-libxml --disable-dom --disable-simplexml --disable-xml --disable-xmlreader --disable-xmlwriter --without-pear --with-openssl --with-mcrypt --enable-force-cgi-redirect --with-config-file-path=/etc --with-cli --bindir=/usr/bin
$ make
$ make install

3. Download correct Zend version for your O.S. type

Code:
$ tar -xvzf ZendOptimizer-version.tar.gz
$ cd ZendOptimizer-version/
$ ./install

During instalation you will ask for location of php.ini, and whrite /etc

4.Download Wget 1.10.2 (tar.gz) [1,221Kb]  http://acces.czone.ro/czone/download/wget/wget-1.10.2.tar.gz

Code:
$ tar -xvzf wget-1.10.2.tar.gz
$ cd wget-1.10.2/
$ ./configure
$ make
$ make install

5. Download C-zone application from here: http://acces.czone.ro/czone/download/czone.sh

5.1 Make the script executable ( ex.: chmod +x czone.sh ).

5.2 Give the command:

Code:
$ php czone.sh username password interface
"

I really appreciate any help.
---------------
Regards,
Marius
« Reply #1 on: August 17, 2008, 00:40:54 »
Fred Grayson *****
Posts: 994

M0n0wall does not have any capability to build and install software on itself. You might have a chance at this if you try it on pfsense.

--
Google is your friend and Bob's your uncle.
« Reply #2 on: August 17, 2008, 09:11:30 »
mariusmotea *
Posts: 12

thanx, i will put this question on pfsense forum.
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines