Your patch got rid of stack protector problem.
Now I have one more problem...
See below
Ivan
<snip>
Extracting the sources of the vmmon module.
Building the vmmon module.
Using standalone build system.
make: Entering directory `/tmp/vmware-config5/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config5/vmmon-only'
make[2]: Entering directory
`/tmp/vmware-config5/vmmon-only/driver-2.4.32-1trsmp'
make[2]: Leaving directory `/tmp/vmware-config5/vmmon-only/driver-2.4.32-1trsmp'
make[2]: Entering directory
`/tmp/vmware-config5/vmmon-only/driver-2.4.32-1trsmp'
make[2]: Leaving directory `/tmp/vmware-config5/vmmon-only/driver-2.4.32-1trsmp'
make[1]: Leaving directory `/tmp/vmware-config5/vmmon-only'
make: Leaving directory `/tmp/vmware-config5/vmmon-only'
Unable to make a vmmon module that can be loaded in the running kernel:
/tmp/vmware-config5/vmmon.o: /tmp/vmware-config5/vmmon.o: unresolved symbol
set_user_nice
/tmp/vmware-config5/vmmon.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
> -----Messaggio originale-----
> Da: Igor Bujna [mailto:[EMAIL PROTECTED]
> Inviato: giovedì 23 febbraio 2006 23.54
> A: Brunello Ivan
> Oggetto: Re: Vmware server anyone
>
> Brunello Ivan wrote:
> > Trying to install latest beta on TSL 2.2.
> >
> > I get nowhere.
> >
> > I get stuck for two problems:
> > - don't have x11 libs (will try to swup contrib ones)
> > - can't tweak vmmare to compile w/o stack guard.
> >
> >
> >
> I have this patch for /usr/bin/vmware-config and after this
> is every OK
>
> --- vmware-config.pl.old 2005-03-23 12:56:44.000000000 +0100
> +++ vmware-config.pl 2005-11-26 14:57:26.000000000 +0100
> @@ -2824,6 +2824,7 @@
> : '')
> . shell_string('HEADER_DIR=' .
> db_get_answer('HEADER_DIR')) . ' '
> . shell_string('CC=' . $gHelper{'gcc'}) . ' '
> + . shell_string('CC_WARNINGS=-fno-stack-protector') . ' '
> . shell_string('GREP=' . $gHelper{'grep'}) . ' '
> . shell_string('IS_GCC_3='
> . (($gSystem{'gcc_version'} =~ /^3\./) ? 'yes'
: 'no')))) {
>
>
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss