Re: Re: Online mode architecture
Chris Nokleberg <chris-k7PiZI/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris Nokleberg wrote: > Alex wrote: >> The recompilation you did should work though. Did you add the .so to your >> LD_LIBRARY_PATH ? > > Yes, I am running it the same way, just with a recompiled > libaspectwerkz.so. I think the recompiled library must be incompatible > somehow. I can send it to you if you want. > > For now I am just changing the classname within the binary .so itself, > LOL. After some research I think this is a GCC version issue. I have GCC 3.2.3 installed, but my JVM (binary install from Sun) has shared libraries compiled with GCC 2. Chris