You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/limick/testproject/.stack-work/install/x86_64-linux-nopie/lts-7.24/8.0.1/share/x86_64-linux-ghc-8.0.1/HPDF-1.5.0/Encodings/glyphlist.txt: openBinaryFile: does not exist (No such file or directory)
The file does indeed not exist at that path, and the compiled executable was copied to the server without it. What I don't understand is why the path is hardcoded. It's valid on the build machine, but not on the server. If the path was relative, I would know where to put the file.
Any guidance or documentation on how to make my executable find this file?
The commit used was: 9b1cb50
The text was updated successfully, but these errors were encountered:
I ran into this issue today. I was able to fix it by copying all the data files into a directory (like /opt/HPDF) and then setting the HPDF_datadir environment variable to that directory.
Uh oh!
There was an error while loading. Please reload this page.
I get an exception as follows:
/home/limick/testproject/.stack-work/install/x86_64-linux-nopie/lts-7.24/8.0.1/share/x86_64-linux-ghc-8.0.1/HPDF-1.5.0/Encodings/glyphlist.txt: openBinaryFile: does not exist (No such file or directory)
The file does indeed not exist at that path, and the compiled executable was copied to the server without it. What I don't understand is why the path is hardcoded. It's valid on the build machine, but not on the server. If the path was relative, I would know where to put the file.
Any guidance or documentation on how to make my executable find this file?
The commit used was: 9b1cb50
The text was updated successfully, but these errors were encountered: