Monthly Archives: October 2012

ModPagespeed Virtual host configuration

It seems the document for vhost config left out the line for ModPagespeedGeneratedFilePrefix because when I copied them I got this error: mod_pagespeed is enabled. The following directives must not be NULL\nModPagespeedFileCachePath=/var/cache/mod_pagespeed/\nModPagespeedGeneratedFilePrefix= Configuration Failed This is what I used and … Continue reading

Posted in Uncategorized | 1 Comment

/usr/bin/ld: cannot find -lltdl

while compiling Imagemagick on a recent version of CentOS, I saw the subject error (during “make install” to be precise) This seems to be the solution: yum install libtool-ltdl-devel

Posted in Uncategorized | Leave a comment

Horde Sesha Error

Tried installing Horde’s sesha (version 1.0.0beta1) on CentOS and only saw this: Fatal error: Call to undefined method Horde_Util::addParameter() in /var/raid/www/horde/sesha/lib/View/List.php on line 96 To fix change Horde_Util::addParameter to Horde_Url:add in several places next error: Fatal error: Call to undefined … Continue reading

Posted in Uncategorized | 2 Comments

Resolved: HORDE: [horde] Class Horde_Routes_Mapper does not exist

Trying to install nag on horde 5 in CentOS, kept getting the subject message, to fix: pear install horde/Horde_Routes-beta

Posted in Uncategorized | Leave a comment

rpm -e specifies multiple packages

I had this problem with libxml2 on CentOS 5, turns out a version for both arch’s was installed, this post solved it for me Running into this? bash$ sudo rpm -e zlib-devel error: “zlib-devel” specifies multiple packages This is because … Continue reading

Posted in Uncategorized | Leave a comment

how to migrate qmailadmin

I was trying to migrate a vpopmail / mysql installation to a new system and the users could not log in through qmailadmin. This post has the solution make sure to copy the contents of /var/qmail/control/* and /var/qmail/users/assign to the … Continue reading

Posted in Uncategorized | Leave a comment

Solved: Error compiling httpd-2.2.23: byterange_filter.c:(.text+0x12c1): undefined reference to `apr_array_clear’

modules/http/.libs/libmod_http.a(byterange_filter.o): In function `ap_set_byterange’: byterange_filter.c:(.text+0x12c1): undefined reference to `apr_array_clear’ collect2: ld returned 1 exit status Solution: Add this to the configure command: –with-included-apr with compliments and kind regards to Stefan for providing this solution

Posted in Uncategorized | Leave a comment

SNMP can’t get ifspeed on vmWare virtual

trying to set up SNMP on some virtuals for running mrtg graphs. Some of them weren’t working; the mrtg config file has this message: > ### The following interface is commented out because: > ### * has no ifSpeed property … Continue reading

Posted in Uncategorized | 1 Comment