You are not logged in.
Pages: 1
Hello,
can someone tell me where i can find the "posix.so" module for PHP in the arch repos?
Usually the names for this package is "php-posix" or "php-process" but those do not exist.
I need to get
posix.soin my
/usr/lib/php/modules/directory so i can use it in the owncloud installation.
thank you in advance!
Offline
Read the news: https://www.archlinux.org/
Mod note: moved to N.C.
Note that I was tempted to close and bin this thread, as it seems the solution is that you just need to read the news. However, I suspect there is also some other issue here - some sort of X-Y problem. Why do you think you need a posix.so? What's the actual problem? The Owncloud wiki page doesn't mention this module anywhere. What instructions are you trying to follow?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I think the php7 package has that already built in without the need for a module, at least I can call posix_getpwnam
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Progandy, that's what I was referring to in the news:
openssl, phar and posix extensions are now built in
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thank you, i did an update to PHP7 but the
posix.sowas still missing in
/usr/lib/php/modules/.
It is working now.
Offline
Pages: 1