Contents

  1. whois
  2. history

ひとまずインストールできた。 HTTP3 はまだ使えない。-- ToshinoriMaeno 2023-11-24 23:47:27

curl.se download

done

1. whois

$ curl
curl: symbol lookup error: curl: undefined symbol: curl_easy_header

2. history

https://golang.hateblo.jp/entry/2023/10/19/090000

バージョン確認でエラーになる

$ curl -V
curl: symbol lookup error: curl: undefined symbol: curl_easy_header

調べると libcurl4 を再インストールしろとのこと。

$ sudo apt reinstall libcurl4
sudo: ホスト maeno の名前解決ができません: 名前またはサービスが不明です
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了        
状態情報を読み取っています... 完了        
アップグレード: 0 個、新規インストール: 0 個、再インストール: 1 個、削除: 0 個、保留: 12 個。
290 kB のアーカイブを取得する必要があります。
この操作後に追加で 0 B のディスク容量が消費されます。
取得:1 http://jp.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.14 [290 kB]
290 kB を 1秒 で取得しました (237 kB/s)
(データベースを読み込んでいます ... 現在 216268 個のファイルとディレクトリがイン
ストールされています。)
.../libcurl4_7.81.0-1ubuntu1.14_amd64.deb を展開する準備をしています ...
libcurl4:amd64 (7.81.0-1ubuntu1.14) で (7.81.0-1ubuntu1.14 に) 上書き展開してい
ます ...
libcurl4:amd64 (7.81.0-1ubuntu1.14) を設定しています ...
libc-bin (2.35-0ubuntu3.4) のトリガを処理しています ...

$ curl -V
curl 8.4.0 (x86_64-pc-linux-gnu) libcurl/8.4.0 OpenSSL/3.0.2 zlib/1.2.11
Release-Date: 2023-10-11
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets


CategoryDns CategoryWatch CategoryTemplate

MoinQ: curl/8.4.0 (last edited 2023-11-24 23:47:27 by ToshinoriMaeno)