All Questions
14 questions
0
votes
0
answers
111
views
openSuse - change PHP cli version
I have built PHP 7.3.27 from source like this:
./configure --with-config-file-path=/etc/php7/cli \
--with-config-file-scan-dir=/etc/php7/cli \
--with-openssl \
--with-bz2 \
--with-zlib \
--with-...
2
votes
1
answer
4k
views
Including Composer's autoloader file in your PHP script
No explicit instructions are provided at the GitHub page for php parsecsv. However, there is an obscure mention of the need to manually include the following:
If you don't use a framework such as ...
2
votes
2
answers
9k
views
configure: error: mcrypt.h not found. Please reinstall libmcrypt
I'm trying to compile php on Suse 10.2. When I run the configure script with --with-mcrypt I receive this message:
configure: error: mcrypt.h not found. Please reinstall libmcrypt
1
vote
0
answers
240
views
How to install php7 on solaris 10 with Oracle Instant client
I am trying to install php7 with oracle on Solaris 10.
The oracle instant-client-basic and instant-client sdk was downloaded from oracle
The instant client-basic was unzipped and this creates the ...
0
votes
1
answer
1k
views
Can't compile PHP 5.6 in Debian 8
I want to install PHP 5.6 in Debian Jessie and I'm following the procedures listed in this page (the server is using ISPConfig and I want to add this PHP version to the list of PHP versions available)....
1
vote
0
answers
1k
views
Arch Linux - Acquire or Compile missing PHP extensions
I've installed my first Arch Linux setup, and loving it thus far, with the small exception of setting up my dev environment properly.
My previous OS was Ubuntu 16.04 on which I ran Nginx, PHP5.6-FPM ...
3
votes
2
answers
4k
views
PHP Startup: Unable to load dynamic library : cannot open shared object file: No such file or directory
I'm trying to compile a specific version of GEOS and its PHP bindings in the Travis CI environment; they're using Ubuntu.
Here is my install script:
sudo apt-get update
sudo apt-get remove 'libgeos.*...
0
votes
1
answer
649
views
How can I compile an old PHP version and dependencies on debian 8? (PHP 5.1.0 in this case)
I'd like to install a very old PHP version on debian 8. Namely PHP 5.1.0. I will not use this in production, it is just for testing purposes. However, if I try to compile it I run into problems with ...
0
votes
0
answers
748
views
Can't compile php 5.3 on Centos 6
I need enable php-fpm on php 5.3.29 to Centos 6, I have this error while running the ./configure script:
...
config.status: creating sapi/fpm/php-fpm.conf
config.status: creating sapi/fpm/init.d....
0
votes
1
answer
5k
views
building php-5.3 on arch linux
I'm trying to build php-5.3 on arch linux using phpenv + php-build. The problem is bison is too new:
$ phpenv install 5.3.29
[Info]: Loaded apc Plugin.
[Info]: Loaded pyrus Plugin.
[Info]: Loaded ...
0
votes
1
answer
869
views
Compiling ImageMagick with special path to librairies
I have been compiling ImageMagick 3.1.2 with the following options
./configure --prefix=/usr/local/imagick-3.1.2/ --with-php-config=/usr/local/php-5.3.13/bin/php-config --with-imagick=/usr/local/...
0
votes
1
answer
2k
views
php --enable-calendar=shared
I have on my Arch linux system, php compiled with --enable-calendar=shared, what does that mean?
I couldn't find any relevant information on that topic on the web.
Problem is, that I have to ...
1
vote
1
answer
2k
views
PHP compilation - link to library
I am compiling php 5.3.13 on my server. I want to create an autonome php5 folder.
So prefix is:
/usr/local/php5
In this folder I have a lib folder, where I put all lib needed for php to be executed ...
2
votes
3
answers
5k
views
Troubles installing php with MySQL support
So I wasn't sure if this question would go best here or on Overflow or Server Fault, but decided to try here first. I'm installing LAMP on a VPS, and am running into issues configuring and building ...