Re: libEXREPORT_pdf.so
Mike Aubury <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WFpsuoBjCGcB31_TirVCH9gGY4OKu2x=WegoT8ByiWzdw@mail.gmail.com> |
The filename should come from the A4GL_EXREPORT setting - and should be in captials - I dont know where its getting the "pdf" from - it should be "PDF" (ie. uppercase) This might be set in the environment - or the aubitrc file, or uses a default - try using : $ aubit-config -verbose EXREPORT You need to make sure you have pdflib installed (dev version of you are compiling from source) Alternatively - you can see what other libEXREPORT_..*.so files you have. NOPDF is a "dummy" one that wont help you.. But - you might have libEXREPORT_HARU.so - which use libharu - rather than pdflib.. After that - if you care still getting an error - I'd need to see a simple sample - as always - these things appear to work fine here :) On 4 March 2012 05:02, Eddie <[email protected]> wrote: > trying to run the pdf_report.4gl sample program > > [aubit@informix1 test]$ 4glc -c pdf_report.4gl > [aubit@informix1 test]$ 4glc -o pdf_report.4ae pdf_report.ao > [aubit@informix1 test]$ ./pdf_report.4ae > START > Error: can't open DLL > /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_pdf.so - STOP > Error msg: /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_pdf.so: > cannot open shared object file: No such file or directory > Cannot open DLL > > > > > > [aubit@informix1 aubit4glsrc]$ ls -l > /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_pdf.so > ls: /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_pdf.so: No such > file or directory > > [aubit@informix1 aubit4glsrc]$ ls -l > /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_PDF.so > -rwxrwxr-x 1 aubit aubit 143106 Mar 3 21:22 > /home/aubit/aubit4glsrc/plugins-1.2_28/libEXREPORT_PDF.so > > > The correct file name has PDF in uppercase. Tried using grep to find any > ocurrences of the filename with lower case but nothing came up > > > > created a link > > [aubit@informix1 plugins-1.2_28]$ ln -s libEXREPORT_PDF.so > libEXREPORT_pdf.so > > > and now it seems to start but gives a different error: > > [aubit@informix1 test]$ 4glc -c pdf_report.4gl > [aubit@informix1 test]$ 4glc -o pdf_report.4ae pdf_report.ao > [aubit@informix1 test]$ ./pdf_report.4ae > START > fatal exception: [1109] PDF_set_text_pos: Floating point parameter 'x' has > bad value 1.8e+18 (maximum 1e+18) > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss