Archived Forum Post

Index of archived forum posts

Question:

compilation issues redhat server for C language

Oct 30 '14 at 22:02

I have downloaded this package for my RedHat server chilkat-9.5.0-x86-rhel4-gcc-2.3.4. the file contains the .h fils and .so, after importing the libraries, I see lots of errors, and It doesn't seem to compile, one of the issues is that C_CKJavaKeyStore.h seems to be missing. (chilkat_sample.c:1:31: error: C_CkJavaKeyStoreW.h: No such file or directory)

I am using this sample code to test the library: http://www.example-code.com/C/jks_addPrivateKey.asp

This is how I am compiling the library L/home/User/chilkat-9.5.0-x86-rhel4-gcc-2.3.4/lib/libchilkat-9.5.0.so -lpthread -lresolve gcc -c chilkat_sample.c -I/home/User/chilkat-9.5.0-x86-rhel4-gcc-2.3.4/include -


Answer

Here's a new build you can try: http://www.chilkatsoft.com/download/preRelease/chilkat-9.5.0-x86-rhel4-gcc-2.3.4.tar.gz

The RHEL4 build won't be officially updated until the next release..