On Mon, Aug 26, 2002 at 06:04:28PM -0400, Ryan Bloom wrote: > I have done just enough looking at this problem to be thoroughly > confused. Basically, if I run test/teststr, I get the seg fault, but if > I run test/.libs/teststr, everything just works. I have re-built > multiple times, so I am at a complete loss here. I'll try to look at this > later tonight when I get home.
Did you rebuild and install? The test/.libs/teststr one should be linked against the installed version, while the test/teststr should set up your dynamic link path to work with the libapr in your build tree. -aaron