PetRose / lotus-notes_gtk2.23.3

Shared object wrapper and script to make IBM/Lotus Notes work on Ubuntu 12.04 and greater.
20 stars 6 forks source link

Lots of errors from ld.so #2

Closed yhager closed 11 years ago

yhager commented 11 years ago

While this works perfectly well as far as notes functionality goes, this still generates a lot of errors like: ERROR: ld.so: object '/opt/ibm/lotus/notes/libnotesgtkfix.so' from LD_PRELOAD cannot be preloaded: ignored.

(on a 64 bit system, notes is notes-8.5.3)

I'm not sure what the error mean, as I'm sure both libnotesgtkfix.so and notes binary are 32 bit. Maybe notes try to spawn some 64bit stuff?

sgh commented 11 years ago

Yeah .... it for sure is loaded if the unpainted areas a gone when you run notes.

yhager commented 11 years ago

Yeah, it is definitely loaded. I can see the difference between running with or without the preload. This issue however is only about the error message. As I mentioned, I'm not sure what effect does it have.

sgh commented 11 years ago

Well notes depends on 'grep'. so if it runs grep it will generate that exact error.

yhager commented 11 years ago

fair enough. Thanks!