Building cyrus-imapd 2.2.12 with the autocreate patch causes an error when compiling. To fix edit the imap/Makefile and add the following to the end of the CPPFLAGS parameter -I../et Then resume the make.
Monthly Archives: November 2006
Oracle XE web server returns HTTP 400 Bad Request
With the production version of Oracle XE the default is to not allow remote access to the web server. This sometimes causes even local access to not work. To fix run the following as sys: exec dbms_xdb.setListenerLocalAccess(false); Access to the web server will now be enabled.
Oracle Enterprise Linux Virtual Machine Setup
How to create a VMware virtual machine to run Oracle Enterprise Linux using VMware Workstation 6. Startup VMware Workstation 6.Go to File -> New -> Virtual MachineClick Next Select Custom Select Workstation 5 – this is required if you are going to run the VM under VMware Server 1.x Select Linux and Red Hat Enterprise […]