<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hello all.<BR>
<BR>
I'm building binary RPMS on a Fedora box and then using them on a Solaris box. Problem is during the RPM build phase a 'strip' ( or something I'm not sure yet ) is destroying the binary files. <BR>
<BR>
Don't know if this is the best place to ask but fedora users are a smart bunch.<BR>
<BR>
On my box : file appname<BR>
appname: ELF 32-bit MSB executable, SPARC, version 1 (SYSV), dynamically linked (uses shared libs), stripped<BR>
<BR>
After the rpm build, and install my binaries are now buggered :<BR>
<BR>
appname: ELF 32-bit MSB executable unknown machine Version 1, dynamically linked, stripped<BR>
<BR>
Any ideas?<BR>
<BR>
<BR>
</BODY>
</HTML>