The recompile tag has no wiki summary.
0
votes
2answers
72 views
Anyway to backup nginx before recompiling?
I am looking to install the HttpGeoipModule for NGINX but learning I have to recompile the entire thing from source in order to do so. I have a new Media Temple DV 4.0 server and that comes with nginx ...
0
votes
1answer
71 views
Is it possible to recompile subversion without deleting current repository in CentOS?
i want to recompile to enable http checkout
after i install neon
yum install neon-devel
then i make compile
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-apr=/usr/bin/apr-config
...
1
vote
4answers
1k views
How to enable PHP features without recompiling
I want to use semaphore functions. The installation instructions reads
Support for this functions are not enabled by default. To enable System V semaphore support compile PHP with the option ...
1
vote
1answer
263 views
When I recompile Apache do I need to recompile PHP and recompile PHP's extensions?
I want to upgrade Apache, I'm a few versions behind (Apache/2.2.12) and I want to add mod_ssl. Do I need to recompile PHP? I also use the APC PHP extension - if I need to recompile PHP, will I need to ...
0
votes
1answer
379 views
How to remove the php gettext extension
I would like to know if there is any way I can remove the gettext extension without re-compiling php?
1
vote
2answers
112 views
Recompile PHP *nix
I'm a total newb to *nix in all forms so assume I know nothing about it.
I've been trying to use a php function set called "ZipArchive". It says I need to recompile php with the --enable-zip option.
...
5
votes
2answers
165 views
Re-compiling PHP
Say I compiled and installed PHP and then I wanted to add an additional extention a few months later.
Do I need to specify everything I've included during my initial installation along w/ the new ...
3
votes
3answers
2k views
SQL Server: Why is recompiling stored procedures required?
I was executing the script I found on this site to mark all my tables and stored procedures for recompilation.
(I changed it to also mark the stored procedures)
I have a Windows Forms (.net 3.5) ...