Skip to content
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

Missing supporting libraries #11

Open
akshowhini opened this issue Jun 14, 2020 · 1 comment
Open

Missing supporting libraries #11

akshowhini opened this issue Jun 14, 2020 · 1 comment

Comments

@akshowhini
Copy link

akshowhini commented Jun 14, 2020

Firstly, thanks for hosting the layer - it worked like a charm. It would be much helpful if the **libgs.so.*9.5 are also made available in a /lib64 folder. The reason for the error is also the same, that the camelot library is trying to find libgs.so.9.52 but couldn't find it.

An easy replication of an error is as follows..

# Any one of the below sections of code should have a value
# sec: 1
from ctypes import *
cdll = LibraryLoader(CDLL)
libgs = cdll.LoadLibrary("libgs.so")    # or "/opt/lib64/libgs.so"
print("libgs should not be null -->", libgs)

#sec 2
import ctypes.util
libgs = ctypes.util.find_library("gs")
print("libgs should not be null -->", libgs)

Originally posted by @akshowhini in #4 (comment)

@mmiaz
Copy link

mmiaz commented Feb 18, 2021

@akshowhini Hi, may i know how did you add the **libgs.so.*9.5 under the /lib64 folder? would you mind sharing the way to make use of this ghostscript layer? I am currently using python3.7 runtime and still failed to use this layer and get stuck. please kindly help if possible. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants