question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New-PartnerAccessToken throws error on Linux and PowerShell core 6.X.X

See original GitHub issue

Steps to reproduce

What steps can reproduce the defect? Please share the setup, commandline for vstest.console, sample project, target framework etc.

The error is:

New-PartnerAccessToken : Unable to load shared library 'libsecret-1.so.0' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibsecret-1.so.0.so: cannot open shared object file: No such file or directory

Is there some undocumented dependencies on linux?

Expected behavior

Share the expected output

Actual behavior

What is the behavior observed?

Diagnostic logs

Please share test platform diagnostics logs.
The logs may contain test assembly paths, kindly review and mask those before sharing.

Environment

Please share additional details about your environment. Version

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ghostcommented, Jan 23, 2020

@slavizh that is the only dependency that is not self contained. It is my understanding the Azure Active Directory team is planning to address this particular issue. Once they do we will get the library updated, so this will not be an issue after that point. Until then we are exploring the best option here because there is one remaining item that needs to be resolved.

0reactions
ghostcommented, Jan 29, 2020

Since this particular issue is related to #266 I am going to close this particular issue. All updates being made on this front will be tracked under the other issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error while running Powershell on Linux #16787
I am experiencing an issue while running Powershell 7.0 on my Rhel Docker image. ... From this link I have downloaded powershell-7.2.1-rhel.x.
Read more >
PowerShell Core 6.0: Generally Available (GA) and ...
PowerShell Core 6.0 is a new edition of PowerShell that is cross-platform (Windows, macOS, and Linux), open-source, and built for ...
Read more >
Differences between Windows PowerShell 5.1 and ...
This article summarizes the differences and breaking changes from Windows PowerShell 5.1 and the current version of PowerShell that is based ...
Read more >
Install PowerShell on Linux
Learn about the Linux distributions supported by PowerShell. ... PowerShell can be installed on different Linux distributions.
Read more >
about Throw - PowerShell
The throw keyword causes a terminating error. You can use the throw keyword to stop the processing of a command, function, or script....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found