Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
68 views

Is it worth to manually compile PHP vs use deb package?

For performance reason, I'm wondering if it is worth to compile php 5.3.x myself instead of using the default .deb package. I know some PHP core developers that say that is worth to do it. By the ...
0
votes
1answer
65 views

Compile PHP 5.4 as a CGI with cPanel on Centos

I have looked all over and found ways to compile PHP as a cgi/secondary install but no guides show how to compile PHP 5.4 as a cgi to be called in a .htaccess. I want to have a development cgi version ...
0
votes
1answer
43 views

When compiling PHP (and PHP extensions), how do you disable 'features' that have no ./configure method of disabling them?

Here is a few quick dumps that lead fairly well into the question: 1 - Showing our PHPGD is compiled with freetype support [root@... php-5.3.8]# php -i | grep Free FreeType Support => enabled ...
2
votes
1answer
122 views

Libvirt installation - Centos

I am currently using Centos 6. I want to use the latest version of libvirt (libvirt 0.9.4). The machine already has libvirt 0.8.1 installed . I did yum remove libvirt to remove the existing libvirt ...
0
votes
2answers
342 views

Problem with compiling PHP on Centos

Im trying all day compile the newest PHP from source. At first after configure, make, make install there was no libphp5.so anywhere on system(problem with PHP SAPI module CGI instead apache2handler), ...
0
votes
1answer
98 views

ruby-1.8.6-p144 on Ubuntu 10.04 [RVM]

wopi@wopi-desktop:~/.rvm/src$ cat /etc/issue Ubuntu 10.04.2 LTS rvm install ruby-1.8.6-p114 gives me errors: https://gist.github.com/814261 How I can install it ?
0
votes
4answers
200 views

Kernel config file generator

could please anybody recommend some kind of kconfig generator that would trim modules and built-in stuff that is not needed according to current hardware ? The best I have found is this : ...
1
vote
2answers
123 views

How to check what command I used to compile a program? [closed]

Possible Duplicate: How to fetch ./configure parameters used at last time? Some time ago under Centos, Bash I've compiled a program from source files. Now I need to compile with again with ...
0
votes
1answer
344 views

Compiling mod_auth_kerb on OS X

I'm trying to get mod_auth_kerb installed, but I can't seem to find any information on compiling it on OS X. I'm getting the following when I attempt to compile: ./apxs.sh "-I. -Ispnegokrb5 ...
0
votes
1answer
720 views

Compiling PHP 5.1.6 with PDO MySQL

UPDATE I Asked this over on StackOverflow as I hadn't got any answers on here at the time. Here's the link to the answers for completeness' sake. I'll like that page back over here once I've tried ...
1
vote
4answers
557 views

Configure options MySQL server was compiled with?

I have MySQL server 5.0.67 running on a Linux machine. How can I know what configure options were used to compile it?? I'm interested in the option --with-mysqld-ldflags in order to know whether ...