Skip to content

Commit ed6d354

Browse files
committed
Option is --with-systemd, not --enable-systemd
1 parent 9cdeb4d commit ed6d354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installation
88

99
sudo yum install -y php-devel systemd-devel
1010
phpize
11-
./configure --enable-systemd
11+
./configure --with-systemd
1212
make
1313
sudo make install
1414
echo "extension=systemd.so" | sudo tee /etc/php.d/systemd.ini

0 commit comments

Comments
 (0)