From: Marcin Romaszewicz (marcin++at++asmodean.engr.sgi.com)
Date: 04/04/2000 10:47:00
Hi Michael,
It looks like dlopen is looking for libil.so and not finding that, make
sure that that's in your ld_library_path. Also, make sure that for n32
executables, you're setting LD_LIBRARYN32_PATH. LD_LIBRARY_PATH only works
for o32 binaries.
-- Marcin
On Mon, 3 Apr 2000, Michael J Montegut wrote:
>
> Hello,
>
> I sent some mail earlier about a problem I was having loading a 3DS file.
>
> I have tried the suggestions made on this server to no avail.
>
> I have registered the model type with pfinitconverter. Performer still can not
> find the converter. I copied the converter to the same directory as my executable
> and also set the environment variable PFLD_LIBRARY_PATH to the exact location of the
> converter DSO. Performere still does not see it. I set the PF_NOTIFY to 7 (debug) and here is what
> I get:
>
> PF Warning: pfdFindConverterDSO() - Could not load DSO for extension "3ds"
> PF Warning/Usage: No hardware support for VSYNC, frame sync may vary.Assuming 60Hz.
>
> LOADING SCENE contained in r50c.3ds
> 26971 PF Debug:
> 26971 PF Debug: pfdFindConverterDSO() - DSO search path is:
> 26971 PF "/usr/lib/Performer/Debug/libpfdb:"
> 26971 PF ".:"
> 26971 PF "/u3/montegut/FORMS/xforms/FORMS:"
> 26971 PF "/usr/lib/libpfdb:"
> 26971 PF "/usr/share/Performer/lib/libpfdb"
> 26971 PF Debug: Gfx Context is not local - VClock not supported.
> 26971 PF Debug: pfdFindConverterDSO() - version of libpfdu.so is sgi4.0.440
> 26971 PF Debug: pfdFindConverterDSO() - trying "/usr/lib/Performer/Debug/libpfdb/libpf3ds_ogl.so" version "sgi4.0.440"
> 26971 PF Debug: dlopen said: 26971:CGsim: rld: Fatal Error: Cannot find object libil.so with version sgi3.0 in any of the filenames /u3/montegut/FORMS/xforms/FORMS/libil.so:/usr/lib/libil.so:/usr/lib/internal/libil.so:/lib/libil.so:/lib/c
> 26971 PF Debug: pfdFindConverterDSO() - trying "./libpf3ds_ogl.so" version "sgi4.0.440"
> 26971 PF Debug: dlopen said: 26971:CGsim: rld: Fatal Error: Cannot Successfully map soname './libpf3ds_ogl.so' under any of the filenames :./libpf3ds_ogl.so
> 26971 PF Debug: pfdFindConverterDSO() - trying "/u3/montegut/FORMS/xforms/FORMS/libpf3ds_ogl.so" version "sgi4.0.440"
> 26971 PF Debug: dlopen said: 26971:CGsim: rld: Fatal Error: Cannot Successfully map soname '/u3/montegut/FORMS/xforms/FORMS/libpf3ds_ogl.so' under any of the filenames :/u3/montegut/FORMS/xforms/FORMS/libpf3ds_ogl.so
> 26971 PF Debug: pfdFindConverterDSO() - trying "/usr/lib/libpfdb/libpf3ds_o
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>
This archive was generated by hypermail 2b29 : Tue Apr 04 2000 - 10:47:05 PDT