RE: error building bgimage.fo, images.fo, list.pdf

2003-04-03 Thread MattO
Thanks for your reply, J.

Is there a consolidated list of minimum software/system requirements
available in the distribution? 

Would the dev list be a more suitable place to ask specifically what
native libraries are required that don't come with the FOP distribution?

I don't think my sysadmin is going to be as friendly when I tell him I
need to upgrade my OS to use FOP...

Matt
-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 02, 2003 9:04 AM
To: [EMAIL PROTECTED]
Subject: Re: error building bgimage.fo, images.fo, list.pdf

MattO wrote:
 I downloaded the fop 0.20.4 binary distribution to a Unix box running
 Solaris 5.7 with Java RE 1.3.0 installed.
 
 I'm able to build a .pdf from docs/examples/simple.fo, but when I
 attempt to build images.fo, I get the following:
...
 java.lang.UnsatisfiedLinkError: exception occurred in JNI_OnLoad
 at java.lang.ClassLoader$NativeLibrary.load(Native Method)

It seems your environment is lacking a native library for processing
GIF images, or something similar. Ask your friendly system administrator
to fix this.
BTW isn't Solaris 5.7 rather old? Probably even older than fop 0.20.4...

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: error building bgimage.fo, images.fo, list.pdf

2003-04-03 Thread J.Pietschmann
MattO wrote:
Is there a consolidated list of minimum software/system requirements
available in the distribution? 

Would the dev list be a more suitable place to ask specifically what
native libraries are required that don't come with the FOP distribution?
FOP is a Java program and doesn't care about platform specifics.
More clearly: your JRE and/or base system installation has been
screwed up, probably because someone deleted a library or a symlink,
or it wasnt properly installed the first place. A properly installed
JRE *never* gets linking errors.
Ask for a proper reinstall. Ask the Solaris support and your JRE vendor
(probably Sun too) for details. I vaguely remember the ldd(1) command
had an option for displaying the shared library dependencies, which
may be helpful for tracking down the missing library (or not).
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: error building bgimage.fo, images.fo, list.pdf

2003-04-02 Thread J.Pietschmann
MattO wrote:
I downloaded the fop 0.20.4 binary distribution to a Unix box running
Solaris 5.7 with Java RE 1.3.0 installed.
I'm able to build a .pdf from docs/examples/simple.fo, but when I
attempt to build images.fo, I get the following:
...
java.lang.UnsatisfiedLinkError: exception occurred in JNI_OnLoad
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
It seems your environment is lacking a native library for processing
GIF images, or something similar. Ask your friendly system administrator
to fix this.
BTW isn't Solaris 5.7 rather old? Probably even older than fop 0.20.4...
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]