G
Gareth Vincent
Guest
We are in the process of compressing our LOB objects in our document database and we seem to be having problems calling the external library of libz.so.1 on Solaris 10 (sparc). Its working fine on Centos. As a test, i'm trying to compress a file "10PW_11.txt". When running the program on Solaris, it does not create the _zip file as expected, there is also no error message. Any ideas as to why this would work on Centos on not on Solaris? We are running 11.5 64bit on both servers. DEFINE VARIABLE cSourcePath# AS CHARACTER NO-UNDO. DEFINE VARIABLE cTargetPath# AS CHARACTER NO-UNDO. cSourcePath# = SESSION:TEMP-DIRECTORY + "10PW_11" + ".txt". cTargetPath# = cSourcePath# + "_zip". RUN zlib.p(INPUT cSourcePath#, INPUT cTargetPath#, INPUT "compress"). Below are the two source files we are calling: zlib.p and zlibbind.p. (Please visit the site to view this file)(Please visit the site to view this file)
Continue reading...
Continue reading...