• Joined on 2024-09-30
bread commented on issue lolcat/4get#40 2024-10-12 19:02:53 +00:00
localhost (and site) unable to search

It just gives a bunch of flags:

Configure Command =>  './configure'  '--srcdir=../php-8.3.12' '--config-cache' '--prefix=/usr' '--sbindir=/usr/bin' '--sysconfdir=/etc/php' '--localstatedir=
bread commented on issue lolcat/4get#40 2024-10-12 08:12:48 +00:00
localhost (and site) unable to search

Okay so, I don't remember if I mentioned that I installed world/php-sodium, which does nothing for some reason??? I mean, it's probably for other use cases but still, the fuck???

bread commented on pull request lolcat/4get#41 2024-10-11 21:45:08 +00:00
nginx documentation but better

thanks

bread commented on issue lolcat/4get#40 2024-10-11 02:13:49 +00:00
localhost (and site) unable to search

Okay, nevermind, it was the !. Continue

bread commented on issue lolcat/4get#40 2024-10-11 02:10:44 +00:00
localhost (and site) unable to search

even worse: PHP Parse error: syntax error, unexpected identifier "Object" in php shell code on line 2

bread commented on issue lolcat/4get#40 2024-10-11 02:09:17 +00:00
localhost (and site) unable to search

you didn't get any errors. OpenSSL should work

Is print() really supposed not to print, though?

bread commented on issue lolcat/4get#40 2024-10-11 02:07:01 +00:00
localhost (and site) unable to search

If possible, I'll beat the other Artix issue in terms of comments.

bread commented on issue lolcat/4get#40 2024-10-11 02:03:12 +00:00
localhost (and site) unable to search

I don't think I can:

php > print_r(json_decode('{"test":null}'));
stdClass Object
(
    [test] => 
)
php > print_r(openssl_pkey_new([]));
OpenSSLAsymmetricKey Object
(
)
php >
bread commented on issue lolcat/4get#40 2024-10-11 01:26:53 +00:00
localhost (and site) unable to search

I suppose that it is also a package, yes?

bread commented on issue lolcat/4get#40 2024-10-11 01:11:07 +00:00
localhost (and site) unable to search

The PECL extension manager isn't on the main repositories, and the AUR package might be from the same folk.

bread commented on issue lolcat/4get#40 2024-10-11 01:07:31 +00:00
localhost (and site) unable to search

So, basically, I can't. It requires libsystemd.

bread commented on issue lolcat/4get#40 2024-10-11 00:55:02 +00:00
localhost (and site) unable to search

It seems to be in the AUR, php80-sodium (along those lines)

bread commented on issue lolcat/4get#40 2024-10-11 00:43:22 +00:00
localhost (and site) unable to search

Let me show you the logs real quick…

Stack trace:
#0 /var/www/4get/scraper/ddg.php(1622): backend->store()
#1 /var/www/4get/web.php(30): ddg->web()
#2 {main}
  thrown in /var/www/4get…
bread commented on issue lolcat/4get#40 2024-10-11 00:42:17 +00:00
localhost (and site) unable to search

It wasn't that. Maybe I should avoid guessing this time.

bread commented on issue lolcat/4get#40 2024-10-11 00:38:07 +00:00
localhost (and site) unable to search

Oh fuck. It works.

I didn't set my proxy settings right, so don't worry about it.

bread commented on issue lolcat/4get#40 2024-10-11 00:00:04 +00:00
localhost (and site) unable to search

Another also, I think /usr/lib/php/modules/apcu.somight be of importance? It seems like a binary. Sorta. Maybe. I'm also going to…

bread commented on issue lolcat/4get#40 2024-10-10 23:55:06 +00:00
localhost (and site) unable to search

Alright, for some reason my version contains it commented:

~> cat /etc/php/conf.d/apcu.ini                                                                   10/10/2024 11:39:39 PM
;extensi…
bread commented on issue lolcat/4get#40 2024-10-10 05:42:04 +00:00
localhost (and site) unable to search

It might just be something with the package, or something with configuration. Could you showcase your /etc/php/conf.d/apcu.ini file?

bread commented on issue lolcat/4get#40 2024-10-10 05:33:26 +00:00
localhost (and site) unable to search

Uh, @lolcat, could I know where your files for php-apcu are located? It might be a location issue, I tried looking at the Debian packages…

bread pushed to master at bread/4get 2024-10-10 04:45:08 +00:00
d709d12111 fix html making md look bad