On Thu, 16 Mar 2006, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Daniel Eischen <[EMAIL PROTECTED]> writes: > : > : I'm running with this enabled on an x86 and all my previously > : built ports seem to be fine (KDE, mozilla, etc). Testing on > : other archs would be appreciated. > > Any idea what the status of the linux-wrappers port is now that the > symbol versioning is turned completely on?
I almost put the following in the commit message: No, this doesn't fix linuxpluginwrappers. But now that I know a little about symbol versioning, I started investigating fixing the port so it could work. I've gone so far as to make a script to generate GLIBC_foo versions for all the necessary symbols required by libflashplugin.so, but rtld still complains that it can't them. I can't seem to get rtld to use the libmap'd library which does have the required symbols. You can grab what I have from: http://people.freebsd.org/~deischen/symver/lpw.tgz if you want to take a try at it. -- DE _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
