For When You Can't Have The Real Thing
[ start | index | login ]
start > Sun > Sun Ray > 3.0 Linux Install

3.0 Linux Install

Created by dave. Last edited by dave, 19 years and 79 days ago. Viewed 4,857 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Installing Sun Ray Server Software 3.0 on Fedora Core 3

Perhaps unsurprisingly, there are errors. SRSS requires RHEL 3.0 AS (oh the irony) and it's bastardized 2.4-with-2.6-features kernel.

+++ Making and installing Sun Ray Audio module ...

rm -f utadem.o gcc -D__KERNEL__ -DMODULE -DMODVERSIONS -include /lib/modules/2.6.9-1.681_FC3/build/include/linux/modversions.h -I/lib/modules/2.6.9-1.681_FC3/build/include -I. -Wstrict-prototypes -O -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -c -o utadem.o utadem.c cc1: /lib/modules/2.6.9-1.681_FC3/build/include/linux/modversions.h: No such file or directory utadem.c: In function `utadsp_open': utadem.c:2245: error: `MOD_INC_USE_COUNT' undeclared (first use in this function) utadem.c:2245: error: (Each undeclared identifier is reported only once utadem.c:2245: error: for each function it appears in.) utadem.c:2286: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utadem.c: In function `utadsp_release': utadem.c:2346: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utadem.c: In function `utamix_open': utadem.c:2372: error: `MOD_INC_USE_COUNT' undeclared (first use in this function) utadem.c:2408: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utadem.c: In function `utamix_release': utadem.c:2433: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utadem.c: At top level: utadem.c:2578: warning: data definition has no type or storage class make: *** [utadem.o] Error 1

+++ Done.

+++ SUNWutio-3.0-51.i386.rpm

+++ Making and installing Sun Ray UTIO module ...

rm -f utio.o gcc -D__KERNEL__ -DMODULE -DMODVERSIONS -include /lib/modules/2.6.9-1.681_FC3/build/include/linux/modversions.h -I/lib/modules/2.6.9-1.681_FC3/build/include -I. -Wstrict-prototypes -O -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -c -o utio.o utio.c cc1: /lib/modules/2.6.9-1.681_FC3/build/include/linux/modversions.h: No such file or directory utio.c: In function `disc_session': utio.c:544: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utio.c:544: error: (Each undeclared identifier is reported only once utio.c:544: error: for each function it appears in.) utio.c: In function `utio_open': utio.c:1901: error: `MOD_INC_USE_COUNT' undeclared (first use in this function) utio.c:1907: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utio.c: In function `utio_release': utio.c:2044: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function) utio.c: At top level: utio.c:2167: warning: data definition has no type or storage class make: *** [utio.o] Error 1

+++ Done.

Installing Sun Ray Data Store version 2.0 ...

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt