
Code: Select all
EXTRA_ECONF="--enable-sysvsem"Code: Select all
~ $ php -i | grep sysvsem
Configure Command => './configure' '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--datarootdir=/usr/share' '--disable-static' '--docdir=/usr/share/doc/php-8.3.0-r1' '--htmldir=/usr/share/doc/php-8.3.0-r1/html' '--prefix=/usr/lib64/php8.3' '--mandir=/usr/lib64/php8.3/man' '--infodir=/usr/lib64/php8.3/info' '--libdir=/usr/lib64/php8.3/lib' '--with-libdir=lib64' '--localstatedir=/var' '--without-pear' '--with-external-libcrypt' '--enable-zts' '--without-fpm-apparmor' '--without-password-argon2' '--without-avif' '--disable-bcmath' '--with-bz2=/usr' '--disable-calendar' '--without-capstone' '--enable-ctype' '--with-curl' '--enable-dom' '--without-enchant' '--disable-exif' '--without-ffi' '--enable-fileinfo' '--enable-filter' '--disable-ftp' '--with-gettext=/usr' '--with-gmp=/usr' '--without-mhash' '--with-iconv' '--enable-intl' '--disable-ipv6' '--without-kerberos' '--with-libxml' '--enable-mbstring' '--with-openssl' '--disable-pcntl' '--enable-phar' '--enable-pdo' '--enable-opcache' '--without-pgsql' '--enable-posix' '--without-fpm-selinux' '--without-pspell' '--enable-simplexml' '--disable-shmop' '--without-snmp' '--disable-soap' '--enable-sockets' '--without-sodium' '--without-sqlite3' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--enable-tokenizer' '--enable-xml' '--enable-xmlreader' '--enable-xmlwriter' '--without-xsl' '--with-zip' '--with-zlib=/usr' '--disable-debug' '--without-valgrind' '--enable-dba' '--without-cdb' '--without-db4' '--enable-flatfile' '--without-gdbm' '--disable-inifile' '--without-qdbm' '--without-tcadb' '--without-lmdb' '--with-freetype' '--disable-gd-jis-conv' '--with-jpeg' '--without-xpm' '--without-webp' '--enable-gd' '--without-mysqli' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--without-unixODBC' '--without-iodbc' '--without-pdo-odbc' '--without-oci8' '--without-pdo-dblib' '--with-pdo-mysql=mysqlnd' '--without-pdo-pgsql' '--without-pdo-sqlite' '--without-pdo-firebird' '--without-pdo-oci' '--with-readline=/usr' '--without-libedit' '--without-mm' '--with-pic' '--with-external-pcre' '--with-pcre-jit' '--cache-file=/tmp/portage/dev-lang/php-8.3.0-r1/temp/config.cache' '--with-config-file-path=/etc/php/cli-php8.3' '--with-config-file-scan-dir=/etc/php/cli-php8.3/ext-active' '--disable-embed' '--enable-cli' '--disable-cgi' '--disable-fpm' '--without-apxs2' '--disable-phpdbg' '--disable-gcc-global-regs' '--enable-sysvsem' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CPPFLAGS='
sysvsem
sysvsem support => enabledCode: Select all
EXTRA_ECONF="--enable-sysvsem"
Code: Select all
~ $ cat /etc/portage/env/dev-lang/php
EXTRA_ECONF="--enable-sysvsem"Code: Select all
~ $ cat /etc/portage/package.env/dev-lang/php
dev-lang/php dev-lang/phpnether "/etc/portage/env/dev-lang/php" nor "/etc/portage/package.env/dev-lang/php"Perfect Gentleman wrote:Code: Select all
~ $ cat /etc/portage/env/dev-lang/php EXTRA_ECONF="--enable-sysvsem"Code: Select all
~ $ cat /etc/portage/package.env/dev-lang/php dev-lang/php dev-lang/php
Neither. Just add dev-lang/php sysvipc to package.useStevetmq wrote:nether "/etc/portage/env/dev-lang/php" nor "/etc/portage/package.env/dev-lang/php"Perfect Gentleman wrote:Code: Select all
~ $ cat /etc/portage/env/dev-lang/php EXTRA_ECONF="--enable-sysvsem"Code: Select all
~ $ cat /etc/portage/package.env/dev-lang/php dev-lang/php dev-lang/php
exists on my system. Do I create one or both?
Thank you but the instructions are not clear. I guess I should make a file named "php sysvipc" but where and what should the file have in it?grknight wrote:Neither. Just add dev-lang/php sysvipc to package.useStevetmq wrote:nether "/etc/portage/env/dev-lang/php" nor "/etc/portage/package.env/dev-lang/php"Perfect Gentleman wrote:Code: Select all
~ $ cat /etc/portage/env/dev-lang/php EXTRA_ECONF="--enable-sysvsem"Code: Select all
~ $ cat /etc/portage/package.env/dev-lang/php dev-lang/php dev-lang/php
exists on my system. Do I create one or both?
No.Stevetmq wrote:Thank you but the instructions are not clear. I guess I should make a file named "php sysvipc" but where and what should the file have in it?grknight wrote:Neither. Just add dev-lang/php sysvipc to package.useStevetmq wrote: nether "/etc/portage/env/dev-lang/php" nor "/etc/portage/package.env/dev-lang/php"
exists on my system. Do I create one or both?
There is a folder "/etc/portage/package.use/" Do I just put the empty file there "/etc/portage/package/package.use/php sysvipc"
?