[OLSR-users] Re: Segmentation fault about olsrd-0.4.9

Frédéric DELAUNAY (spam-protected)
Wed Apr 6 14:19:13 CEST 2005


Thomas Lopatic a écrit :

>> Because when we ship a new release with my_plugin version 0.4 and the
>> previous release contained my_plugin version 0.3 you will have:
>> /usr/lib/olsrd_my_plugin.so.0.3
>> /usr/lib/olsrd_my_plugin.so.0.4
>> installed if make install implies make install_libs.
>> Now, in the old configfile(which is the reason for the problems) 
>> there is
>> an entry:
>> loadplugin "olsrd_my_plugin.so.0.3"
>> and so - the old plugin will still be loaded.
>
>
> Hmmm. What about the following approach: Shall we create a symbolic 
> link olsrd_my_plugin -> olsrd_my_plugin.so.0.4 and then use 
> "olsrd_my_plugin" in the configuration file? The "install" make target 
> would then simply remove the link and re-link to the latest version.
>
> -Thomas
>
> _______________________________________________
> olsr-users mailing list
> (spam-protected)
> https://www.olsr.org/mailman/listinfo/olsr-users
>
I think it's a good idea, make install_libs create a symbolic link, ln 
-sf :)
good
- Fred



More information about the Olsr-users mailing list