PyLucene: How to package libraries that link against OpenJDK libraries?

Andrew Haley aph at redhat.com
Mon Jun 2 19:07:35 UTC 2008


Felix Schwarz wrote:
> Hi Andrew,
> 
> Andrew Haley wrote:
>> I've pinged.  Please open a Bugzilla item and we'll look into adding
>> libjvm.so and its dependencies to /etc/ld.so.conf.d and/or ld.so.cache.
>> This will be in the Fedora 10 timeframe.  We'll also have to talk to
>> upstream about this.
> 
> Thanks for caring about this. Bugzilla issue is:
> https://bugzilla.redhat.com/show_bug.cgi?id=449456
> 
> Do you have any advise on how to proceed with python-jcc (bz 449360) in
> the mean time?

OpenOffice searches for the .so, dlopen()s it, and uses dlsym() to find the
various entry points.  A PITA I know, but I can think of no better way
right now.

Andrew.




More information about the fedora-devel-list mailing list