Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Quick install for SourceGuardian on Debian Server  (Read 2064 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Quick install for SourceGuardian on Debian Server
« on: April 16, 2014, 10:07:01 pm »
Quick install for SourceGuardian on Debian Server

First go to SourceGuardians download page http://www.sourceguardian.com/loaders.html

   Untar the tarball

   Copy the loader file ixed.5.3.lin to the /usr/lib/php5/20090626/

cp ixed.5.3* to /usr/lib/php5/20090626/

   Create a Source Guardian configuration file:

vim /etc/php5/conf.d/sourceguardian.ini

   Add the following two lines to sourceguardian.ini:

[sourceguardian]
   zend_extension=/usr/lib/php5/20090626/ixed.5.3.lin


Restart Apache:

# php -v
PHP 5.3.3-7+squeeze14 with Suhosin-Patch (cli) (built: Aug 6 2012 14:18:06)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with SourceGuardian v9.0, Copyright (c) 2000-2012, by Inovica Ltd.
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
—————————————————
« Last Edit: April 16, 2014, 10:12:05 pm by Aby »