1
vote
2answers
70 views

Do you keep track of the programs you compile under unix or linux

Do you keep track of the programs you compile and install? If yes, what do you keep, the configure output, the install output? Is there some "best practice" regarding this matter?
0
votes
2answers
163 views

Keep the sites-available/enabled structure when compiling Nginx

I am using nginx on ubuntu which by default has the sites-available/enabled directory structure similar to Apache to store the sites configuration files. I have compiled nginx (because I need a third ...
0
votes
1answer
383 views

Lighttpd doesn't read mime-type from files without an extension

I have a folder with images that I need to be lightweight hosted. So I decided to go for lighttpd. So I read that I had to add the following option in the config file: mimetype.use-xattr = "enable" ...
0
votes
2answers
345 views

OpenLDAP compile switches

How can I see how the OpenLDAP executable provided by my distribution (OpenSuSE) was compiled ? After long debugging, I think that my TLS config is simply ignored. I would like to check if slapd was ...
4
votes
2answers
110 views

Upgrade PHP v5.3.3 to v5.3.4

I currently have PHP v5.3.3 installed and configured. Everything is working perfectly, but I would like to keep PHP up to date and upgrade to v5.3.4. Can someone please describe the usual upgrade ...