Home | News | Articles | Fedora Project | Fedora mirrors | Links | Fedora-Legacy |

Securing a Redhat, Fedora or Linux server howto

As a sysadmin I've learnt a lot through trail and error, with that I've put up an article which gives some nice pointers to safely connect your system to the internet.

Go to the article...


lm_sensors and SNMP howto online

I created a howto on using SNMP to read out lm_sensors data, the lm_sensors is a software application that reads out data like CPU voltage, fan speeds and tempratures inside your casing..

Go to article



Fedora Core 3 Available!

Fedora Core 3 is now available from Red Hat and at distinguished mirror sites near you, and is also available in the torrent. Fedora Core has expanded in this release to four binary ISO images and four source ISO images, and is available for both x86-64 and i386. Please file bugs via Bugzilla, Product Fedora Core, Version 3, so that they are noticed and appropriately classified. Discuss this release on fedora-list.















Unofficial FAQ Updated for Fedora Core 3
Fedora Core 1 for AMD64 Available!
Fedora C1 lm_sensors + SNMP HowTo
Securing a Redhat/Fedora install
Howto up: Help, my server got hacked !!!

 




PHP Imap support on X86_64bit   PDF  Print  E-mail 
Written by wunk  
Sunday, 29 April 2007

Download Directadmin's imap source:

wget http://files.directadmin.com/services/imapback-2004c1.tar.gz

Extract and move to /usr/local/imap, the Makefile has to be edited so that imap will be compiled with the -fPIC flag, find the line:

EXTRACFLAGS=-I/usr/kerberos/include -L/usr/kerberos/lib

and edit it to:
EXTRACFLAGS=-I/usr/kerberos/include -L/usr/kerberos/lib -fPIC

Next we make a symlink the kerberos to the 64bits libraries:

cd /usr/kerberos/
ln -s /usr/lib64 lib


Now we compile Imap (ignore warnings during compile time)

cd /usr/local/imap
./buildit

Now we have 64bit compiled imap libraries, next we compile PHP, go to /usr/local/directadmin/customapache/ and edit configure.php. Add the following lines

--with-imap=/usr/local/imap \
--with-imap-ssl \


Then we recompile PHP:

./build clean
./build php d

After it finishes, restart apache

service httpd restart

And remove the kerberos lib symlink to avoid compilation errors in the future:

rm /usr/kerberos/lib

 
EasyHosting.nl