Forum Discussion

arastaskiran's avatar
arastaskiran
New Contributor
2 years ago

1password error after Linux update

1password does not work after the update in GNU Linux Debian distribution.


1Password Version: 8.10.30
Extension Version: Not Provided
OS Version: Debian GNU/Linux trixie/sid
Browser: Not Provided

2 Replies

  • Hello arastaskiran! 👋

    I'm happy that you were able to solve the issue, thanks for sharing your solution with the community. 🙂

    -Dave

  • I compiled curl manually

    ./configure --with-openssl --enable-versioned-symbols --with-gnutls --with-nghttp2 --with-nghttp3 --enable-websockets
    make -j 4
    sudo make install

    problem is solved