PHP: what is –enable-zend-multibyte configure option for?
What is exactly –enable-zend-multibyte option for when you ./configure PHP? It is to be able to detected if php scripts are Unicode encoded or not. I’ve found this information in this article...
View ArticleHow to fetch ./configure parameters used at last time?
I am upgrading LAMP stack on customer’s server and need to ./configure mysql and apache with exact last settings they were compiled with last time. Where do I get these? PHP configure string can be...
View ArticleForcing 32bit compilation on Mac OS X 10.6
I’m running Mac OS X 10.6. How do I force configure to compile in 32 bit mode? You could simply set the CFLAGS and CPPFLAGS : export CFLAGS=-m32export CPPFLAGS=-m32 These flags will simply force gcc...
View Articlemake errors when compiling PHP 5.2.6 from source (Fedora 12)
I have already installed Apache 2.2.14, PHP 5.3.1 (using mod_fastcgi) and MySQL 5.1.41 – this is working great, but I am now trying to install PHP 5.2.6 (also using mod_fastcgi) so I can use it for...
View ArticleProblem installing ntop on FreeBSD 6.2
I’m following the instructions at http://www.ntop.org/download.html. At some point during the ./configure phase of the install, I get this error message: configure: error: Unable to find RRD at...
View ArticleHow is centos packages build?
Where do I find information about how a specific package in centos is build. Ie. what flags has been used on ./configure etc. At the moment I’m trying to figure out how slapd (openldap-servers) are...
View ArticleConfigure cisco switch remotely without console access
Since Cisco in their newer firmwares disabled access to the web interface before password is set on the switch I need an alternative way of configuring switches remotely. I read up on the Cisco Smart...
View Articleconfigure: error: Cannot find libtidy
I want to build PHP 5.3.9 on RHEL 6.2 with Tidy support. I get this message: configure: error: Cannot find libtidy So I try to install libtidy: yum install libtidy libtidy-devel but libtidy-devel is...
View ArticleHow Do I Configure SQL Server 2005 Backend?
I am trying to develop an inventory/payroll system for a factory. The information will be stored on a server, Windows Server 2008 R2, and SQL Server 2005. I’m going to store the records on the server,...
View ArticleCan I use the CLI to reset an IP address from a different subnet?
I’m working with a small office network which has fifteen devices on 192.168.2.x. They want to add a print server to the network. Simple enough, except that the print server seems to think it’s...
View Article