PHPはlibcurlに依存してそうよね
Conversation
Notices
-
Embed this notice
zunda (zundan@mastodon.zunda.ninja)'s status on Wednesday, 11-Oct-2023 12:30:14 JST zunda -
Embed this notice
zunda (zundan@mastodon.zunda.ninja)'s status on Wednesday, 11-Oct-2023 12:35:45 JST zunda PHPじゃなくてPHPで書かれたアプリか。外へのリクエストにlibcurlを使っているものをいくつか見たことある気がする
-
Embed this notice
zunda (zundan@mastodon.zunda.ninja)'s status on Wednesday, 11-Oct-2023 12:42:06 JST zunda @tadd あー、それでアプリでもよく使われてる可能性もあるかもですね
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Wednesday, 11-Oct-2023 12:42:07 JST 斎藤ただし @zundan 標準の.so(とか)が依存してたかも?
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Wednesday, 11-Oct-2023 14:13:02 JST 斎藤ただし @zundan 雑に調べたら、思ったより微妙な感じでしたw
* たしかに標準で、バインディングのcurl.soはビルドされる(configureはデフォルトでyes) https://www.php.net/manual/en/curl.installation.php
* Debianでも本体ビルド時は libcurl*-dev が必須 https://salsa.debian.org/php-team/php/-/blob/debian/main/8.2/debian/control
* けど`apt install php`からの直系の依存はないので、絶対入るものではない https://packages.debian.org/bookworm/php8.2-common
https://packages.debian.org/bookworm/php8.2-curl -
Embed this notice
zunda (zundan@mastodon.zunda.ninja)'s status on Wednesday, 11-Oct-2023 14:13:02 JST zunda @tadd なるほど〜。php パッケージで入るどれかのバイナリにスタティックリンクされてる可能性もあるかもですね。
In conversation permalink
-
Embed this notice