The compilation tag has no wiki summary.
1
vote
3answers
116 views
Compile PHP5.4 for Apache (PHP5.3 already apt-get installed)
I have had PHP Version 5.3.10-1ubuntu3.1 installed through Ubuntu's apt-get for some time.
I now want to install PHP5.4, which I was planning on compiling from source. I have extracted into ...
0
votes
1answer
26 views
Compile Qt project for Linux on remote Windows server
I have a high-configuration server with Windows 7 and several workstations with different versions of Linux (Ubuntu 12.04, Debian Squeeze). I want to copy sources of project to remote server, compile ...
0
votes
0answers
20 views
HP-UX and linux compile process missing files [closed]
i'm porting a lot of codes from hp-ux to linux.
But the compile process dont work, on AIX/HP-UX the compilation process uses the ranlib and the ar, but in the linux those programs dont do the same ...
2
votes
2answers
96 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 ...
1
vote
1answer
353 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
67 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
167 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
382 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
110 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
224 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
132 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
374 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
757 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
656 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 ...