Re: Problems with RPM and compiled - no hdf_init symbol
"Paul Wayper" <[email protected]>
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Brandon Long <blong@...> wrote: > > Hmm, is it somehow not linking in the libneo_utl library into the .so? I'd say so: [paulway@baptest mixes]$ perl ~/coding/perl/mixulator.pl test.txt perl: symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/ClearSilver/ClearSilver.so: undefined symbol: hdf_init [paulway@baptest mixes]$ ldd /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/ClearSilver/ClearSilver.so linux-gate.so.1 => (0x00d95000) libz.so.1 => /lib/libz.so.1 (0x001ed000) libc.so.6 => /lib/libc.so.6 (0x00dac000) /lib/ld-linux.so.2 (0x80000000) I've just tried this with 0.10.5 (with --disable-csharp to get it compiled, see previous message) and this is still the case. What am I doing wrong? :-/ Have fun, Paul