Problem with php extensions

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
65
I try to build whatever php exclude php 7.3 and not create folder /usr/local/phpxx/lib/php.conf.d
 
What is shown with these commands?

Code:
grep -P 'php[\d]_release' /usr/local/directadmin/custombuild/options.conf
ls -lah /usr/local/php*/lib/php.conf.d

Do you get any errors with the build?
 
Bash:
grep -P 'php[\d]_release' /usr/local/directadmin/custombuild/options.conf
php1_release=7.3
php2_release=7.1
php3_release=7.0
php4_release=no

Bash:
ls -lah /usr/local/php*/lib/php.conf.d
/usr/local/php73/lib/php.conf.d:
total 16K
drwxr-xr-x 2 root root 4.0K Apr  7 06:01 .
drwxr-xr-x 4 root root 4.0K Apr  7 09:20 ..
-rw-r--r-- 1 root root  304 Apr 10 20:05 50-webapps.ini
-rw-r--r-- 1 root root   42 Apr  7 06:03 90-custom.ini

I not have any errors in build.
 
Can you elaborate on this?
'I try to build whatever php exclude php 7.3 and not create folder /usr/local/phpxx/lib/php.conf.d'

From the provided output, it looks like building php 7.3 did create the /usr/local/php73/lib/php.conf.d directory and contents.

Have I misunderstood your query?
 
Yes, 7.3 is main php and this create folder, but other php is not and this what i'm referring for.
 
Back
Top