I have downloaded and compiled tripwire on my dev machine. Now i want to push this out to other systems as-is. I don't want to have to install gcc and compile a dozen other systems. We like to keep those systems 'clean' if you know what I mean.
I compiled and tar'd up the dir, then ftp'd it over. Now when I try to run the initialize command, it complains from what appears to be because it was not built on this particular machine.
exec(): 0509-036 Cannot load program ./tripwire because of the following errors:
0509-150 Dependent module libstdc++.a(libstdc++.so.5) could not be loaded.
0509-022 Cannot load module libstdc++.a(libstdc++.so.5).
0509-026 System error: A file or directory in the path name does not exist.
Is there a gcc option I can run to make sure these are 'built-in' or could I just copy these over??
I compiled and tar'd up the dir, then ftp'd it over. Now when I try to run the initialize command, it complains from what appears to be because it was not built on this particular machine.
exec(): 0509-036 Cannot load program ./tripwire because of the following errors:
0509-150 Dependent module libstdc++.a(libstdc++.so.5) could not be loaded.
0509-022 Cannot load module libstdc++.a(libstdc++.so.5).
0509-026 System error: A file or directory in the path name does not exist.
Is there a gcc option I can run to make sure these are 'built-in' or could I just copy these over??