OK, which package has libssp?  This should be a standard part of gcc 4.x
but I can't find it.  Also the Perl 5.12.1 on OpenSUSE isn't compiled
with stack protection, as my manual build was (that's why all the
modules link libssp).

This was a recent addition to Perl, the comment in the configure script
is:


Code:
--------------------
    
  # on x86_64 (at least) we require an extra library (libssp) in the
  # link command line. This library is not named, so I infer that it is
  # an implementation detail that may change. Hence the safest approach
  # is to add the flag to the flags passed to the compiler at link time,
  # as that way the compiler can do the right implementation dependant
  # thing. (NWC)
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=80458

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to