I have tried installing them to a dedicated directory. The problem is that while I also set LDFLAGS to the linker with -L option, the programs still look at standard lib directories. It's an issue on a PowerPC platform only. Maybe I have to learn the linker for that plaftform to see if there is a better way to fix the library lookup. Meanwhile I am exploring all options, include statically linking them, but ran into unresolved symbols when I did that.
Regards, Terry On Thu, Dec 8, 2011 at 12:00 AM, Martin Willi <[email protected]> wrote: > Hi, > >> Is there an easy way to change the dynamic library names >> (libstrongswan, libhydra, and libcharon) to something else? > > No, these are hard-coded. What's the reason for doing so? > > If you need to separate these libraries, you can add --with-ipseclibdir > to ./configure to install them in a dedicated directory (since 4.6.0). > > Regards > Martin > _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
