Category

Archive for the 'LAMP' Category

Ubuntu: Getting Apache And SubVersion Module Working Together

( LAMP and Unix )

I tried the simple stuff:
apt-get install subversion
It got me somewhere, but I wasn’t able to find the module for apache2. Maybe it is hidden somewhere within the Ubuntu installation. Who knows. I also tried the procedure described on the Ubuntu Forum to no avail. It requires
So I decided to go the [...]

Ubuntu / UNIX: Normal Compiling Procedure

( LAMP and Unix )

The basic drill of source compiling. With so many versions of Unix, it is difficult for programmers to provide a pre-compiled package for each variant. Fortunately, most of the Unix utilities are open source, and most are free. The source files come in a pretty standard package with a format like this: [...]