-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load shared library 'imageflow' #61
Comments
Which nuget packages did you use?
…On Sat, Jun 22, 2024, 9:02 AM bichtv ***@***.***> wrote:
I have issued runtime application.
pls help me resolve issue. Thanks
One or more errors occurred. (Looking for "libimageflow.so"
RID="linux-x64", IsUnix=True, IsDotNetCore=True
RelativeSearchPath=""\nBefore searching: Unable to load shared library
'imageflow' or one of its dependencies. In order to help diagnose loading
problems, consider setting the LD_DEBUG environment variable: libimageflow:
cannot open shared object file: No such file or directory\nFile not found:
/app/x64/libimageflow.so\nFile not found: /app/libimageflow.so\nError
"Success" (0) loading imageflow from
/app/runtimes/linux-x64/native/libimageflow.so\n at
Imageflow.Bindings.NativeMethods.imageflow_context_create(UInt32
imageflowAbiVerMajor, UInt32 imageflowAbiVerMinor)\n at
Imageflow.Bindings.JobContextHandle.<>c.<.ctor>b__0_0()\n at
Imageflow.Bindings.NativeLibraryLoader.FixDllNotFoundException[T](String
basename, Func1 invokingOperation, IEnumerable1
customSearchDirectories)\n)
—
Reply to this email directly, view it on GitHub
<#61>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2LHYCRQSCIJ3IMZZ7SFLZIWGZJAVCNFSM6AAAAABJXQB5RWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DOOBWGU3TQNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have the same problem. MacOS Sonoma 14.5. .net 8.0 Imageflow.NativeRuntime.osx-x86_64/2.0.0-preview8 |
Same problem for me. Sonoma as well. Tried to install Imageflow.NativeRuntime.osx-x86_64 explicitly but doesn't matter. Remember this from a few years ago when imageflow was new, but can't remember how to fix it though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have issued runtime application.
pls help me resolve issue. Thanks
One or more errors occurred. (Looking for "libimageflow.so" RID="linux-x64", IsUnix=True, IsDotNetCore=True RelativeSearchPath=""\nBefore searching: Unable to load shared library 'imageflow' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libimageflow: cannot open shared object file: No such file or directory\nFile not found: /app/x64/libimageflow.so\nFile not found: /app/libimageflow.so\nError "Success" (0) loading imageflow from /app/runtimes/linux-x64/native/libimageflow.so\n at Imageflow.Bindings.NativeMethods.imageflow_context_create(UInt32 imageflowAbiVerMajor, UInt32 imageflowAbiVerMinor)\n at Imageflow.Bindings.JobContextHandle.<>c.<.ctor>b__0_0()\n at Imageflow.Bindings.NativeLibraryLoader.FixDllNotFoundException[T](String basename, Func
1 invokingOperation, IEnumerable
1 customSearchDirectories)\n)The text was updated successfully, but these errors were encountered: