Compdigitec Labs

Archive for January, 2009

Binaries for rarcrack 0.2 on Microsoft Windows

Saturday, January 24th, 2009

Note: Were you looking for the Linux binaries? Rarcrack is a lightweight and powerful tool for cracking lost or forgotten RAR passwords. However, there is no already made package, so here is one pre-made for you. These packages are Windows binaries compiled for x86 and x86_64 machines. Download: RAR package (version 0.2, 1.6M) Download: ZIP […]

Set of patches to allow PHP-GTK2 to compile with PHP6 (incomplete)

Saturday, January 24th, 2009

If you try to compile PHP-GTK 2.0.1 with PHP 6 (available at the Compdigitec Packaging Department), you will need a series of patches to allow it to compile with PHP 6 because the PHP-GTK generator does not like PHP 6. Here are a set of (incomplete, missing main/phpg_support.c) patches for the PHP-GTK2 generator: ext/gtk/gen_atk.c – […]

How to build a CLI interpreter of PHP in Linux

Friday, January 23rd, 2009

After you have installed the related development packages (eg libmysqlclient15-dev for MySQL support), configure PHP with the following options: ‐‐prefix=/usr ‐‐enable-debug ‐‐with-openssl ‐‐with-zlib ‐‐with-curl ‐‐enable-ftp ‐‐with-gettext ‐‐with-mhash ‐‐with-mysql ‐‐enable-sockets ‐‐enable-soap ‐‐with-tidy ‐‐enable-zip ‐‐with-xsl ‐‐disable-cgi If you found this article helpful or useful, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs […]

System.Windows.Forms in Mono

Saturday, January 17th, 2009

Mono (http://www.mono-project.com/) is a open source implementation of the .NET Framework. Even though it includes System.Windows.Forms support, it is not installed by default. To install it on Ubuntu/Debian, install the packages libmono-winforms1.0-cil and libmono-winforms2.0-cil. The implementation of System.Windows.Forms in Mono is licensed under the LGPL and this means that it can be used with proprietary […]

Binary packages: PHP CLI 5.2.8 and PHP-GTK 2.0.1

Wednesday, January 14th, 2009

Update (2009-05-18): libglade support is not included with this package. It has been deprecated and will soon be replaced with GtkBuilder (coming soon). If you happen to need a clean CLI package of the latest PHP and a copy of a clean PHP-GTK 2 package, we have compiled a .deb (for Debian, Ubuntu and derivatives) […]

Patch for phpGladeTool

Saturday, January 10th, 2009

Although phpGladeTool is a very good tool to generate PHP from glade interfaces, it has many bugs that makes it run slowly and unstable. Below is a patch to phpGladeTool to fix some of the bugs. Keep in mind that this is only a small patch and that it does not fix all the bugs. […]